aboutsummaryrefslogtreecommitdiff
path: root/lib/Transforms
AgeCommit message (Expand)Author
2010-01-05optimize cttz and ctlz when we can prove something about the Chris Lattner
2010-01-05this inline function moved to addsubChris Lattner
2010-01-05split add/sub out to its own file. Eliminate use ofChris Lattner
2010-01-05all the places we use hasOneUse() we know are instructions, so inlineChris Lattner
2010-01-05eliminate AssociativeOpt and its last uses.Chris Lattner
2010-01-05inline the FoldICmpLogical functor.Chris Lattner
2010-01-05inline the 'AddRHS' transformation, simplifying things significantly.Chris Lattner
2010-01-05remove massive over-genality manifested as a big template Chris Lattner
2010-01-05split mul/div/rem instructions out to their own file.Chris Lattner
2010-01-05clean up header.Chris Lattner
2010-01-05split select out to its own file.Chris Lattner
2010-01-05split out load/store/alloca.Chris Lattner
2010-01-05reduce indentationChris Lattner
2010-01-05split vector stuff out to InstCombineVectorOps.cppChris Lattner
2010-01-05split PHI node stuff out to InstCombinePHI.cppChris Lattner
2010-01-05convert various IntrinsicInst's to use class instead of struct.Chris Lattner
2010-01-05fix an infinite loop in reassociate building emacs.Chris Lattner
2010-01-05Change errs() to dbgs().David Greene
2010-01-05Change errs() to dbgs().David Greene
2010-01-05Change errs() to dbgs().David Greene
2010-01-05Change errs() to dbgs().David Greene
2010-01-05Change errs() to dbgs().David Greene
2010-01-05Change errs() to dbgs().David Greene
2010-01-05Change errs() to dbgs().David Greene
2010-01-05Change errs() to dbgs().David Greene
2010-01-05Change errs() to dbgs().David Greene
2010-01-05Change errs() to dbgs().David Greene
2010-01-05Change errs() to dbgs().David Greene
2010-01-05Change errs() to dbgs().David Greene
2010-01-05Change errs() to dbgs().David Greene
2010-01-05Change errs() to dbgs().David Greene
2010-01-05Change errs() to dbgs().David Greene
2010-01-05Change errs() to dbgs().David Greene
2010-01-05Change errs() to dbgs().David Greene
2010-01-05Change errs() to dbgs().David Greene
2010-01-05Change errs() to dbgs().David Greene
2010-01-05Change errs() to dbgs().David Greene
2010-01-05Change errs() to dbgs().David Greene
2010-01-05Change errs() to dbgs().David Greene
2010-01-05Change errs() to dbgs().David Greene
2010-01-05Change errs() to dbgs().David Greene
2010-01-05Change errs() to dbgs().David Greene
2010-01-05Change errs() to dbgs().David Greene
2010-01-05Change errs() to dbgs().David Greene
2010-01-05Change errs() to dbgs().David Greene
2010-01-05Change errs() to dbgs().David Greene
2010-01-05Change errs() to dbgs().David Greene
2010-01-05Remove dead debug info intrinsics.Devang Patel
2010-01-05Fix some struct/class specifier mismatches.Daniel Dunbar
2010-01-04Truncate GEP indexes larger than the pointer size down to pointer sizeChris Lattner