- ca40327 Document removeModule(). by Devang Patel · 19 years ago
- 7a498cb this doesn't occur any more in mason by Chris Lattner · 19 years ago
- 4ccf63d the code in question is now: by Chris Lattner · 19 years ago
- 9286cd3 Document getAlignment() by Devang Patel · 19 years ago
- 1c9b2f3 remove debug code by Chris Lattner · 19 years ago
- d2f9ee9 Codegen cond&cond with two branches. This compiles (f.e.) PowerPC/and-branch.ll to: by Chris Lattner · 19 years ago
- 00ef504 new testcase by Chris Lattner · 19 years ago
- 571e434 Turn conditions like x<Y|z==q into multiple blocks. by Chris Lattner · 19 years ago
- d0fffc8 new testcase by Chris Lattner · 19 years ago
- f686d9b Fixed a significant bug where unpcklpd is incorrectly used to extract element 1 from a v2f64 value. by Evan Cheng · 19 years ago
- 8d51a32 Add a new vextract test case. by Evan Cheng · 19 years ago
- 22706e8 Forgot a } by Bill Wendling · 19 years ago
- b3d83a3 Re-added the part where it tries to remove all global variables first. by Bill Wendling · 19 years ago
- 2ac33c4 SmallVector append not insert. by Jim Laskey · 19 years ago
- 47ce6b4 Grrr. by Jim Laskey · 19 years ago
- 788a0c6 Temp patch for missing functionality. by Jim Laskey · 19 years ago
- 461076f Make the Value and Type methods print a newline so it prints nicely in gdb by Reid Spencer · 19 years ago
- 6bdb3f6 Fix for PR968: expand vector sdiv, udiv, srem, urem. by Evan Cheng · 19 years ago
- 160db5d MathExtras isn't in the llvm/ADT directory but in the llvm/Support directory. by Bill Wendling · 19 years ago
- 18529f3 Apply editorials. by Jim Laskey · 19 years ago
- f5d9134 Improve cvs ignoring of test results. by Reid Spencer · 19 years ago
- 0e5af19 Breakout folding hash set from SelectionDAGCSEMap. by Jim Laskey · 19 years ago
- c50209b Initialize CStringSection member var. by Reid Spencer · 19 years ago
- 8b93a9c Add a run line to this test. by Reid Spencer · 19 years ago
- 87e0813 Change load PatFrag to ignore indexed load. by Evan Cheng · 19 years ago
- 5270cf1 getPreIndexedLoad -> getIndexedLoad. by Evan Cheng · 19 years ago
- 8862ef1 Indexed load / store changes. by Evan Cheng · 19 years ago
- 80aa9a1 Place cstrings in .cstring section. by Evan Cheng · 19 years ago
- abf6345 Speed up isCString() by Evan Cheng · 19 years ago
- 38187d6 Save temp. bc files when saveTemps flag is true. Use final output file by Devang Patel · 19 years ago
- 811b0cb Simplify code a bit by changing instances of: by Reid Spencer · 19 years ago
- 8910c1c Put cstrings in .cstring section when compiling for Mac OS X. by Evan Cheng · 19 years ago
- 8d8c597 Added CStringSection. by Evan Cheng · 19 years ago
- 22c7030 Add isCString() - returns true if a ConstantArray is a CString. by Evan Cheng · 19 years ago
- 4d3839d Fix Transforms/InstCombine/2006-10-26-VectorReassoc.ll by Chris Lattner · 19 years ago
- 9290885 new testcase, should not reassoc fp vector by Chris Lattner · 19 years ago
- 2e1c196 Add isFPOrFPVector() method, which indicates if a type is either FP or a by Chris Lattner · 19 years ago
- 7ae68ab initial support for frame pointers by Rafael Espindola · 19 years ago
- 72ddc21 Enclose a case in { and } so that the pickier compilers don't complain. by Reid Spencer · 19 years ago
- 1628cec For PR950: by Reid Spencer · 19 years ago
- 7043d00 Fix 2006-10-25-AddSetCC. A relational operator (like setlt) can never by Nick Lewycky · 19 years ago
- 30b3b1c Handling of setlt/le/gt/ge is broken at the moment; predsimplify removes by Nick Lewycky · 19 years ago
- b43f00b Make the makefile tell us when Intrinsics.gen is being updated. by Reid Spencer · 19 years ago
- aa596f3 This testcase was logically wrong! Fixing, and including the test for the by Nick Lewycky · 19 years ago
- e63bf95 Resurrect r1.25. Fix and comment the "or", "and" and "xor" transformations. by Nick Lewycky · 19 years ago
- c2e91e3 simplify code by Chris Lattner · 19 years ago
- 5962d3e New shuffle test case. by Evan Cheng · 19 years ago
- 9eca5e8 During vector shuffle lowering, we sometimes commute a vector shuffle to try by Evan Cheng · 19 years ago
- 009073d X86ISD::PEXTRW 3rd operand type is always target pointer type. by Evan Cheng · 19 years ago
- b67e8f2 hide symbols properly by Chris Lattner · 19 years ago
- 9bbbb98 Remove -disable-x86-shuffle-opti by Evan Cheng · 19 years ago
- 4e3be89 Fix for PR960. Improves bugpoint so that it removes global variable by Bill Wendling · 19 years ago
- 08fb05c Supply alignment info to linker through LLVMSymbol. by Devang Patel · 19 years ago
- 323ece6 turn off tail merging for now by Chris Lattner · 19 years ago
- 13a0412 be more aggressive about matching identical instructions. by Chris Lattner · 19 years ago
- f603618 Allow this to pass on ppc by Chris Lattner · 19 years ago
- 4fa2ba6 Modernize the testcase, allow it to pass on ppc by Chris Lattner · 19 years ago
- 5f90cbc TargetData is not subclassed. So no need to have virtual method. by Devang Patel · 19 years ago
- 93858f6 Targets should depend on all the intrinsics.td files also, otherwise they by Chris Lattner · 19 years ago
- f9c197e Move getPreferredAlignmentLog from AsmPrinter to TargetData by Devang Patel · 19 years ago
- 0e5e3aa expand ISD::VACOPY by Rafael Espindola · 19 years ago
- 2f6a8b1 Removed extraneous semi-colon; this was prevening the grammar file from by John Criswell · 19 years ago
- 6152b7e Instead of hard coding global prefix, use TargetAsmInfo. Add LTO destructor. by Devang Patel · 19 years ago
- 2452595 visitSwitchCase knows how to insert conditional branches well. Change by Chris Lattner · 19 years ago
- 57ab659 Generalize CaseBlock a bit more: by Chris Lattner · 19 years ago
- 33644ba update comment by Chris Lattner · 19 years ago
- bacf9f4 Fix CodeGen/IA64/ret-0.ll, which has apparently been broken since some of the by Chris Lattner · 19 years ago
- d1300ab new testcase by Chris Lattner · 19 years ago
- 3d7d39a fix warning about missing newline at end of file by Rafael Espindola · 19 years ago
- 7b248d9 generalize 'CaseBlock'. It really allows any comparison to be inserted. by Chris Lattner · 19 years ago
- 578e64a implement uncond branch insertion, mark branches with isBranch. by Chris Lattner · 19 years ago
- 11533e2 implement uncond branch insertion for the branch folding pass by Chris Lattner · 19 years ago
- 0476b28 implement uncond branch insertion so alpha works work branchfolding. by Chris Lattner · 19 years ago
- e87146a implement uncond branch insertion for sparc to fix regressions from last night by Chris Lattner · 19 years ago
- cf10391 new bad case by Chris Lattner · 19 years ago
- 62d07d6 Don't do dead block elimination in fast mode. by Jim Laskey · 19 years ago
- 24321d7 fix assert comment by Rafael Espindola · 19 years ago
- e719d9f LinearScanner hotspot. by Jim Laskey · 19 years ago
- fcc1d94 Tighter data structure for deleted debug labels. by Jim Laskey · 19 years ago
- ae5d51c Fix Transforms/ScalarRepl/2006-10-23-PointerUnionCrash.ll by Chris Lattner · 19 years ago
- b0d6dbf New testcase that crashes scalarrepl by Chris Lattner · 19 years ago
- 7d09784 move single basic blocks that are neither fallen into nor fall out of into by Chris Lattner · 19 years ago
- e90c537 Add intrinsics for the rest of the DCB* instructions. by Chris Lattner · 19 years ago
- 0b2e613 add missing dcb* intrinsics by Chris Lattner · 19 years ago
- ef2aa19 Revert back to r1.21, which was the last revision of predsimplify that by Chris Lattner · 19 years ago
- c585a3f add moveBefore/moveAfter helper methods by Chris Lattner · 19 years ago
- 2a4dd68 Fix typo. Add more comment. Avoid extra hash_map search. by Devang Patel · 19 years ago
- 34ea076 add two helper methods by Chris Lattner · 19 years ago
- f2ca21f Add removeModule(). by Devang Patel · 19 years ago
- a4bcfe1 Enable tail merging by default. by Chris Lattner · 19 years ago
- 2cd931f Update test case. by Evan Cheng · 19 years ago
- c391d16 implement STRB and STRH by Rafael Espindola · 19 years ago
- d8ed7f8 expand ISD::MEMSET by Rafael Espindola · 19 years ago
- 12711df Make these hack flags hidden, like other dsa hack flags by Andrew Lenharth · 19 years ago
- 72be6e6 Revert the aggressive inlining for now, it doesn't handle external correctly by Andrew Lenharth · 19 years ago
- 9a9aa4c change this back by Andrew Lenharth · 19 years ago
- 21c04a3 restore these tests by Andrew Lenharth · 19 years ago
- ddaaa37 Handle fallout from the recent branch-on-undef changes. This fixes by Chris Lattner · 19 years ago
- e285d59 new testcase by Chris Lattner · 19 years ago
- b354343 Minor tweak. Instead of generating: by Chris Lattner · 19 years ago