summaryrefslogtreecommitdiff
path: root/test/Transforms/DeadStoreElimination
Commit message (Expand)AuthorAge
* Update optimization passes to handle inalloca argumentsReid Kleckner2014-01-28
* Debug Info: update testing cases to specify the debug info version number.Manman Ren2013-11-22
* Fixing a heisenbug where the memory dependence analysis behaves differentlyYunzhong Gao2013-11-14
* [tests] Cleanup initialization of test suffixes.Daniel Dunbar2013-08-16
* Catch more CHECK that can be converted to CHECK-LABEL in Transforms for easie...Stephen Lin2013-07-14
* Update Transforms tests to use CHECK-LABEL for easier debugging. No functiona...Stephen Lin2013-07-14
* TBAA: remove !tbaa from testing cases if not used.Manman Ren2013-04-30
* Tests: rewrite 'opt ... %s' to 'opt ... < %s' so that opt does not emit a Mod...Dmitri Gribenko2013-01-01
* Tests: rewrite 'opt ... %s' to 'opt ... < %s' so that opt does not emit a Mod...Dmitri Gribenko2012-12-30
* Make this test check the transforms it's actually doing. Also add a test that itNick Lewycky2012-09-25
* Don't forget that strcpy and friends return a pointer to the destination, soNick Lewycky2012-09-25
* Teach DSE that strcpy, strncpy, strcat and strncat are all stores which may beNick Lewycky2012-09-24
* 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
* Reverted r152620 - DSE: Shorten memset when a later store overwrites the star...Pete Cooper2012-02-28
* DSE: Shorten memset when a later store overwrites the start of itPete Cooper2012-02-28
* Add testcase for the previous commit.Rafael Espindola2012-02-26
* Replace all instances of dg.exp file with lit.local.cfg, since all tests are ...Eli Bendersky2012-02-16
* Fix infinite loop in DSE when deleting a free in a reachable loop that's alsoNick Lewycky2011-12-08
* Fixed deadstoreelimination bug where negative indices were incorrectly causin...Pete Cooper2011-12-03
* Fix typo in test.Nick Lewycky2011-11-16
* Merge isObjectPointerWithTrustworthySize with getPointerSize. Use it whenNick Lewycky2011-11-16
* DeadStoreElimination can now trim the size of a store if the end of the store...Pete Cooper2011-11-09
* Do simple cross-block DSE when we encounter a free statement. Fixes PR11240.Nick Lewycky2011-11-05
* Speculatively revert "DeadStoreElimination can now trim the size of a store ifDaniel Dunbar2011-11-04
* DeadStoreElimination can now trim the size of a store if the end of it is dead.Pete Cooper2011-11-03
* 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
* Try again at r138809 (make DSE more aggressive in removing dead stores at the...Owen Anderson2011-09-06
* Remove empty file.Owen Anderson2011-08-30
* Speculatively revert r138809 in an attempt to fix DragonEgg.Owen Anderson2011-08-30
* When walking backwards to eliminate final stores to allocas at the end of a f...Owen Anderson2011-08-30
* Atomic load/store handling for the passes using memdep (GVN, DSE, memcpyopt).Eli Friedman2011-08-17
* 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
* manually upgrade a bunch of tests to modern syntax, and remove some thatChris Lattner2011-06-17
* fix a really nasty basicaa mod/ref calculation bug that was causing miscompil...Chris Lattner2011-05-23
* * The DSE code that tested for overlapping needed to take into account the factBill Wendling2011-03-30
* PR9561: A store with a negative offset (via GEP) could erroniously say that itBill Wendling2011-03-26
* Fix PR8728, a miscompilation I recently introduced. When optimizingChris Lattner2010-12-06
* Enhance DSE to handle the variable index case in PR8657.Chris Lattner2010-11-30
* teach DSE to use GetPointerBaseWithConstantOffset to analyzeChris Lattner2010-11-30
* 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