Age | Commit message (Expand) | Author |
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 |
2008-01-30 | Make DSE much more aggressive by performing DCE earlier. Update a testcase t... | Owen Anderson |
2008-01-29 | Add a testcase for eliminating memcpy's at the end of functions. Forgot to c... | Owen Anderson |
2008-01-25 | DeadStoreElimination can treat byval parameters as if there were alloca's for... | Owen Anderson |
2007-11-01 | Fix test/Transforms/DeadStoreElimination/PartialStore.ll, which had been | Owen Anderson |
2007-08-01 | Forgot to update these files for the FastDSE changes. | Owen Anderson |
2007-08-01 | Rename FastDSE to just DSE. | Owen Anderson |
2007-07-23 | Move these tests to use FastDSE instead of old DSE. | Owen Anderson |
2007-06-29 | Convert .cvsignore files | John Criswell |
2007-04-15 | For PR1319: | Reid Spencer |
2007-04-11 | Make the llvm-runtest function much more amenable by eliminating all the | Reid Spencer |
2007-01-07 | llvm.isunordered.* are gone. | Reid Spencer |
2006-12-31 | For PR950: | Reid Spencer |
2006-12-02 | Use the llvm-upgrade program to upgrade llvm assembly. | Reid Spencer |
2006-06-27 | New testcase, reduced by nate, which crashes DSE | Chris Lattner |
2006-04-12 | Added the ability to xfail based on llvmgcc version | Tanya Lattner |