aboutsummaryrefslogtreecommitdiffstats
path: root/test/Transforms/EarlyCSE
Commit message (Expand)AuthorAgeFilesLines
* Update aosp/master llvm for rebase to r233350Pirama Arumuga Nainar2015-04-091-17/+17
* Update aosp/master LLVM for rebase to r230699.Stephen Hines2015-03-233-1/+248
* Update aosp/master LLVM for rebase to r222494.Stephen Hines2014-12-021-0/+74
* [tests] Cleanup initialization of test suffixes.Daniel Dunbar2013-08-161-1/+0
* Catch more CHECK that can be converted to CHECK-LABEL in Transforms for easie...Stephen Lin2013-07-141-1/+1
* Update Transforms tests to use CHECK-LABEL for easier debugging. No functiona...Stephen Lin2013-07-142-13/+13
* Initially forgotten-to-svn-add test case for r177279.David Tweed2013-03-181-0/+14
* There was a switch fall-through in the parser for textual LLVM that causedDavid Tweed2013-01-071-2/+2
* New EarlyCSE tests for CSE-ing across commutativity.Michael Ilseman2012-10-091-0/+66
* Fix regression from r151466: an we can't replace uses of an instruction reach...Eli Friedman2012-03-131-0/+19
* Replace all instances of dg.exp file with lit.local.cfg, since all tests are ...Eli Bendersky2012-02-162-3/+1
* Upgrade syntax of tests using volatile instructions to use 'load volatile' in...Chris Lattner2011-11-271-5/+5
* Move "atomic" and "volatile" designations on instructions after the opcodeEli Friedman2011-08-121-5/+5
* Duncan deftly points out that readnone functions aren'tChris Lattner2011-01-031-0/+13
* earlycse can do trivial with-a-block dead store Chris Lattner2011-01-031-0/+10
* now that loads are in their own table, we can implementChris Lattner2011-01-031-0/+9
* add a testcase for readonly call CSEChris Lattner2011-01-031-0/+12
* Teach EarlyCSE to do trivial CSE of loads and read-only calls.Chris Lattner2011-01-031-0/+45
* add DEBUG and -stats output to earlycse.Chris Lattner2011-01-021-2/+13
* Enhance earlycse to do CSE of casts, instsimplify and die.Chris Lattner2011-01-022-0/+24