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 | ||||
* | Upgrade syntax of tests using volatile instructions to use 'load volatile' ↵ | Chris Lattner | 2011-11-27 | 1 | -1/+1 |
| | | | | | | instead of 'volatile load', which is archaic. llvm-svn: 145171 | ||||
* | Eliminate more uses of llvm-as and llvm-dis. | Dan Gohman | 2009-09-08 | 1 | -1/+1 |
| | | | | llvm-svn: 81290 | ||||
* | Remove llvm-upgrade and update tests. | Tanya Lattner | 2008-02-21 | 1 | -6/+7 |
| | | | | llvm-svn: 47432 | ||||
* | For PR1319: Upgrade to new test harness. | Reid Spencer | 2007-04-15 | 1 | -1/+2 |
| | | | | llvm-svn: 36091 | ||||
* | Regression is gone, don't try to find it on clean target. | Reid Spencer | 2007-01-17 | 1 | -0/+17 |
llvm-svn: 33296 |