[EarlyCSE] DSE of stores which write back loaded values
[oota-llvm.git] / test / Transforms / EarlyCSE / basic.ll
2015-12-16 Philip Reames[EarlyCSE] DSE of stores which write back loaded values
2015-02-27 David Blaikie[opaque pointer type] Add textual IR support for explic...
2015-02-10 David MajnemerEarlyCSE: Add check lines for test added in r228760
2015-02-10 David MajnemerEarlyCSE: It isn't safe to CSE across synchronization...
2015-02-01 Chandler Carruth[PM] Port EarlyCSE to the new pass manager.
2014-11-18 Philip ReamesTweak EarlyCSE to recognize series of dead stores
2014-11-03 Hal FinkelEarlyCSE should ignore calls to @llvm.assume
2013-07-14 Stephen LinUpdate Transforms tests to use CHECK-LABEL for easier...
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...