summaryrefslogtreecommitdiffstats
path: root/llvm/test/CodeGen/Mips/2008-07-29-icmp.ll
Commit message (Collapse)AuthorAgeFilesLines
* Fix the remaining TCL-style quotes found in the testsuite. This isChandler Carruth2012-07-021-1/+1
| | | | | | | | | | | | | | | | | another mechanical change accomplished though the power of terrible Perl scripts. I have manually switched some "s to 's to make escaping simpler. While I started this to fix tests that aren't run in all configurations, the massive number of tests is due to a really frustrating fragility of our testing infrastructure: things like 'grep -v', 'not grep', and 'expected failures' can mask broken tests all too easily. Essentially, I'm deeply disturbed that I can change the testsuite so radically without causing any change in results for most platforms. =/ llvm-svn: 159547
* Added support for FP conditional move instructions and fixed bugs in ↵Akira Hatanaka2011-03-311-0/+4
| | | | | | handling of FP comparisons. llvm-svn: 128650
* Correct bogus module triple specifications.Duncan Sands2010-08-301-1/+1
| | | | llvm-svn: 112469
* Eliminate more uses of llvm-as and llvm-dis.Dan Gohman2009-09-091-1/+1
| | | | llvm-svn: 81293
* Turn on LegalizeTypes, the new type legalizationDuncan Sands2008-10-271-2/+1
| | | | | | | codegen infrastructure, by default. Please report any breakage to the mailing lists. llvm-svn: 58232
* Batch 5 of Mips CodeGen testsBruno Cardoso Lopes2008-08-081-0/+12
llvm-svn: 54510
OpenPOWER on IntegriCloud