aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Transforms
Commit message (Expand)AuthorAgeFilesLines
* Convert a ton of simple integer type equality tests to the new predicate.Benjamin Kramer2010-01-058-16/+15
* optimize comparisons against cttz/ctlz/ctpop, patch by Alastair Lynn!Chris Lattner2010-01-051-1/+23
* Nick Lewycky pointed out that this code makes changes unconditionally.Dan Gohman2010-01-051-1/+2
* Set Changed properly after calling DeleteDeadPHIs.Dan Gohman2010-01-052-2/+2
* Use do+while instead of while for loops which obviously have aDan Gohman2010-01-0512-29/+23
* Fix indentation.Dan Gohman2010-01-051-1/+1
* Make RecursivelyDeleteTriviallyDeadInstructions,Dan Gohman2010-01-052-9/+17
* Add newline at EOF.Benjamin Kramer2010-01-051-1/+1
* Avoid going through the LLVMContext for type equality where it's safe to dere...Benjamin Kramer2010-01-0511-14/+13
* prune some #includes.Chris Lattner2010-01-051-8/+1
* split and/or/xor out into one overly-large (2000LOC) file. However, I thinkChris Lattner2010-01-053-1963/+1978
* missed file with previous commit.Chris Lattner2010-01-051-418/+0
* split instcombine of shifts out to its own file.Chris Lattner2010-01-052-0/+437
* eliminate getBitCastOperand and simplify some over-complex inbounds stuff.Chris Lattner2010-01-051-46/+22
* split call handling out to InstCombineCalls.cppChris Lattner2010-01-053-1110/+1133
* optimize cttz and ctlz when we can prove something about the Chris Lattner2010-01-051-1/+34
* this inline function moved to addsubChris Lattner2010-01-051-24/+0
* split add/sub out to its own file. Eliminate use ofChris Lattner2010-01-053-695/+749
* all the places we use hasOneUse() we know are instructions, so inlineChris Lattner2010-01-051-12/+9
* eliminate AssociativeOpt and its last uses.Chris Lattner2010-01-051-35/+2
* inline the FoldICmpLogical functor.Chris Lattner2010-01-051-98/+90
* inline the 'AddRHS' transformation, simplifying things significantly.Chris Lattner2010-01-051-39/+4
* remove massive over-genality manifested as a big template Chris Lattner2010-01-051-60/+1
* split mul/div/rem instructions out to their own file.Chris Lattner2010-01-054-674/+701
* clean up header.Chris Lattner2010-01-051-7/+2
* split select out to its own file.Chris Lattner2010-01-053-692/+712
* split out load/store/alloca.Chris Lattner2010-01-053-607/+614
* reduce indentationChris Lattner2010-01-051-4/+7
* split vector stuff out to InstCombineVectorOps.cppChris Lattner2010-01-053-540/+558
* split PHI node stuff out to InstCombinePHI.cppChris Lattner2010-01-053-821/+842
* convert various IntrinsicInst's to use class instead of struct.Chris Lattner2010-01-051-3/+3
* fix an infinite loop in reassociate building emacs.Chris Lattner2010-01-051-0/+4
* Change errs() to dbgs().David Greene2010-01-051-5/+5
* Change errs() to dbgs().David Greene2010-01-051-9/+9
* Change errs() to dbgs().David Greene2010-01-051-3/+3
* Change errs() to dbgs().David Greene2010-01-051-3/+3
* Change errs() to dbgs().David Greene2010-01-051-25/+25
* Change errs() to dbgs().David Greene2010-01-051-3/+3
* Change errs() to dbgs().David Greene2010-01-051-11/+11
* Change errs() to dbgs().David Greene2010-01-051-4/+4
* Change errs() to dbgs().David Greene2010-01-051-6/+6
* Change errs() to dbgs().David Greene2010-01-051-1/+1
* Change errs() to dbgs().David Greene2010-01-051-3/+3
* Change errs() to dbgs().David Greene2010-01-051-3/+3
* Change errs() to dbgs().David Greene2010-01-051-15/+15
* Change errs() to dbgs().David Greene2010-01-051-2/+2
* Change errs() to dbgs().David Greene2010-01-051-25/+25
* Change errs() to dbgs().David Greene2010-01-051-20/+20
* Change errs() to dbgs().David Greene2010-01-051-21/+21
* Change errs() to dbgs().David Greene2010-01-051-6/+6