summaryrefslogtreecommitdiff
path: root/test/Transforms/DeadArgElim
Commit message (Expand)AuthorAge
* Speculatively revert r94322 to see if it fixes darwin selfhost buildbot.Nick Lewycky2010-01-23
* Teach DAE that even though it can't modify the function signature of anNick Lewycky2010-01-23
* Delete useless trailing semicolons.Dan Gohman2010-01-05
* Change tests from "opt %s" to "opt < %s" so that opt doesn't see theDan Gohman2009-09-11
* Use opt -S instead of piping bitcode output through llvm-dis.Dan Gohman2009-09-08
* Change these tests to feed the assembly files to opt directly, insteadDan Gohman2009-09-08
* aha, DAE does have to think about PHI nodes. Many thanks to "Dr Evil" (aka D...Chris Lattner2009-03-18
* Fix PR3807 by inserting 'insertelement' instructions in the normal dest of Chris Lattner2009-03-18
* adjust test to make it more robustChris Lattner2009-03-01
* Support inreg, zext and sext as return value attributes.Devang Patel2008-09-29
* Un-XFAIL multdeadretval, since instcombine now properly handles the mess dead...Matthijs Kooijman2008-07-16
* XFAIL the multdeadretval test for now, I will be fixing instcombine to make i...Matthijs Kooijman2008-07-15
* Remove a few tests which no longer hold for deadargelim (since it is nowMatthijs Kooijman2008-07-15
* Add a testcase for the canonicalizations now performed by deadargelim.Matthijs Kooijman2008-07-15
* Make deadargelim a bit less smart, so it doesn't choke on nested structs asMatthijs Kooijman2008-07-15
* Fix typo.Matthijs Kooijman2008-07-15
* Restructure dead argument elimination, try #3 :-)Matthijs Kooijman2008-07-10
* XFAIL for now.Evan Cheng2008-06-26
* Commit the new DeadArgElim pass again, this time with the gcc bootstrap failu...Matthijs Kooijman2008-06-24
* This file is empty.Duncan Sands2008-06-21
* Back out Matthijs' DAE patches. It's miscompiling gcc driver.Evan Cheng2008-06-21
* Add testcase that checks that DeadArgElim doesn't touch stuff it shouldn't to...Matthijs Kooijman2008-06-20
* Recommit r52459, rewriting of the dead argument elimination pass.Matthijs Kooijman2008-06-20
* Remove this test until the corresponding patch is reapplied because it's caus...Owen Anderson2008-06-18
* Rewrite the DeadArgumentElimination pass, to use a more explicit tracking ofMatthijs Kooijman2008-06-18
* Store the result of multiple identical run lines in a temporary file.Matthijs Kooijman2008-06-16
* sabre brings to my attention that the 'tr' suffix is also obsoleteGabor Greif2008-05-20
* Rename the last test with .llx extension to .ll, resolve duplicate test by re...Gabor Greif2008-05-20
* Remove llvm-upgrade and update test cases.Tanya Lattner2008-03-01
* Test case for varargs parameter attribute issue I just fixed.Evan Cheng2008-01-17
* When DAE drops the varargs part of a function, ensure anyDuncan Sands2008-01-11
* Make DAE not wipe out attributes on calls, and not dropDuncan Sands2007-12-21
* Fix PR1735 and Transforms/DeadArgElim/2007-10-18-VarargsReturn.ll byChris Lattner2007-10-18
* Convert .cvsignore filesJohn Criswell2007-06-29
* For PR1319:Reid Spencer2007-04-16
* For PR1319:Reid Spencer2007-04-15
* Make the llvm-runtest function much more amenable by eliminating all theReid Spencer2007-04-11
* Testcase for a bug responsible for GCC bootstrap failure, fallout from PR411.Chris Lattner2007-02-07
* Use the llvm-upgrade program to upgrade llvm assembly.Reid Spencer2006-12-02
* new testcaseChris Lattner2006-09-18
* testcase that crashes dead arg elim.Chris Lattner2006-06-27
* Added the ability to xfail based on llvmgcc versionTanya Lattner2006-04-12
* Tired of wading through cvs's list ? files that are generated when buildingReid Spencer2006-03-23
* Adding srcdir argTanya Lattner2004-11-19
* Adding subdirectory dg.exp files in order to be able to use dejagnu to only r...Tanya Lattner2004-11-13
* New testcase for the deadreturnvalue deletion extension to -deadargelimChris Lattner2003-10-22
* Renamed `as' => `llvm-as', `dis' => `llvm-dis', `link' => `llvm-link'.Misha Brukman2003-09-16
* Removing Makefiles. Regression tests are now run by QMTest.John Criswell2003-09-15
* Remove explicit control flow through the use of the 'not' scriptChris Lattner2003-06-28
* Make testcase more interesting, remove absolute path from -load lineChris Lattner2003-06-17