Re-commit 97860 with fix. getMallocAllocatedType may return null.
[oota-llvm.git] / lib / Transforms / InstCombine / InstCombine.h
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...