summaryrefslogtreecommitdiff
path: root/test/Transforms/DeadArgElim/keepalive.ll
Commit message (Expand)AuthorAge
* inalloca: Don't remove dead arguments in the presence of inalloca argsReid Kleckner2014-02-03
* Catch more CHECK that can be converted to CHECK-LABEL in Transforms for easie...Stephen Lin2013-07-14
* Modify the LLVM assembly output so that it uses references to represent funct...Bill Wendling2013-02-20
* Convert all tests using TCL-style quoting to use shell-style quoting.Chandler Carruth2012-07-02
* Land the long talked about "type system rewrite" patch. ThisChris Lattner2011-07-09
* 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
* adjust test to make it more robustChris Lattner2009-03-01
* Support inreg, zext and sext as return value attributes.Devang Patel2008-09-29
* Remove a few tests which no longer hold for deadargelim (since it is nowMatthijs Kooijman2008-07-15
* Fix typo.Matthijs Kooijman2008-07-15
* Add testcase that checks that DeadArgElim doesn't touch stuff it shouldn't to...Matthijs Kooijman2008-06-20