Revert r110396 to fix buildbots.
[oota-llvm.git] / lib / Transforms / InstCombine / InstCombine.h
2010-08-06 Owen AndersonRevert r110396 to fix buildbots.
2010-08-05 Owen AndersonDon't use PassInfo* as a type identifier for passes...
2010-06-24 Gabor Greifuse ArgOperand API, also tighten the type of visitFree...
2010-05-27 Duncan SandsTeach instCombine to remove malloc+free if malloc's...
2010-05-11 Duncan SandsI got tired of VISIBILITY_HIDDEN colliding with the...
2010-03-06 Eric ChristopherMigrate _chk call lowering from SimplifyLibCalls to...
2010-03-05 Chris LattnerFix PR6503. This turned into a much more interesting...
2010-02-11 Chris LattnerRename ValueRequiresCast to ShouldOptimizeCast, to...
2010-01-10 Chris Lattnerinline and remove the rest of commonIntCastTransforms.
2010-01-05 Chris Lattnermake this a static function instead of a method.
2010-01-05 Chris Lattnersplit mul/div/rem instructions out to their own file.
2010-01-05 Chris Lattnerconvert various IntrinsicInst's to use class instead...
2010-01-05 Daniel DunbarFix some struct/class specifier mismatches.
2010-01-04 Chris Lattnersplit 943 lines of instcombine out to a new InstCombine...
2010-01-04 Chris Lattnersplit instcombine of compares (visit[FI]Cmp) out to
2010-01-04 Chris Lattnermove the 'SimplifyDemandedFoo' methods out to their...
2010-01-04 Chris Lattnersplit the instcombine class definition out to a header...