aboutsummaryrefslogtreecommitdiffstats
path: root/test/Transforms/DeadArgElim/keepalive.ll
Commit message (Expand)AuthorAgeFilesLines
* Update aosp/master llvm for rebase to r233350Pirama Arumuga Nainar2015-04-091-1/+1
* Update to LLVM 3.5a.Stephen Hines2014-04-241-0/+16
* Catch more CHECK that can be converted to CHECK-LABEL in Transforms for easie...Stephen Lin2013-07-141-1/+1
* Modify the LLVM assembly output so that it uses references to represent funct...Bill Wendling2013-02-201-3/+4
* Convert all tests using TCL-style quoting to use shell-style quoting.Chandler Carruth2012-07-021-2/+2
* Land the long talked about "type system rewrite" patch. ThisChris Lattner2011-07-091-1/+1
* 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
* 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
* Remove a few tests which no longer hold for deadargelim (since it is nowMatthijs Kooijman2008-07-151-15/+7
* Fix typo.Matthijs Kooijman2008-07-151-1/+1
* Add testcase that checks that DeadArgElim doesn't touch stuff it shouldn't to...Matthijs Kooijman2008-06-201-0/+36