summaryrefslogtreecommitdiffstats
path: root/llvm/test/CodeGen/X86/nancvt.ll
Commit message (Collapse)AuthorAgeFilesLines
* Upgrade syntax of tests using volatile instructions to use 'load volatile' ↵Chris Lattner2011-11-271-6/+6
| | | | | | instead of 'volatile load', which is archaic. llvm-svn: 145171
* Don't unroll loops containing function calls.Jakob Stoklund Olesen2010-02-051-6/+8
| | | | llvm-svn: 95454
* 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
* Convert several tests to use temporary files instead of redundantlyDan Gohman2008-06-101-4/+5
| | | | | | executing the test commands. llvm-svn: 52163
* Some tests for APFloat conversions.Dale Johannesen2007-09-251-0/+180
llvm-svn: 42303
OpenPOWER on IntegriCloud