aboutsummaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* just remove this xform which is subsumed by others.Chris Lattner2010-01-051-26/+1
* Fix comment for CheckDebugInfoIntrinsicsVictor Hernandez2010-01-051-2/+3
* move a trunc-specific transform out of commonIntCastTransforms into visitTrunc.Chris Lattner2010-01-051-32/+34
* Restore dump() methods to Loop and MachineLoop.Dan Gohman2010-01-052-0/+10
* Move remaining stuff to the isInteger predicate.Benjamin Kramer2010-01-0514-40/+31
* move a zext specific xform out of commonIntCastTransforms into visitZExt and ...Chris Lattner2010-01-051-10/+9
* Remove livein checks from machine code verifier.Jakob Stoklund Olesen2010-01-051-99/+13
* move a trunc-specific xform out of commonIntCastTransforms into visitTruncChris Lattner2010-01-051-16/+25
* reduce indentationChris Lattner2010-01-051-15/+18
* NamedMDNode is a collection MDNodes.Devang Patel2010-01-053-16/+15
* Convert a ton of simple integer type equality tests to the new predicate.Benjamin Kramer2010-01-0517-39/+36
* Add a new predicate for integer type equality tests.Benjamin Kramer2010-01-051-0/+5
* 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
* If a scope has only one instruction then first instruction is also the last i...Devang Patel2010-01-051-1/+1
* 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-0525-58/+46
* 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
* Code refactoring.Evan Cheng2010-01-051-9/+19
* 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 this back to errs().David Greene2010-01-051-2/+1
* These should probably be errs().David Greene2010-01-051-3/+3
* Delete renaming use of dead dbg intrinsics.Devang Patel2010-01-053-16/+0
* Use StringRef.startswith().Devang Patel2010-01-051-37/+20
* Fix a build error and change errs() to dbgs().David Greene2010-01-051-1/+2