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