Age | Commit message (Expand) | Author |
2011-12-08 | Fix infinite loop in DSE when deleting a free in a reachable loop that's also | Nick Lewycky |
2011-12-03 | Fixed deadstoreelimination bug where negative indices were incorrectly causin... | Pete Cooper |
2011-11-16 | Fix typo in test. | Nick Lewycky |
2011-11-16 | Merge isObjectPointerWithTrustworthySize with getPointerSize. Use it when | Nick Lewycky |
2011-11-09 | DeadStoreElimination can now trim the size of a store if the end of the store... | Pete Cooper |
2011-11-05 | Do simple cross-block DSE when we encounter a free statement. Fixes PR11240. | Nick Lewycky |
2011-11-04 | Speculatively revert "DeadStoreElimination can now trim the size of a store if | Daniel Dunbar |
2011-11-03 | DeadStoreElimination can now trim the size of a store if the end of it is dead. | Pete Cooper |
2011-10-24 | A dead malloc, a free(NULL) and a free(undef) are all trivially dead | Nick Lewycky |
2011-10-22 | A non-escaping malloc in the entry block is not unlike an alloca. Do dead-store | Nick Lewycky |
2011-09-06 | Try again at r138809 (make DSE more aggressive in removing dead stores at the... | Owen Anderson |
2011-08-30 | Remove empty file. | Owen Anderson |
2011-08-30 | Speculatively revert r138809 in an attempt to fix DragonEgg. | Owen Anderson |
2011-08-30 | When walking backwards to eliminate final stores to allocas at the end of a f... | Owen Anderson |
2011-08-17 | Atomic load/store handling for the passes using memdep (GVN, DSE, memcpyopt). | Eli Friedman |
2011-08-12 | Move "atomic" and "volatile" designations on instructions after the opcode | Eli Friedman |
2011-06-18 | rip out a ton of intrinsic modernization logic from AutoUpgrade.cpp, which is | Chris Lattner |
2011-06-17 | manually upgrade a bunch of tests to modern syntax, and remove some that | Chris Lattner |
2011-05-23 | fix a really nasty basicaa mod/ref calculation bug that was causing miscompil... | Chris Lattner |
2011-03-30 | * The DSE code that tested for overlapping needed to take into account the fact | Bill Wendling |
2011-03-26 | PR9561: A store with a negative offset (via GEP) could erroniously say that it | Bill Wendling |
2010-12-06 | Fix PR8728, a miscompilation I recently introduced. When optimizing | Chris Lattner |
2010-11-30 | Enhance DSE to handle the variable index case in PR8657. | Chris Lattner |
2010-11-30 | teach DSE to use GetPointerBaseWithConstantOffset to analyze | Chris Lattner |
2010-11-30 | enhance isRemovable to refuse to delete volatile mem transfers | Chris Lattner |
2010-11-30 | Rewrite the main DSE loop to be written in terms of reasoning | Chris Lattner |
2010-11-30 | merge one more away | Chris Lattner |
2010-11-30 | I already merged partial-overwrite.ll -> PartialStore.ll | Chris Lattner |
2010-11-30 | clean up DSE tests, removing some poorly reduced and useless old test, | Chris Lattner |
2010-11-30 | enhance basicaa to return "Mod" for a memcpy call when the | Chris Lattner |
2010-11-30 | Teach basicaa that memset's modref set is at worst "mod" and never | Chris Lattner |
2010-11-30 | my previous patch would cause us to start deleting some volatile | Chris Lattner |
2010-11-29 | Fix some broken CHECK lines. | Benjamin Kramer |
2010-11-29 | fix PR8677, patch by Jakub Staszak! | Chris Lattner |
2010-11-21 | implement PR8576, deleting dead stores with intervening may-alias stores. | Chris Lattner |
2010-11-21 | file checkize | Chris Lattner |
2010-11-12 | Enhance DSE to handle the case where a free call makes more than | Dan Gohman |
2010-11-12 | Filecheckize. | Dan Gohman |
2010-10-18 | Make BasicAliasAnalysis a normal AliasAnalysis implementation which | Dan Gohman |
2010-04-07 | add newlines at the end of files. | Chris Lattner |
2010-02-11 | Make DSE only scan blocks that are reachable from the entry | Chris Lattner |
2010-01-05 | Delete useless trailing semicolons. | Dan Gohman |
2009-12-12 | Fix some CHECK lines which were ignored by accident. | Benjamin Kramer |
2009-12-02 | Cleanup/remove some parts of the lifetime region handling code in memdep and ... | Owen Anderson |
2009-11-28 | Teach memdep to look for memory use intrinsics during dependency queries. Fixes | Nick Lewycky |
2009-11-28 | implement a FIXME: limit the depth that DecomposeGEPExpression goes the same | Chris Lattner |
2009-11-14 | Teach BasicAA that a constant expression can't alias memory provably not | Nick Lewycky |
2009-11-10 | Teach DSE to eliminate useless trampolines. | Duncan Sands |
2009-11-10 | Reapply r86359, "Teach dead store elimination that certain intrinsics write to | Nick Lewycky |
2009-11-07 | remove empty files. | Chris Lattner |