summaryrefslogtreecommitdiff
path: root/test/Transforms/InstCombine/apint-shift-simplify.ll
Commit message (Expand)AuthorAge
* Update Transforms tests to use CHECK-LABEL for easier debugging. No functiona...Stephen Lin2013-07-14
* FileCheckize a bunch of tests.Benjamin Kramer2013-04-11
* Convert all tests using TCL-style quoting to use shell-style quoting.Chandler Carruth2012-07-02
* Use "opt < %s" instead of "opt %s" to keep the testname away from the grep.Dan Gohman2009-09-09
* 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
* Convert tests using "| wc -l | grep ..." to use the count script.Dan Gohman2007-08-15
* For PR1319:Reid Spencer2007-04-14
* Add more test cases for APIntified InstCombine.Reid Spencer2007-03-23