aboutsummaryrefslogtreecommitdiffstats
path: root/test/Transforms/DeadArgElim/2007-12-20-ParamAttrs.ll
Commit message (Expand)AuthorAgeFilesLines
* Use references to attribute groups on the call/invoke instructions.Bill Wendling2013-02-221-3/+3
* Modify the LLVM assembly output so that it uses references to represent funct...Bill Wendling2013-02-201-1/+3
* FileCheck-ize the tests.Bill Wendling2013-02-111-11/+9
* manually upgrade a bunch of tests to modern syntax, and remove some thatChris Lattner2011-06-171-2/+2
* Change tests from "opt %s" to "opt < %s" so that opt doesn't see theDan Gohman2009-09-111-1/+1
* Use opt -S instead of piping bitcode output through llvm-dis.Dan Gohman2009-09-081-1/+1
* Change these tests to feed the assembly files to opt directly, insteadDan Gohman2009-09-081-1/+1
* Store the result of multiple identical run lines in a temporary file.Matthijs Kooijman2008-06-161-5/+6
* 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