aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Nick Lewycky pointed out that this code makes changes unconditionally.Dan Gohman2010-01-051-1/+2
* Have TableGen emit code that uses dbgs() rather than errs().David Greene2010-01-051-2/+2
* If a scope has only one instruction then first instruction is also the last i...Devang Patel2010-01-052-1/+19
* 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-054-15/+25
* Some versions of GCC don't like non-static data members in sizeofDan Gohman2010-01-051-1/+1
* Add a SmallBitVector class, which mimics BitVector but uses onlyDan Gohman2010-01-054-0/+671
* 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-052-2/+58
* 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-053-14/+24
* fix an infinite loop in reassociate building emacs.Chris Lattner2010-01-052-0/+19
* 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-054-22/+0
* Use StringRef.startswith().Devang Patel2010-01-051-37/+20
* Fix a build error by adding a missing commit.David Greene2010-01-051-0/+4
* Fix a build error and change errs() to dbgs().David Greene2010-01-051-1/+2
* Remove an unneeded svn:ignore property.Dan Gohman2010-01-050-0/+0
* Enable debug buffering.David Greene2010-01-051-0/+4
* Enable debug buffering.David Greene2010-01-051-0/+5
* Change errs() to dbgs().David Greene2010-01-051-2/+3
* Change errs() to dbgs().David Greene2010-01-051-10/+11
* Change errs() to dbgs().David Greene2010-01-051-3/+3
* Change errs() to dbgs().David Greene2010-01-051-9/+9
* Change errs() to dbgs().David Greene2010-01-051-2/+3
* Change errs() to dbgs().David Greene2010-01-051-29/+30