Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove the Alpha backend. | Dan Gohman | 2011-10-27 | 1 | -9/+0 |
| | | | | llvm-svn: 143164 | ||||
* | manually upgrade a bunch of tests to modern syntax, and remove some that | Chris Lattner | 2011-06-17 | 1 | -1/+1 |
| | | | | | | are either unreduced or only test old syntax. llvm-svn: 133228 | ||||
* | Eliminate more uses of llvm-as and llvm-dis. | Dan Gohman | 2009-09-09 | 1 | -1/+1 |
| | | | | llvm-svn: 81293 | ||||
* | For PR1553: | Reid Spencer | 2007-07-19 | 1 | -1/+1 |
| | | | | | | | | Change the keywords for the zext and sext parameter attributes to be zeroext and signext so they don't conflict with the keywords for the instructions of the same name. This gets around the ambiguity. llvm-svn: 40069 | ||||
* | For PR1319: Upgrade to use new test harness | Reid Spencer | 2007-04-15 | 1 | -1/+1 |
| | | | | llvm-svn: 36075 | ||||
* | Remove use of implementation keyword. | Reid Spencer | 2007-03-28 | 1 | -1/+0 |
| | | | | llvm-svn: 35412 | ||||
* | For PR761: | Reid Spencer | 2007-01-26 | 1 | -1/+1 |
| | | | | | | | | | | | | | | Remove "target endian/pointersize" or add "target datalayout" to make the test parse properly or set the datalayout because defaults changes. For PR645: Make global names use the @ prefix. For llvm-upgrade changes: Fix test cases or completely remove use of llvm-upgrade for test cases that cannot survive the new renaming or upgrade capabilities. llvm-svn: 33533 | ||||
* | Regression is gone, don't try to find it on clean target. | Reid Spencer | 2007-01-17 | 1 | -0/+10 |
llvm-svn: 33296 |