summaryrefslogtreecommitdiffstats
path: root/test/Transforms/DeadStoreElimination/simple.ll
Commit message (Expand)AuthorAgeFilesLines
* Update aosp/master LLVM for rebase to r235153Pirama Arumuga Nainar2015-05-181-2/+2
* Update aosp/master llvm for rebase to r233350Pirama Arumuga Nainar2015-04-091-26/+26
* Update aosp/master LLVM for rebase to r222494.Stephen Hines2014-12-021-0/+17
* Update to LLVM 3.5a.Stephen Hines2014-04-241-0/+9
* Update Transforms tests to use CHECK-LABEL for easier debugging. No functiona...Stephen Lin2013-07-141-25/+25
* Fix more fallout from r158919, similar to PR13547.Bob Wilson2012-09-031-0/+14
* Change greater than to greater than or equal so that an identical sized store...Craig Topper2012-08-141-0/+19
* isAllocLikeFn is allowed to return true for functions which read memory; makeEli Friedman2012-08-081-0/+15
* Teach DeadStoreElimination to eliminate exit-block stores with phi addresses.Dan Gohman2012-05-101-0/+10
* teach DSE and isInstructionTriviallyDead() about callocNuno Lopes2012-05-101-1/+9
* A dead malloc, a free(NULL) and a free(undef) are all trivially deadNick Lewycky2011-10-241-2/+1
* A non-escaping malloc in the entry block is not unlike an alloca. Do dead-storeNick Lewycky2011-10-221-0/+8
* Move "atomic" and "volatile" designations on instructions after the opcodeEli Friedman2011-08-121-4/+4
* rip out a ton of intrinsic modernization logic from AutoUpgrade.cpp, which isChris Lattner2011-06-181-12/+10
* fix a really nasty basicaa mod/ref calculation bug that was causing miscompil...Chris Lattner2011-05-231-0/+17
* Fix PR8728, a miscompilation I recently introduced. When optimizingChris Lattner2010-12-061-1/+15
* enhance isRemovable to refuse to delete volatile mem transfersChris Lattner2010-11-301-4/+16
* Rewrite the main DSE loop to be written in terms of reasoningChris Lattner2010-11-301-0/+33
* merge one more awayChris Lattner2010-11-301-0/+12
* I already merged partial-overwrite.ll -> PartialStore.llChris Lattner2010-11-301-0/+20
* clean up DSE tests, removing some poorly reduced and useless old test,Chris Lattner2010-11-301-0/+66
* enhance basicaa to return "Mod" for a memcpy call when theChris Lattner2010-11-301-2/+13
* Teach basicaa that memset's modref set is at worst "mod" and neverChris Lattner2010-11-301-0/+14
* my previous patch would cause us to start deleting some volatileChris Lattner2010-11-301-0/+20
* Fix some broken CHECK lines.Benjamin Kramer2010-11-291-1/+1
* fix PR8677, patch by Jakub Staszak!Chris Lattner2010-11-291-0/+14
* implement PR8576, deleting dead stores with intervening may-alias stores.Chris Lattner2010-11-211-0/+9
* file checkizeChris Lattner2010-11-211-3/+6
* Make BasicAliasAnalysis a normal AliasAnalysis implementation whichDan Gohman2010-10-181-1/+1
* Make opt default to not adding a target data string and update tests that dep...Kenneth Uildriks2009-11-031-0/+1
* Change tests from "opt %s" to "opt < %s" so that opt doesn't see theDan Gohman2009-09-111-1/+1
* Use opt -S instead of piping bitcode output through llvm-dis.Dan Gohman2009-09-081-1/+1
* Change these tests to feed the assembly files to opt directly, insteadDan Gohman2009-09-081-1/+1
* rename *.llx -> *.ll, last batch.Chris Lattner2008-04-191-0/+9