2006-10-28 |
Chris Lattner | const'ify jump table stuff |
commit | commitdiff | tree | snapshot |
2006-10-28 |
Chris Lattner | add a method for deleting dead jump tables. |
commit | commitdiff | tree | snapshot |
2006-10-28 |
Chris Lattner | add an assert |
commit | commitdiff | tree | snapshot |
2006-10-28 |
Chris Lattner | don't print dead jump tables |
commit | commitdiff | tree | snapshot |
2006-10-28 |
Chris Lattner | determine whether a change was made |
commit | commitdiff | tree | snapshot |
2006-10-28 |
Chris Lattner | implement the BlockHasNoFallThrough hook |
commit | commitdiff | tree | snapshot |
2006-10-28 |
Chris Lattner | improve deletion of blocks that just contain branches... |
commit | commitdiff | tree | snapshot |
2006-10-28 |
Chris Lattner | add another target hook for branch folding. |
commit | commitdiff | tree | snapshot |
2006-10-28 |
Jim Laskey | Load and stores have not been uniqued properly. |
commit | commitdiff | tree | snapshot |
2006-10-28 |
Chris Lattner | Split *all* critical edges before isel. This resolves... |
commit | commitdiff | tree | snapshot |
2006-10-28 |
Chris Lattner | new testcase |
commit | commitdiff | tree | snapshot |
2006-10-28 |
Chris Lattner | add option to isCriticalEdge |
commit | commitdiff | tree | snapshot |
2006-10-28 |
Chris Lattner | break edges more intelligently |
commit | commitdiff | tree | snapshot |
2006-10-28 |
Chris Lattner | Expose a smarter way to break critical edges. |
commit | commitdiff | tree | snapshot |
2006-10-28 |
Chris Lattner | SplitCriticalEdge checks to see if an edge is critical... |
commit | commitdiff | tree | snapshot |
2006-10-28 |
Chris Lattner | Fix a serious bug that caused any x86 vector stuff... |
commit | commitdiff | tree | snapshot |
2006-10-28 |
Evan Cheng | Doh. Must check if GV is constant first before putting... |
commit | commitdiff | tree | snapshot |
2006-10-28 |
Evan Cheng | Doh. Must check if GV is constant first. |
commit | commitdiff | tree | snapshot |
2006-10-28 |
Nick Lewycky | Emitting raw bytecode is awfully rude. Add -disable... |
commit | commitdiff | tree | snapshot |
2006-10-28 |
Jim Laskey | Editorial clean up. |
commit | commitdiff | tree | snapshot |
2006-10-28 |
Chris Lattner | add a method |
commit | commitdiff | tree | snapshot |
2006-10-28 |
Chris Lattner | prepare for a change I'm about to make |
commit | commitdiff | tree | snapshot |
2006-10-28 |
Chris Lattner | don't dist internal readme |
commit | commitdiff | tree | snapshot |
2006-10-28 |
Chris Lattner | don't dist internal readme's |
commit | commitdiff | tree | snapshot |
2006-10-28 |
Chris Lattner | don't distribute internal readme's |
commit | commitdiff | tree | snapshot |
2006-10-28 |
Reid Spencer | Make sure all the readme files get distributed. |
commit | commitdiff | tree | snapshot |
2006-10-27 |
Jim Laskey | Clean up. |
commit | commitdiff | tree | snapshot |
2006-10-27 |
Chris Lattner | Fix a bug in merged condition handling (CodeGen/Generic... |
commit | commitdiff | tree | snapshot |
2006-10-27 |
Chris Lattner | new testcase |
commit | commitdiff | tree | snapshot |
2006-10-27 |
Jim Laskey | Switch over from SelectionNodeCSEMap to FoldingSet. |
commit | commitdiff | tree | snapshot |
2006-10-27 |
Devang Patel | Use doc_code class. |
commit | commitdiff | tree | snapshot |
2006-10-27 |
Jim Laskey | Clean up |
commit | commitdiff | tree | snapshot |
2006-10-27 |
Devang Patel | Document removeModule(). |
commit | commitdiff | tree | snapshot |
2006-10-27 |
Chris Lattner | this doesn't occur any more in mason |
commit | commitdiff | tree | snapshot |
2006-10-27 |
Chris Lattner | the code in question is now: |
commit | commitdiff | tree | snapshot |
2006-10-27 |
Devang Patel | Document getAlignment() |
commit | commitdiff | tree | snapshot |
2006-10-27 |
Chris Lattner | remove debug code |
commit | commitdiff | tree | snapshot |
2006-10-27 |
Chris Lattner | Codegen cond&cond with two branches. This compiles... |
commit | commitdiff | tree | snapshot |
2006-10-27 |
Chris Lattner | new testcase |
commit | commitdiff | tree | snapshot |
2006-10-27 |
Chris Lattner | Turn conditions like x<Y|z==q into multiple blocks. |
commit | commitdiff | tree | snapshot |
2006-10-27 |
Chris Lattner | new testcase |
commit | commitdiff | tree | snapshot |
2006-10-27 |
Evan Cheng | Fixed a significant bug where unpcklpd is incorrectly... |
commit | commitdiff | tree | snapshot |
2006-10-27 |
Evan Cheng | Add a new vextract test case. |
commit | commitdiff | tree | snapshot |
2006-10-27 |
Bill Wendling | Forgot a } |
commit | commitdiff | tree | snapshot |
2006-10-27 |
Bill Wendling | Re-added the part where it tries to remove all global... |
commit | commitdiff | tree | snapshot |
2006-10-27 |
Jim Laskey | SmallVector append not insert. |
commit | commitdiff | tree | snapshot |
2006-10-27 |
Jim Laskey | Grrr. |
commit | commitdiff | tree | snapshot |
2006-10-27 |
Jim Laskey | Temp patch for missing functionality. |
commit | commitdiff | tree | snapshot |
2006-10-27 |
Reid Spencer | Make the Value and Type methods print a newline so... |
commit | commitdiff | tree | snapshot |
2006-10-27 |
Evan Cheng | Fix for PR968: expand vector sdiv, udiv, srem, urem. |
commit | commitdiff | tree | snapshot |
2006-10-27 |
Bill Wendling | MathExtras isn't in the llvm/ADT directory but in the... |
commit | commitdiff | tree | snapshot |
2006-10-27 |
Jim Laskey | Apply editorials. |
commit | commitdiff | tree | snapshot |
2006-10-27 |
Reid Spencer | Improve cvs ignoring of test results. |
commit | commitdiff | tree | snapshot |
2006-10-27 |
Jim Laskey | Breakout folding hash set from SelectionDAGCSEMap. |
commit | commitdiff | tree | snapshot |
2006-10-27 |
Reid Spencer | Initialize CStringSection member var. |
commit | commitdiff | tree | snapshot |
2006-10-27 |
Reid Spencer | Add a run line to this test. |
commit | commitdiff | tree | snapshot |
2006-10-26 |
Evan Cheng | Change load PatFrag to ignore indexed load. |
commit | commitdiff | tree | snapshot |
2006-10-26 |
Evan Cheng | getPreIndexedLoad -> getIndexedLoad. |
commit | commitdiff | tree | snapshot |
2006-10-26 |
Evan Cheng | Indexed load / store changes. |
commit | commitdiff | tree | snapshot |
2006-10-26 |
Evan Cheng | Place cstrings in .cstring section. |
commit | commitdiff | tree | snapshot |
2006-10-26 |
Evan Cheng | Speed up isCString() |
commit | commitdiff | tree | snapshot |
2006-10-26 |
Devang Patel | Save temp. bc files when saveTemps flag is true. Use... |
commit | commitdiff | tree | snapshot |
2006-10-26 |
Reid Spencer | Simplify code a bit by changing instances of: |
commit | commitdiff | tree | snapshot |
2006-10-26 |
Evan Cheng | Put cstrings in .cstring section when compiling for... |
commit | commitdiff | tree | snapshot |
2006-10-26 |
Evan Cheng | Added CStringSection. |
commit | commitdiff | tree | snapshot |
2006-10-26 |
Evan Cheng | Add isCString() - returns true if a ConstantArray is... |
commit | commitdiff | tree | snapshot |
2006-10-26 |
Chris Lattner | Fix Transforms/InstCombine/2006-10-26-VectorReassoc.ll |
commit | commitdiff | tree | snapshot |
2006-10-26 |
Chris Lattner | new testcase, should not reassoc fp vector |
commit | commitdiff | tree | snapshot |
2006-10-26 |
Chris Lattner | Add isFPOrFPVector() method, which indicates if a type... |
commit | commitdiff | tree | snapshot |
2006-10-26 |
Rafael Espindola | initial support for frame pointers |
commit | commitdiff | tree | snapshot |
2006-10-26 |
Reid Spencer | Enclose a case in { and } so that the pickier compilers... |
commit | commitdiff | tree | snapshot |
2006-10-26 |
Reid Spencer | For PR950: |
commit | commitdiff | tree | snapshot |
2006-10-26 |
Nick Lewycky | Fix 2006-10-25-AddSetCC. A relational operator (like... |
commit | commitdiff | tree | snapshot |
2006-10-26 |
Nick Lewycky | Handling of setlt/le/gt/ge is broken at the moment... |
commit | commitdiff | tree | snapshot |
2006-10-26 |
Reid Spencer | Make the makefile tell us when Intrinsics.gen is being... |
commit | commitdiff | tree | snapshot |
2006-10-26 |
Nick Lewycky | This testcase was logically wrong! Fixing, and includin... |
commit | commitdiff | tree | snapshot |
2006-10-25 |
Nick Lewycky | Resurrect r1.25. |
commit | commitdiff | tree | snapshot |
2006-10-25 |
Chris Lattner | simplify code |
commit | commitdiff | tree | snapshot |
2006-10-25 |
Evan Cheng | New shuffle test case. |
commit | commitdiff | tree | snapshot |
2006-10-25 |
Evan Cheng | During vector shuffle lowering, we sometimes commute... |
commit | commitdiff | tree | snapshot |
2006-10-25 |
Evan Cheng | X86ISD::PEXTRW 3rd operand type is always target pointe... |
commit | commitdiff | tree | snapshot |
2006-10-25 |
Chris Lattner | hide symbols properly |
commit | commitdiff | tree | snapshot |
2006-10-25 |
Evan Cheng | Remove -disable-x86-shuffle-opti |
commit | commitdiff | tree | snapshot |
2006-10-25 |
Bill Wendling | Fix for PR960. Improves bugpoint so that it removes... |
commit | commitdiff | tree | snapshot |
2006-10-25 |
Devang Patel | Supply alignment info to linker through LLVMSymbol. |
commit | commitdiff | tree | snapshot |
2006-10-25 |
Chris Lattner | turn off tail merging for now |
commit | commitdiff | tree | snapshot |
2006-10-25 |
Chris Lattner | be more aggressive about matching identical instructions. |
commit | commitdiff | tree | snapshot |
2006-10-25 |
Chris Lattner | Allow this to pass on ppc |
commit | commitdiff | tree | snapshot |
2006-10-25 |
Chris Lattner | Modernize the testcase, allow it to pass on ppc |
commit | commitdiff | tree | snapshot |
2006-10-24 |
Devang Patel | TargetData is not subclassed. So no need to have virtua... |
commit | commitdiff | tree | snapshot |
2006-10-24 |
Chris Lattner | Targets should depend on all the intrinsics.td files... |
commit | commitdiff | tree | snapshot |
2006-10-24 |
Devang Patel | Move getPreferredAlignmentLog from AsmPrinter to TargetData |
commit | commitdiff | tree | snapshot |
2006-10-24 |
Rafael Espindola | expand ISD::VACOPY |
commit | commitdiff | tree | snapshot |
2006-10-24 |
John Criswell | Removed extraneous semi-colon; this was prevening the... |
commit | commitdiff | tree | snapshot |
2006-10-24 |
Devang Patel | Instead of hard coding global prefix, use TargetAsmInfo. |
commit | commitdiff | tree | snapshot |
2006-10-24 |
Chris Lattner | visitSwitchCase knows how to insert conditional branche... |
commit | commitdiff | tree | snapshot |
2006-10-24 |
Chris Lattner | Generalize CaseBlock a bit more: |
commit | commitdiff | tree | snapshot |
2006-10-24 |
Chris Lattner | update comment |
commit | commitdiff | tree | snapshot |
2006-10-24 |
Chris Lattner | Fix CodeGen/IA64/ret-0.ll, which has apparently been... |
commit | commitdiff | tree | snapshot |
2006-10-24 |
Chris Lattner | new testcase |
commit | commitdiff | tree | snapshot |
next |