2006-10-05 |
Jim Laskey | Alias analysis code clean ups. |
commit | commitdiff | tree | snapshot |
2006-10-05 |
Chris Lattner | add a new SimplifyDemandedVectorElts method, which... |
commit | commitdiff | tree | snapshot |
2006-10-05 |
Chris Lattner | new testcase |
commit | commitdiff | tree | snapshot |
2006-10-05 |
Chris Lattner | Add insertelement/extractelement helper ctors. |
commit | commitdiff | tree | snapshot |
2006-10-05 |
Chris Lattner | Lower some min/max idioms to minss/maxss when unsafe... |
commit | commitdiff | tree | snapshot |
2006-10-05 |
Andrew Lenharth | Check that jump tables wind up in the rodata section |
commit | commitdiff | tree | snapshot |
2006-10-05 |
Chris Lattner | remove JumpTableTextSection |
commit | commitdiff | tree | snapshot |
2006-10-05 |
Chris Lattner | Don't bother setting JumpTableTextSection, it is about... |
commit | commitdiff | tree | snapshot |
2006-10-05 |
Chris Lattner | Emit pic jumptables to the same section that the functi... |
commit | commitdiff | tree | snapshot |
2006-10-05 |
Chris Lattner | Verify that jump tables are emitted to the same section... |
commit | commitdiff | tree | snapshot |
2006-10-05 |
Chris Lattner | Pass the MachineFunction into EmitJumpTableInfo. |
commit | commitdiff | tree | snapshot |
2006-10-05 |
Chris Lattner | implement and use getSectionForFunction |
commit | commitdiff | tree | snapshot |
2006-10-05 |
Chris Lattner | Use getSectionForFunction. |
commit | commitdiff | tree | snapshot |
2006-10-05 |
Chris Lattner | Use getSectionForFunction |
commit | commitdiff | tree | snapshot |
2006-10-05 |
Chris Lattner | use getSectionForFunction to decide which section to... |
commit | commitdiff | tree | snapshot |
2006-10-05 |
Chris Lattner | Implement getSectionForFunction, use it when printing... |
commit | commitdiff | tree | snapshot |
2006-10-05 |
Chris Lattner | move getSectionForFunction to AsmPrinter |
commit | commitdiff | tree | snapshot |
2006-10-05 |
Chris Lattner | Move getSectionForFunction to AsmPrinter, change it... |
commit | commitdiff | tree | snapshot |
2006-10-05 |
Chris Lattner | move getSectionForFunction to AsmPrinter. |
commit | commitdiff | tree | snapshot |
2006-10-05 |
Chris Lattner | implement DarwinTargetAsmInfo::getSectionForFunction... |
commit | commitdiff | tree | snapshot |
2006-10-05 |
Chris Lattner | Give TargetAsmInfo a virtual dtor, add a new getSection... |
commit | commitdiff | tree | snapshot |
2006-10-05 |
Chris Lattner | emit jump table before debug info |
commit | commitdiff | tree | snapshot |
2006-10-05 |
Chris Lattner | Always emit the jump table after the function so it... |
commit | commitdiff | tree | snapshot |
2006-10-04 |
Chris Lattner | getFilename/getDirectory shouldn't abort if the global... |
commit | commitdiff | tree | snapshot |
2006-10-04 |
Evan Cheng | Fix some typos that can cause a flag value to have... |
commit | commitdiff | tree | snapshot |
2006-10-04 |
Chris Lattner | Fix a static dtor issue |
commit | commitdiff | tree | snapshot |
2006-10-04 |
Chris Lattner | Fix more static dtor issues |
commit | commitdiff | tree | snapshot |
2006-10-04 |
Chris Lattner | Fix some more static dtor issues. |
commit | commitdiff | tree | snapshot |
2006-10-04 |
Evan Cheng | Added option -disable-x86-shuffle-opti to disable X86... |
commit | commitdiff | tree | snapshot |
2006-10-04 |
Evan Cheng | Formating. |
commit | commitdiff | tree | snapshot |
2006-10-04 |
Jim Laskey | More extensive alias analysis. |
commit | commitdiff | tree | snapshot |
2006-10-04 |
Jim Laskey | More long term solution |
commit | commitdiff | tree | snapshot |
2006-10-04 |
Chris Lattner | Pattern match min/max nodes when we have sse. This... |
commit | commitdiff | tree | snapshot |
2006-10-04 |
Chris Lattner | pattern match min/max nodes |
commit | commitdiff | tree | snapshot |
2006-10-04 |
Chris Lattner | add a note :( |
commit | commitdiff | tree | snapshot |
2006-10-04 |
Chris Lattner | This case isn't implemented yet. It seems unlikely... |
commit | commitdiff | tree | snapshot |
2006-10-04 |
Jim Laskey | Work around for some problems with templates. |
commit | commitdiff | tree | snapshot |
2006-10-04 |
Evan Cheng | Combine ISD::EXTLOAD, ISD::SEXTLOAD, ISD::ZEXTLOAD... |
commit | commitdiff | tree | snapshot |
2006-10-03 |
Chris Lattner | Use $( $| $) to represent alternatives in asm blocks... |
commit | commitdiff | tree | snapshot |
2006-10-03 |
Evan Cheng | Fix an obvious typo. |
commit | commitdiff | tree | snapshot |
2006-10-03 |
Chris Lattner | Bugfixes |
commit | commitdiff | tree | snapshot |
2006-10-03 |
Chris Lattner | Print the MBB ID # along with the bb tag in the -print... |
commit | commitdiff | tree | snapshot |
2006-10-03 |
Chris Lattner | ADd a method |
commit | commitdiff | tree | snapshot |
2006-10-03 |
Chris Lattner | Provide a function that ensures MBB numbering is dense... |
commit | commitdiff | tree | snapshot |
2006-10-03 |
Nick Lewycky | Simplify logic further. |
commit | commitdiff | tree | snapshot |
2006-10-03 |
Rafael Espindola | Implement floating point constants |
commit | commitdiff | tree | snapshot |
2006-10-03 |
Chris Lattner | Fix PR933 and CodeGen/X86/2006-10-02-BoolRetCrash.ll |
commit | commitdiff | tree | snapshot |
2006-10-03 |
Chris Lattner | testcase for PR933 |
commit | commitdiff | tree | snapshot |
2006-10-03 |
Chris Lattner | clean up use of 'explicit'. This is PR934. |
commit | commitdiff | tree | snapshot |
2006-10-03 |
Nick Lewycky | Simplify, now that predsimplify depends on break-crit... |
commit | commitdiff | tree | snapshot |
2006-10-03 |
Nick Lewycky | Move break-crit-edges before the predicate simplifier... |
commit | commitdiff | tree | snapshot |
2006-10-03 |
Evan Cheng | Revert previous patch. Still breaking things. |
commit | commitdiff | tree | snapshot |
2006-10-03 |
Bill Wendling | Fix for PR929. The PHI nodes were being gone through... |
commit | commitdiff | tree | snapshot |
2006-10-03 |
Chris Lattner | Fix PR932 and Analysis/Dominators/2006-10-02-BreakCritE... |
commit | commitdiff | tree | snapshot |
2006-10-03 |
Chris Lattner | New testcase for PR932 |
commit | commitdiff | tree | snapshot |
2006-10-03 |
Evan Cheng | These don't have immediate operands. |
commit | commitdiff | tree | snapshot |
2006-10-03 |
Chris Lattner | Move DominatorTree to immediately follow DominatorTreeBase |
commit | commitdiff | tree | snapshot |
2006-10-02 |
Rafael Espindola | fix the names of the 64bit fp register |
commit | commitdiff | tree | snapshot |
2006-10-02 |
Reid Spencer | Don't build the runtime library if LLVMGCC is not confi... |
commit | commitdiff | tree | snapshot |
2006-10-02 |
Chris Lattner | fix misleading warning |
commit | commitdiff | tree | snapshot |
2006-10-02 |
Chris Lattner | Fix misleading warning message |
commit | commitdiff | tree | snapshot |
2006-10-02 |
Jim Laskey | Debugging kruft |
commit | commitdiff | tree | snapshot |
2006-10-02 |
Jim Laskey | Update documentaion of node annotation (coloring) in... |
commit | commitdiff | tree | snapshot |
2006-10-02 |
Jim Laskey | Add ability to annotate (color) nodes in a viewGraph. |
commit | commitdiff | tree | snapshot |
2006-10-01 |
Chris Lattner | Fixme is already done |
commit | commitdiff | tree | snapshot |
2006-10-01 |
Chris Lattner | Teach globalsmodref-aa to track scalar pointer global... |
commit | commitdiff | tree | snapshot |
2006-10-01 |
Chris Lattner | New testcase |
commit | commitdiff | tree | snapshot |
2006-10-01 |
Chris Lattner | Fix a bug from r1.391 of this file, where we checked... |
commit | commitdiff | tree | snapshot |
2006-10-01 |
Chris Lattner | new testcase, malloc should be promoted to [2 x double]. |
commit | commitdiff | tree | snapshot |
2006-09-30 |
Chris Lattner | Fix debug output |
commit | commitdiff | tree | snapshot |
2006-09-30 |
Chris Lattner | Implement SRA of heap allocations. |
commit | commitdiff | tree | snapshot |
2006-09-30 |
Chris Lattner | Override use_back in instruction/basicblock to provide... |
commit | commitdiff | tree | snapshot |
2006-09-30 |
Chris Lattner | Add a version of the globalvariable ctor that inserts... |
commit | commitdiff | tree | snapshot |
2006-09-30 |
Chris Lattner | Add some ifdef'd out debug info |
commit | commitdiff | tree | snapshot |
2006-09-30 |
Chris Lattner | Stacker doesn't build universal right. |
commit | commitdiff | tree | snapshot |
2006-09-29 |
Evan Cheng | Not needed. |
commit | commitdiff | tree | snapshot |
2006-09-29 |
Rafael Espindola | add floating point registers |
commit | commitdiff | tree | snapshot |
2006-09-29 |
Chris Lattner | Move CompileCommonOpts to the end of the list so that... |
commit | commitdiff | tree | snapshot |
2006-09-29 |
Chris Lattner | Define this in the correct n/s |
commit | commitdiff | tree | snapshot |
2006-09-29 |
Chris Lattner | Adjust this to the wonky syntax that GCC expects. |
commit | commitdiff | tree | snapshot |
2006-09-29 |
Jim Laskey | Wrong directory. |
commit | commitdiff | tree | snapshot |
2006-09-28 |
Chris Lattner | Minor cleanups |
commit | commitdiff | tree | snapshot |
2006-09-28 |
Chris Lattner | Now that ConstantBool::True/False are gone, we can... |
commit | commitdiff | tree | snapshot |
2006-09-28 |
Chris Lattner | Eliminate ConstantBool::True and ConstantBool::False... |
commit | commitdiff | tree | snapshot |
2006-09-28 |
Chris Lattner | Eliminate ConstantBool::True and ConstantBool::False... |
commit | commitdiff | tree | snapshot |
2006-09-28 |
Chris Lattner | Eliminate ConstantBool::True and ConstantBool::False... |
commit | commitdiff | tree | snapshot |
2006-09-28 |
Chris Lattner | update comments |
commit | commitdiff | tree | snapshot |
2006-09-28 |
Chris Lattner | wrap long lines |
commit | commitdiff | tree | snapshot |
2006-09-28 |
Chris Lattner | simplify code |
commit | commitdiff | tree | snapshot |
2006-09-28 |
Chris Lattner | Simplify some code, reformat break's |
commit | commitdiff | tree | snapshot |
2006-09-28 |
Chris Lattner | simplify code |
commit | commitdiff | tree | snapshot |
2006-09-28 |
Chris Lattner | Simplify some code |
commit | commitdiff | tree | snapshot |
2006-09-28 |
Owen Anderson | Another attempt at making ArgPromotion smarter. This... |
commit | commitdiff | tree | snapshot |
2006-09-28 |
Chris Lattner | simplify code |
commit | commitdiff | tree | snapshot |
2006-09-28 |
Chris Lattner | simplify code |
commit | commitdiff | tree | snapshot |
2006-09-28 |
Reid Spencer | Use the -emit-llvm switch to generate LLVM assembly... |
commit | commitdiff | tree | snapshot |
2006-09-28 |
Reid Spencer | Add a test case for PR902. |
commit | commitdiff | tree | snapshot |
2006-09-28 |
Chris Lattner | Shift amounts are always 32-bits, even in 64-bit mode... |
commit | commitdiff | tree | snapshot |
2006-09-28 |
Chris Lattner | new testcase |
commit | commitdiff | tree | snapshot |
2006-09-28 |
Reid Spencer | Fix PR902: |
commit | commitdiff | tree | snapshot |
next |