Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | test: modernise ARM CodeGen tests | Saleem Abdulrasool | 2016-12-27 | 1 | -12/+16 |
| | | | | | | | | Replace the use of grep with FileCheck. Tidy up some of the tests. A few of the tests have been left as weak as previously, though some have been made more stringent. llvm-svn: 290616 | ||||
* | Remove arm_apcscc from the test files. It is the default and doing this | Rafael Espindola | 2010-06-17 | 1 | -1/+1 |
| | | | | | | matches what llvm-gcc and clang now produce. llvm-svn: 106221 | ||||
* | Eliminate more uses of llvm-as and llvm-dis. | Dan Gohman | 2009-09-09 | 1 | -1/+1 |
| | | | | llvm-svn: 81293 | ||||
* | Ok, sometimes it's profitable to turn scalar_to_vector stuff into subreg access. | Anton Korobeynikov | 2009-08-27 | 1 | -0/+35 |
Add a testcase. llvm-svn: 80246 |