SimplifyCFG: don't remove unreachable default switch destinations
[oota-llvm.git] / test / Transforms / EarlyCSE /
2014-11-18 Philip ReamesTweak EarlyCSE to recognize series of dead stores
2014-11-03 Hal FinkelEarlyCSE should ignore calls to @llvm.assume
2013-08-16 Daniel Dunbar[tests] Cleanup initialization of test suffixes.
2013-07-14 Stephen LinCatch more CHECK that can be converted to CHECK-LABEL...
2013-07-14 Stephen LinUpdate Transforms tests to use CHECK-LABEL for easier...
2013-03-18 David TweedInitially forgotten-to-svn-add test case for r177279.
2013-01-07 David TweedThere was a switch fall-through in the parser for textu...
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...