- 2973b57 80 column and whitespace cleanup by Jim Grosbach · 16 years ago
- e10920d Fix a README item: have functionattrs look through selects and by Duncan Sands · 16 years ago
- 0ecbdeb Formatting. by Mikhail Glushenkov · 16 years ago
- 421c073 Fixed malformed -*- lines in PBQP headers. by Lang Hames · 16 years ago
- 7c422ac Partially address a README by having functionattrs consider calls to by Duncan Sands · 16 years ago
- eaba510 This is testing a darwin specific feature, so only turn by Duncan Sands · 16 years ago
- 5c24a6d tweaks suggested by Duncan by Chris Lattner · 16 years ago
- b7339d0 Reenable debug info on PPC. Works well enough to bootstrap. by Dale Johannesen · 16 years ago
- e89c510 Make sure debug info hook gets called when emitting synonyms for PPC. by Dale Johannesen · 16 years ago
- e0e4cc7 Teach instcombine's sext elimination logic to be more aggressive. by Chris Lattner · 16 years ago
- 8efadf9 Add <imp-def> and <imp-kill> operands when replacing virtual sub-register defs and kills. by Jakob Stoklund Olesen · 16 years ago
- 3f09487 The previous code could potentially cause a cycle. Allow ordering w.r.t. a 0 order. by Bill Wendling · 16 years ago
- cfeea4b Only check the ordering if there is an ordering for each nodes. by Bill Wendling · 16 years ago
- 247fb4e Add a semi-primitive form of scheduling via the "SDNode ordering" to the by Bill Wendling · 16 years ago
- 68c6e89 simplify this code. by Chris Lattner · 16 years ago
- d7d1a29 Move this test from test/Transforms/IndVarSimplify to by Dan Gohman · 16 years ago
- 9f7c5c0 Don't assign the shift the same type as the variable being shifted. This could by Bill Wendling · 16 years ago
- 8314299 Undo r92785, it caused test failure. by Johnny Chen · 16 years ago
- 94aab49 make this a static function instead of a method. by Chris Lattner · 16 years ago
- 7c3ecb6 Don't use the ISD::NodeType enum for SDNode opcodes, as CodeGen by Dan Gohman · 16 years ago
- bf170d4 Re-add parsing of function-local metadata; this time with testcase. by Victor Hernandez · 16 years ago
- 7a34d6c more rearrangement and cleanup, fix my test failure. by Chris Lattner · 16 years ago
- 274ad68 cleanup by Chris Lattner · 16 years ago
- c0f79af remove two trunc xforms that are subsumed by EvaluateInDifferentType. by Chris Lattner · 16 years ago
- c04d3d3 merge some tests. by Chris Lattner · 16 years ago
- 83f1136 Add Rt2 to the asm format string for 32-bit Thumb load/store register dual by Johnny Chen · 16 years ago
- 50ca020 merge cast2 into cast.ll by Chris Lattner · 16 years ago
- 69d02e0 Allow null to be an element of NamedMDNode. e.g. !llvm.stuff = !{!0, !1, null} by Devang Patel · 16 years ago
- 6ae68a2 remove useless test. by Chris Lattner · 16 years ago
- 8e66905 another example. by Chris Lattner · 16 years ago
- e531920 Don't specify CR sub-registers as implicit defs of BL instructions. by Jakob Stoklund Olesen · 16 years ago
- 022bd99 remove a useless negative test, add a rdar # to an xfail that I'm working on. by Chris Lattner · 16 years ago
- a8f3ebb clean up tests. by Chris Lattner · 16 years ago
- 464dc81 just remove this xform which is subsumed by others. by Chris Lattner · 16 years ago
- 771150a Fix comment for CheckDebugInfoIntrinsics by Victor Hernandez · 16 years ago
- 49bdfef move a trunc-specific transform out of commonIntCastTransforms into visitTrunc. by Chris Lattner · 16 years ago
- dda30cd Restore dump() methods to Loop and MachineLoop. by Dan Gohman · 16 years ago
- 8c65f6e Move remaining stuff to the isInteger predicate. by Benjamin Kramer · 16 years ago
- 718bf3f move a zext specific xform out of commonIntCastTransforms into visitZExt and modernize it. by Chris Lattner · 16 years ago
- b31defe Remove livein checks from machine code verifier. by Jakob Stoklund Olesen · 16 years ago
- f86d799 move a trunc-specific xform out of commonIntCastTransforms into visitTrunc by Chris Lattner · 16 years ago
- 3168c7d reduce indentation by Chris Lattner · 16 years ago
- 6ca835d Regenerate by Anton Korobeynikov · 16 years ago
- 0addbf5 Proper deduce z/System LLVM target from target triple when by Anton Korobeynikov · 16 years ago
- 3e30c2a NamedMDNode is a collection MDNodes. by Devang Patel · 16 years ago
- 11acaa3 Convert a ton of simple integer type equality tests to the new predicate. by Benjamin Kramer · 16 years ago
- 13be487 Add a new predicate for integer type equality tests. by Benjamin Kramer · 16 years ago
- 6786d5e by David Greene · 16 years ago
- 5f7775c Add an entry on SmallBitVector. by Dan Gohman · 16 years ago
- 0335740 optimize comparisons against cttz/ctlz/ctpop, patch by Alastair Lynn! by Chris Lattner · 16 years ago
- aceba31 Delete useless trailing semicolons. by Dan Gohman · 16 years ago
- ba25f09 Nick Lewycky pointed out that this code makes changes unconditionally. by Dan Gohman · 16 years ago
- f0fd3af by David Greene · 16 years ago
- ee890ed If a scope has only one instruction then first instruction is also the last instruction. by Devang Patel · 16 years ago
- 9fff218 Set Changed properly after calling DeleteDeadPHIs. by Dan Gohman · 16 years ago
- 321a813 Use do+while instead of while for loops which obviously have a by Dan Gohman · 16 years ago
- b7a9f2b Fix indentation. by Dan Gohman · 16 years ago
- 90fe0bd Make RecursivelyDeleteTriviallyDeadInstructions, by Dan Gohman · 16 years ago
- ad2cee4 Some versions of GCC don't like non-static data members in sizeof by Dan Gohman · 16 years ago
- cb89afc Add a SmallBitVector class, which mimics BitVector but uses only by Dan Gohman · 16 years ago
- eade002 Add newline at EOF. by Benjamin Kramer · 16 years ago
- f012705 Avoid going through the LLVMContext for type equality where it's safe to dereference the type pointer. by Benjamin Kramer · 16 years ago
- 804272c prune some #includes. by Chris Lattner · 16 years ago
- 25f2a23 split and/or/xor out into one overly-large (2000LOC) file. However, I think by Chris Lattner · 16 years ago
- d3c5b2d missed file with previous commit. by Chris Lattner · 16 years ago
- 9cdd5f3 split instcombine of shifts out to its own file. by Chris Lattner · 16 years ago
- 948cdeb eliminate getBitCastOperand and simplify some over-complex inbounds stuff. by Chris Lattner · 16 years ago
- 753a2b4 split call handling out to InstCombineCalls.cpp by Chris Lattner · 16 years ago
- 16507fe optimize cttz and ctlz when we can prove something about the by Chris Lattner · 16 years ago
- f87cd93 this inline function moved to addsub by Chris Lattner · 16 years ago
- 53a19b7 split add/sub out to its own file. Eliminate use of by Chris Lattner · 16 years ago
- 248a84b all the places we use hasOneUse() we know are instructions, so inline by Chris Lattner · 16 years ago
- dea34da eliminate AssociativeOpt and its last uses. by Chris Lattner · 16 years ago
- a317e04 inline the FoldICmpLogical functor. by Chris Lattner · 16 years ago
- 54de3ea Code refactoring. by Evan Cheng · 16 years ago
- 32c0cf5 inline the 'AddRHS' transformation, simplifying things significantly. by Chris Lattner · 16 years ago
- d0db8e8 remove massive over-genality manifested as a big template by Chris Lattner · 16 years ago
- d12c27c split mul/div/rem instructions out to their own file. by Chris Lattner · 16 years ago
- 1c22c80 clean up header. by Chris Lattner · 16 years ago
- c6334b9 split select out to its own file. by Chris Lattner · 16 years ago
- 8d9b8d7 split out load/store/alloca. by Chris Lattner · 16 years ago
- d5da271 reduce indentation by Chris Lattner · 16 years ago
- b8a5cec split vector stuff out to InstCombineVectorOps.cpp by Chris Lattner · 16 years ago
- f54e729 split PHI node stuff out to InstCombinePHI.cpp by Chris Lattner · 16 years ago
- 43fd901 convert various IntrinsicInst's to use class instead of struct. by Chris Lattner · 16 years ago
- 5f94af0 fix an infinite loop in reassociate building emacs. by Chris Lattner · 16 years ago
- 2abc1ec Change this back to errs(). by David Greene · 16 years ago
- c74fe78 by David Greene · 16 years ago
- 614d2ad Delete renaming use of dead dbg intrinsics. by Devang Patel · 16 years ago
- 351ca33 Use StringRef.startswith(). by Devang Patel · 16 years ago
- acc9359 by David Greene · 16 years ago
- da23d93 by David Greene · 16 years ago
- 85e9e88 Remove an unneeded svn:ignore property. by Dan Gohman · 16 years ago
- 08fc0d3 Enable debug buffering. by David Greene · 16 years ago
- c58d01b Enable debug buffering. by David Greene · 16 years ago
- 9a6c940 Change errs() to dbgs(). by David Greene · 16 years ago
- c1bda3b Change errs() to dbgs(). by David Greene · 16 years ago
- 6892c7a Change errs() to dbgs(). by David Greene · 16 years ago
- efc2581 Change errs() to dbgs(). by David Greene · 16 years ago
- 840d41e Change errs() to dbgs(). by David Greene · 16 years ago