missed file with previous commit.
[oota-llvm.git] / lib / Transforms / InstCombine / InstCombine.h
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...