summaryrefslogtreecommitdiffstats
path: root/llvm/test/Transforms/EarlyCSE/basic.ll
Commit message (Expand)AuthorAgeFilesLines
* Revert "Temporarily Revert "Add basic loop fusion pass.""Eric Christopher2019-04-171-0/+293
* Temporarily Revert "Add basic loop fusion pass."Eric Christopher2019-04-171-293/+0
* [EarlyCSE] Optionally use MemorySSA. NFC.Geoff Berry2016-08-311-0/+1
* [EarlyCSE] Correctly handle simplified, but live, instructionsDavid Majnemer2016-07-291-0/+14
* [EarlyCSE] Don't add the overflow flags to the hashDavid Majnemer2016-04-221-3/+2
* [EarlyCSE] DSE of stores which write back loaded valuesPhilip Reames2015-12-161-0/+74
* [opaque pointer type] Add textual IR support for explicit type parameter to l...David Blaikie2015-02-271-17/+17
* EarlyCSE: Add check lines for test added in r228760David Majnemer2015-02-101-0/+3
* EarlyCSE: It isn't safe to CSE across synchronization boundariesDavid Majnemer2015-02-101-1/+7
* [PM] Port EarlyCSE to the new pass manager.Chandler Carruth2015-02-011-0/+1
* Tweak EarlyCSE to recognize series of dead storesPhilip Reames2014-11-181-0/+38
* EarlyCSE should ignore calls to @llvm.assumeHal Finkel2014-11-031-0/+36
* Update Transforms tests to use CHECK-LABEL for easier debugging. No functiona...Stephen Lin2013-07-141-8/+8
* 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-021-0/+21
OpenPOWER on IntegriCloud