Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | rip out a ton of intrinsic modernization logic from AutoUpgrade.cpp, which is | Chris Lattner | 2011-06-18 | 1 | -36/+36 |
| | | | | | | | | | for pre-2.9 bitcode files. We keep x86 unaligned loads, movnt, crc32, and the target indep prefetch change. As usual, updating the testsuite is a PITA. llvm-svn: 133337 | ||||
* | Eliminate more uses of llvm-as and llvm-dis. | Dan Gohman | 2009-09-09 | 1 | -1/+1 |
| | | | | llvm-svn: 81293 | ||||
* | Move thumb and thumb2 tests into separate directories. | Evan Cheng | 2009-06-24 | 1 | -4/+0 |
| | | | | llvm-svn: 74068 | ||||
* | For PR1319: | Reid Spencer | 2007-04-16 | 1 | -4/+4 |
| | | | | | | | | Remove && from the end of the lines to prevent tests from throwing run lines into the background. Also, clean up places where the same command is run multiple times by using a temporary file. llvm-svn: 36142 | ||||
* | -march=arm -enable-thumb => -march=thumb | Evan Cheng | 2007-02-23 | 1 | -4/+4 |
| | | | | llvm-svn: 34522 | ||||
* | New test case. | Evan Cheng | 2007-02-07 | 1 | -6/+36 |
| | | | | llvm-svn: 34001 | ||||
* | Add a DYNAMIC_STACKALLOC test case. | Evan Cheng | 2007-02-06 | 1 | -0/+30 |
llvm-svn: 33959 |