Add -f to RUN line.
[oota-llvm.git] / test / Transforms / DeadStoreElimination /
2008-12-06 Chris LattnerReimplement the inner loop of DSE. It now uniformly...
2008-11-29 Chris LattnerFix a thinko that manifested as a crash on clamav last...
2008-11-28 Chris LattnerFix PR3141 by ensuring that MemoryDependenceAnalysis...
2008-07-28 Owen AndersonAdd support for eliminating stores that store the same...
2008-05-20 Gabor Greifsabre brings to my attention that the 'tr' suffix is...
2008-05-20 Gabor GreifRename the last test with .llx extension to .ll, resolv...
2008-05-01 Dan GohmanUpdate old-style syntax in some "not grep" tests.
2008-04-28 Dan GohmanFix DSE to not eliminate volatile loads with no uses.
2008-04-19 Chris Lattnerrename *.llx -> *.ll, last batch.
2008-03-01 Tanya LattnerRemove llvm-upgrade and update test cases.
2008-01-30 Owen AndersonMake DSE much more aggressive by performing DCE earlier...
2008-01-29 Owen AndersonAdd a testcase for eliminating memcpy's at the end...
2008-01-25 Owen AndersonDeadStoreElimination can treat byval parameters as...
2007-11-01 Owen AndersonFix test/Transforms/DeadStoreElimination/PartialStore...
2007-08-01 Owen AndersonForgot to update these files for the FastDSE changes.
2007-08-01 Owen AndersonRename FastDSE to just DSE.
2007-07-23 Owen AndersonMove these tests to use FastDSE instead of old DSE.
2007-06-29 John CriswellConvert .cvsignore files
2007-04-15 Reid SpencerFor PR1319:
2007-04-11 Reid SpencerMake the llvm-runtest function much more amenable by...
2007-01-07 Reid Spencerllvm.isunordered.* are gone.
2006-12-31 Reid SpencerFor PR950:
2006-12-02 Reid SpencerUse the llvm-upgrade program to upgrade llvm assembly.
2006-06-27 Chris LattnerNew testcase, reduced by nate, which crashes DSE
2006-04-12 Tanya LattnerAdded the ability to xfail based on llvmgcc version
2006-03-23 Reid SpencerTired of wading through cvs's list ? files that are...
2005-11-30 Chris Lattnernew testcase dse is miscompiling
2004-12-29 Chris LattnerAdd a comment, add a new testcase
2004-12-29 Chris LattnerNew testcase for PR491
2004-11-28 Chris LattnerNew testcase. The store is not dead here.
2004-11-19 Tanya LattnerAdding srcdir arg
2004-11-13 Tanya LattnerAdding subdirectory dg.exp files in order to be able...
2004-07-27 Chris LattnerNew testcase. DSE should delete all of the DEAD instru...
2004-07-26 Chris LattnerNew testcase
2004-07-25 Chris LattnerNew testcase for DSE
2004-07-22 Chris LattnerTrivial testcase for dse