Age | Commit message (Expand) | Author |
2011-03-30 | Merging r128577 | 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 |
2009-11-07 | Revert r86359, it is breaking the self host on the | Chris Lattner |
2009-11-07 | Teach dead store elimination that certain intrinsics write to memory just like | Nick Lewycky |
2009-11-04 | improve DSE when TargetData is not around, based on work by | Chris Lattner |
2009-11-03 | Make opt default to not adding a target data string and update tests that dep... | Kenneth Uildriks |
2009-10-28 | Treat lifetime begin/end markers as allocations/frees respectively for the | Owen Anderson |
2009-09-11 | Change tests from "opt %s" to "opt < %s" so that opt doesn't see the | Dan Gohman |
2009-09-08 | Use opt -S instead of piping bitcode output through llvm-dis. | Dan Gohman |
2009-09-08 | Change these tests to feed the assembly files to opt directly, instead | Dan Gohman |
2009-09-02 | fix PR4815: some cases where DeleteDeadInstruction can delete | Chris Lattner |
2009-06-04 | Split the Add, Sub, and Mul instruction opcodes into separate | Dan Gohman |
2008-12-06 | Reimplement the inner loop of DSE. It now uniformly uses getDependence(), | Chris Lattner |
2008-11-29 | Fix a thinko that manifested as a crash on clamav last night. | Chris Lattner |
2008-11-28 | Fix PR3141 by ensuring that MemoryDependenceAnalysis::removeInstruction | Chris Lattner |
2008-07-28 | Add support for eliminating stores that store the same value that was just lo... | Owen Anderson |
2008-05-20 | sabre brings to my attention that the 'tr' suffix is also obsolete | Gabor Greif |
2008-05-20 | Rename the last test with .llx extension to .ll, resolve duplicate test by re... | Gabor Greif |
2008-05-01 | Update old-style syntax in some "not grep" tests. | Dan Gohman |
2008-04-28 | Fix DSE to not eliminate volatile loads with no uses. | Dan Gohman |
2008-04-19 | rename *.llx -> *.ll, last batch. | Chris Lattner |
2008-03-01 | Remove llvm-upgrade and update test cases. | Tanya Lattner |