aboutsummaryrefslogtreecommitdiff
path: root/test/Transforms/DeadArgElim
AgeCommit message (Expand)Author
2008-07-10Restructure dead argument elimination, try #3 :-)Matthijs Kooijman
2008-06-26XFAIL for now.Evan Cheng
2008-06-24Commit the new DeadArgElim pass again, this time with the gcc bootstrap failu...Matthijs Kooijman
2008-06-21This file is empty.Duncan Sands
2008-06-21Back out Matthijs' DAE patches. It's miscompiling gcc driver.Evan Cheng
2008-06-20Add testcase that checks that DeadArgElim doesn't touch stuff it shouldn't to...Matthijs Kooijman
2008-06-20Recommit r52459, rewriting of the dead argument elimination pass.Matthijs Kooijman
2008-06-18Remove this test until the corresponding patch is reapplied because it's caus...Owen Anderson
2008-06-18Rewrite the DeadArgumentElimination pass, to use a more explicit tracking ofMatthijs Kooijman
2008-06-16Store the result of multiple identical run lines in a temporary file.Matthijs Kooijman
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-03-01Remove llvm-upgrade and update test cases.Tanya Lattner
2008-01-17Test case for varargs parameter attribute issue I just fixed.Evan Cheng
2008-01-11When DAE drops the varargs part of a function, ensure anyDuncan Sands
2007-12-21Make DAE not wipe out attributes on calls, and not dropDuncan Sands
2007-10-18Fix PR1735 and Transforms/DeadArgElim/2007-10-18-VarargsReturn.ll byChris Lattner
2007-06-29Convert .cvsignore filesJohn Criswell
2007-04-16For PR1319:Reid Spencer
2007-04-15For PR1319:Reid Spencer
2007-04-11Make the llvm-runtest function much more amenable by eliminating all theReid Spencer
2007-02-07Testcase for a bug responsible for GCC bootstrap failure, fallout from PR411.Chris Lattner
2006-12-02Use the llvm-upgrade program to upgrade llvm assembly.Reid Spencer
2006-09-18new testcaseChris Lattner
2006-06-27testcase that crashes dead arg elim.Chris 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
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
2003-10-22New testcase for the deadreturnvalue deletion extension to -deadargelimChris Lattner
2003-09-16Renamed `as' => `llvm-as', `dis' => `llvm-dis', `link' => `llvm-link'.Misha Brukman
2003-09-15Removing Makefiles. Regression tests are now run by QMTest.John Criswell
2003-06-28Remove explicit control flow through the use of the 'not' scriptChris Lattner
2003-06-17Make testcase more interesting, remove absolute path from -load lineChris Lattner
2003-06-16New testcases for bugs and the new DAE passChris Lattner