Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix the remaining TCL-style quotes found in the testsuite. This is | Chandler Carruth | 2012-07-02 | 1 | -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 Hatanaka | 2011-03-31 | 1 | -0/+4 |
| | | | | | | handling of FP comparisons. llvm-svn: 128650 | ||||
* | Correct bogus module triple specifications. | Duncan Sands | 2010-08-30 | 1 | -1/+1 |
| | | | | llvm-svn: 112469 | ||||
* | Eliminate more uses of llvm-as and llvm-dis. | Dan Gohman | 2009-09-09 | 1 | -1/+1 |
| | | | | llvm-svn: 81293 | ||||
* | Turn on LegalizeTypes, the new type legalization | Duncan Sands | 2008-10-27 | 1 | -2/+1 |
| | | | | | | | codegen infrastructure, by default. Please report any breakage to the mailing lists. llvm-svn: 58232 | ||||
* | Batch 5 of Mips CodeGen tests | Bruno Cardoso Lopes | 2008-08-08 | 1 | -0/+12 |
llvm-svn: 54510 |