summaryrefslogtreecommitdiff
path: root/test/Transforms/DeadArgElim/2007-12-20-ParamAttrs.ll
Commit message (Expand)AuthorAge
* Use references to attribute groups on the call/invoke instructions.Bill Wendling2013-02-22
* Modify the LLVM assembly output so that it uses references to represent funct...Bill Wendling2013-02-20
* FileCheck-ize the tests.Bill Wendling2013-02-11
* manually upgrade a bunch of tests to modern syntax, and remove some thatChris Lattner2011-06-17
* 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
* Store the result of multiple identical run lines in a temporary file.Matthijs Kooijman2008-06-16
* 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