aboutsummaryrefslogtreecommitdiff
path: root/test/Transforms/EarlyCSE
AgeCommit message (Expand)Author
2013-03-18Initially forgotten-to-svn-add test case for r177279.David Tweed
2013-01-07There was a switch fall-through in the parser for textual LLVM that causedDavid Tweed
2012-10-09New EarlyCSE tests for CSE-ing across commutativity.Michael Ilseman
2012-03-13Fix regression from r151466: an we can't replace uses of an instruction reach...Eli Friedman
2012-02-16Replace all instances of dg.exp file with lit.local.cfg, since all tests are ...Eli Bendersky
2011-11-27Upgrade syntax of tests using volatile instructions to use 'load volatile' in...Chris Lattner
2011-08-12Move "atomic" and "volatile" designations on instructions after the opcodeEli Friedman
2011-01-03Duncan deftly points out that readnone functions aren'tChris Lattner
2011-01-03earlycse can do trivial with-a-block dead store Chris Lattner
2011-01-03now that loads are in their own table, we can implementChris Lattner
2011-01-03add a testcase for readonly call CSEChris Lattner
2011-01-03Teach EarlyCSE to do trivial CSE of loads and read-only calls.Chris Lattner
2011-01-02add DEBUG and -stats output to earlycse.Chris Lattner
2011-01-02Enhance earlycse to do CSE of casts, instsimplify and die.Chris Lattner