summaryrefslogtreecommitdiffstats
path: root/llvm/test/Transforms/TailDup/if-tail-dup.ll
Commit message (Collapse)AuthorAgeFilesLines
* Move few target-dependant tests to appropriate directories.Galina Kistanova2011-05-061-49/+0
| | | | llvm-svn: 131002
* Change tests from "opt %s" to "opt < %s" so that opt doesn't see theDan Gohman2009-09-111-1/+1
| | | | | | | | input filename so that opt doesn't print the input filename in the output so that grep lines in the tests don't unintentionally match strings in the input filename. llvm-svn: 81537
* Change these tests to feed the assembly files to opt directly, insteadDan Gohman2009-09-081-1/+1
| | | | | | of using llvm-as, now that opt supports this. llvm-svn: 81226
* Remove obsolete -f flags.Dan Gohman2009-08-251-1/+1
| | | | llvm-svn: 79992
* Remove llvm-upgrade and update tests.Tanya Lattner2008-03-101-46/+34
| | | | llvm-svn: 48137
* Change the x86 assembly output to use tab characters to separate theDan Gohman2007-07-311-1/+1
| | | | | | | | | mnemonics from their operands instead of single spaces. This makes the assembly output a little more consistent with various other compilers (f.e. GCC), and slightly easier to read. Also, update the regression tests accordingly. llvm-svn: 40648
* For PR1319:Reid Spencer2007-04-161-4/+4
| | | | | | | | Remove && from the end of the lines to prevent tests from throwing run lines into the background. Also, clean up places where the same command is run multiple times by using a temporary file. llvm-svn: 36142
* For PR1319:Reid Spencer2007-04-151-2/+5
| | | | | | Conver to new test system. llvm-svn: 36045
* Regression is gone, don't try to find it on clean target.Reid Spencer2007-01-171-0/+58
llvm-svn: 33296
OpenPOWER on IntegriCloud