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 |
2006-10-24 |
Rafael Espindola | fix warning about missing newline at end of file |
commit | commitdiff | tree | snapshot |
2006-10-24 |
Chris Lattner | generalize 'CaseBlock'. It really allows any compariso... |
commit | commitdiff | tree | snapshot |
2006-10-24 |
Chris Lattner | implement uncond branch insertion, mark branches with... |
commit | commitdiff | tree | snapshot |
2006-10-24 |
Chris Lattner | implement uncond branch insertion for the branch foldin... |
commit | commitdiff | tree | snapshot |
2006-10-24 |
Chris Lattner | implement uncond branch insertion so alpha works work... |
commit | commitdiff | tree | snapshot |
2006-10-24 |
Chris Lattner | implement uncond branch insertion for sparc to fix... |
commit | commitdiff | tree | snapshot |
2006-10-24 |
Chris Lattner | new bad case |
commit | commitdiff | tree | snapshot |
2006-10-24 |
Jim Laskey | Don't do dead block elimination in fast mode. |
commit | commitdiff | tree | snapshot |
2006-10-24 |
Rafael Espindola | fix assert comment |
commit | commitdiff | tree | snapshot |
2006-10-24 |
Jim Laskey | LinearScanner hotspot. |
commit | commitdiff | tree | snapshot |
2006-10-24 |
Jim Laskey | Tighter data structure for deleted debug labels. |
commit | commitdiff | tree | snapshot |
2006-10-24 |
Chris Lattner | Fix Transforms/ScalarRepl/2006-10-23-PointerUnionCrash.ll |
commit | commitdiff | tree | snapshot |
2006-10-24 |
Chris Lattner | New testcase that crashes scalarrepl |
commit | commitdiff | tree | snapshot |
2006-10-24 |
Chris Lattner | move single basic blocks that are neither fallen into... |
commit | commitdiff | tree | snapshot |
2006-10-24 |
Chris Lattner | Add intrinsics for the rest of the DCB* instructions. |
commit | commitdiff | tree | snapshot |
2006-10-24 |
Chris Lattner | add missing dcb* intrinsics |
commit | commitdiff | tree | snapshot |
2006-10-24 |
Chris Lattner | Revert back to r1.21, which was the last revision of... |
commit | commitdiff | tree | snapshot |
2006-10-24 |
Chris Lattner | add moveBefore/moveAfter helper methods |
commit | commitdiff | tree | snapshot |
2006-10-23 |
Devang Patel | Fix typo. Add more comment. Avoid extra hash_map search. |
commit | commitdiff | tree | snapshot |
2006-10-23 |
Chris Lattner | add two helper methods |
commit | commitdiff | tree | snapshot |
2006-10-23 |
Devang Patel | Add removeModule(). |
commit | commitdiff | tree | snapshot |
2006-10-23 |
Chris Lattner | Enable tail merging by default. |
commit | commitdiff | tree | snapshot |
2006-10-23 |
Evan Cheng | Update test case. |
commit | commitdiff | tree | snapshot |
2006-10-23 |
Rafael Espindola | implement STRB and STRH |
commit | commitdiff | tree | snapshot |
2006-10-23 |
Rafael Espindola | expand ISD::MEMSET |
commit | commitdiff | tree | snapshot |
2006-10-23 |
Andrew Lenharth | Make these hack flags hidden, like other dsa hack flags |
commit | commitdiff | tree | snapshot |
2006-10-23 |
Andrew Lenharth | Revert the aggressive inlining for now, it doesn't... |
commit | commitdiff | tree | snapshot |
2006-10-23 |
Andrew Lenharth | change this back |
commit | commitdiff | tree | snapshot |
2006-10-23 |
Andrew Lenharth | restore these tests |
commit | commitdiff | tree | snapshot |
2006-10-23 |
Chris Lattner | Handle fallout from the recent branch-on-undef changes... |
commit | commitdiff | tree | snapshot |
next |