Taints the non-acquire RMW's store address with the load part
[oota-llvm.git] / test / Transforms / EarlyCSE /
2016-01-03 Dimitry AndricFix several accidental DOS line endings in source files
2015-12-17 Philip Reames[EarlyCSE] DSE of atomic unordered stores
2015-12-16 Philip Reames[EarlyCSE] DSE of stores which write back loaded values
2015-12-10 JF BastienEarlyCSE: add tests
2015-12-08 Philip Reames[EarlyCSE] Value forwarding for unordered atomics
2015-10-07 Arnaud A. de Grand... [EarlyCSE] Fix handling of target memory intrinsics...
2015-08-27 Philip ReamesAllow value forwarding past release fences in EarlyCSE
2015-05-23 Philip ReamesCorrect a mistaken comment from 238071 [NFC]
2015-05-22 Philip ReamesExtend EarlyCSE to handle basic cases from JumpThreadin...
2015-05-18 Hal FinkelPreserve the order of READ_REGISTER and WRITE_REGISTER
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.
2015-01-26 Chad RosierCommoning of target specific load/store intrinsics...
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...