instcombine: Migrate math library call simplifications
[oota-llvm.git] / test / Transforms / EarlyCSE /
2012-10-09 Michael IlsemanNew EarlyCSE tests for CSE-ing across commutativity.
2012-03-13 Eli FriedmanFix regression from r151466: an we can't replace uses...
2012-02-16 Eli BenderskyReplace all instances of dg.exp file with lit.local...
2011-11-27 Chris LattnerUpgrade syntax of tests using volatile instructions...
2011-08-12 Eli FriedmanMove "atomic" and "volatile" designations on instructio...
2011-01-03 Chris LattnerDuncan deftly points out that readnone functions aren't
2011-01-03 Chris Lattnerearlycse can do trivial with-a-block dead store
2011-01-03 Chris Lattnernow that loads are in their own table, we can implement
2011-01-03 Chris Lattneradd a testcase for readonly call CSE
2011-01-03 Chris LattnerTeach EarlyCSE to do trivial CSE of loads and read...
2011-01-02 Chris Lattneradd DEBUG and -stats output to earlycse.
2011-01-02 Chris LattnerEnhance earlycse to do CSE of casts, instsimplify and...