Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Tests: check for target availability for target-specific tests. | Jim Grosbach | 2012-07-09 | 1 | -0/+1 |
| | | | | | | | | Lots of tests are using an explicit target triple w/o first checking that the target is actually available. Add a REQUIRES clause to a bunch of them. This should hopefully unbreak bots which don't configure w/ all targets enabled. llvm-svn: 159949 | ||||
* | ARM: Recognize single precision float register names. | Daniel Dunbar | 2010-08-11 | 1 | -0/+14 |
| | | | | | | | - We don't recognize double or NEON register names yet -- we don't have the infrastructure to generate the right clobbers for them. llvm-svn: 110775 | ||||
* | ARM: Swap which registers we consider real / aliases to match LLVM and llvm-gcc. | Daniel Dunbar | 2010-08-11 | 1 | -0/+8 |
| | | | | llvm-svn: 110774 | ||||
* | rename test | Chris Lattner | 2010-04-23 | 1 | -0/+32 |
llvm-svn: 102182 |