Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | test: modernise ARM CodeGen tests | Saleem Abdulrasool | 2016-12-27 | 1 | -8/+12 |
| | | | | | | | | 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 | ||||
* | scalar_to_vector is fully legal now (implemented as subreg accesses) | Anton Korobeynikov | 2009-08-27 | 1 | -1/+1 |
| | | | | llvm-svn: 80249 | ||||
* | Expand scalar_to_vector - we don't have any isel logic for it now | Anton Korobeynikov | 2009-08-26 | 1 | -0/+27 |
llvm-svn: 80107 |