aboutsummaryrefslogtreecommitdiffstats
path: root/test/Transforms/DeadArgElim
Commit message (Expand)AuthorAgeFilesLines
* aha, DAE does have to think about PHI nodes. Many thanks to "Dr Evil" (aka D...Chris Lattner2009-03-181-0/+11
* Fix PR3807 by inserting 'insertelement' instructions in the normal dest of Chris Lattner2009-03-181-0/+15
* adjust test to make it more robustChris Lattner2009-03-011-2/+4
* Support inreg, zext and sext as return value attributes.Devang Patel2008-09-291-2/+2
* Un-XFAIL multdeadretval, since instcombine now properly handles the mess dead...Matthijs Kooijman2008-07-161-1/+0
* XFAIL the multdeadretval test for now, I will be fixing instcombine to make i...Matthijs Kooijman2008-07-151-0/+1
* Remove a few tests which no longer hold for deadargelim (since it is nowMatthijs Kooijman2008-07-151-15/+7
* Add a testcase for the canonicalizations now performed by deadargelim.Matthijs Kooijman2008-07-151-0/+24
* Make deadargelim a bit less smart, so it doesn't choke on nested structs asMatthijs Kooijman2008-07-151-1/+14
* Fix typo.Matthijs Kooijman2008-07-151-1/+1
* Restructure dead argument elimination, try #3 :-)Matthijs Kooijman2008-07-101-2/+17
* XFAIL for now.Evan Cheng2008-06-261-0/+1
* Commit the new DeadArgElim pass again, this time with the gcc bootstrap failu...Matthijs Kooijman2008-06-243-1/+89
* This file is empty.Duncan Sands2008-06-211-0/+0
* Back out Matthijs' DAE patches. It's miscompiling gcc driver.Evan Cheng2008-06-211-39/+0
* Add testcase that checks that DeadArgElim doesn't touch stuff it shouldn't to...Matthijs Kooijman2008-06-201-0/+36
* Recommit r52459, rewriting of the dead argument elimination pass.Matthijs Kooijman2008-06-201-0/+39
* Remove this test until the corresponding patch is reapplied because it's caus...Owen Anderson2008-06-181-39/+0
* Rewrite the DeadArgumentElimination pass, to use a more explicit tracking ofMatthijs Kooijman2008-06-181-0/+39
* Store the result of multiple identical run lines in a temporary file.Matthijs Kooijman2008-06-161-5/+6
* sabre brings to my attention that the 'tr' suffix is also obsoleteGabor Greif2008-05-201-1/+1
* Rename the last test with .llx extension to .ll, resolve duplicate test by re...Gabor Greif2008-05-201-1/+1
* Remove llvm-upgrade and update test cases.Tanya Lattner2008-03-015-71/+64
* Test case for varargs parameter attribute issue I just fixed.Evan Cheng2008-01-171-0/+31
* When DAE drops the varargs part of a function, ensure anyDuncan Sands2008-01-111-1/+4
* Make DAE not wipe out attributes on calls, and not dropDuncan Sands2007-12-211-0/+16
* Fix PR1735 and Transforms/DeadArgElim/2007-10-18-VarargsReturn.ll byChris Lattner2007-10-181-0/+12
* It's not necessary to do rounding for alloca operations when the requestedDan Gohman2007-07-187-0/+131