aboutsummaryrefslogtreecommitdiff
path: root/test/Transforms/DeadStoreElimination
AgeCommit message (Expand)Author
2008-12-06Reimplement the inner loop of DSE. It now uniformly uses getDependence(),Chris Lattner
2008-11-29Fix a thinko that manifested as a crash on clamav last night.Chris Lattner
2008-11-28Fix PR3141 by ensuring that MemoryDependenceAnalysis::removeInstructionChris Lattner
2008-07-28Add support for eliminating stores that store the same value that was just lo...Owen Anderson
2008-05-20sabre brings to my attention that the 'tr' suffix is also obsoleteGabor Greif
2008-05-20Rename the last test with .llx extension to .ll, resolve duplicate test by re...Gabor Greif
2008-05-01Update old-style syntax in some "not grep" tests.Dan Gohman
2008-04-28Fix DSE to not eliminate volatile loads with no uses.Dan Gohman
2008-04-19rename *.llx -> *.ll, last batch.Chris Lattner
2008-03-01Remove llvm-upgrade and update test cases.Tanya Lattner
2008-01-30Make DSE much more aggressive by performing DCE earlier. Update a testcase t...Owen Anderson
2008-01-29Add a testcase for eliminating memcpy's at the end of functions. Forgot to c...Owen Anderson
2008-01-25DeadStoreElimination can treat byval parameters as if there were alloca's for...Owen Anderson
2007-11-01Fix test/Transforms/DeadStoreElimination/PartialStore.ll, which had beenOwen Anderson
2007-08-01Forgot to update these files for the FastDSE changes.Owen Anderson
2007-08-01Rename FastDSE to just DSE.Owen Anderson
2007-07-23Move these tests to use FastDSE instead of old DSE.Owen Anderson
2007-06-29Convert .cvsignore filesJohn Criswell
2007-04-15For PR1319:Reid Spencer
2007-04-11Make the llvm-runtest function much more amenable by eliminating all theReid Spencer
2007-01-07llvm.isunordered.* are gone.Reid Spencer
2006-12-31For PR950:Reid Spencer
2006-12-02Use the llvm-upgrade program to upgrade llvm assembly.Reid Spencer
2006-06-27New testcase, reduced by nate, which crashes DSEChris Lattner
2006-04-12Added the ability to xfail based on llvmgcc versionTanya Lattner
2006-03-23Tired of wading through cvs's list ? files that are generated when buildingReid Spencer
2005-11-30new testcase dse is miscompilingChris Lattner
2004-12-29Add a comment, add a new testcaseChris Lattner
2004-12-29New testcase for PR491Chris Lattner
2004-11-28New testcase. The store is not dead here.Chris Lattner
2004-11-19Adding srcdir argTanya Lattner
2004-11-13Adding subdirectory dg.exp files in order to be able to use dejagnu to only r...Tanya Lattner
2004-07-27New testcase. DSE should delete all of the DEAD instructions.Chris Lattner
2004-07-26New testcaseChris Lattner
2004-07-25New testcase for DSEChris Lattner
2004-07-22Trivial testcase for dseChris Lattner