summaryrefslogtreecommitdiffstats
path: root/clang/test/CodeGen/asm_arm.c
Commit message (Collapse)AuthorAgeFilesLines
* Tests: check for target availability for target-specific tests.Jim Grosbach2012-07-091-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 Dunbar2010-08-111-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 Dunbar2010-08-111-0/+8
| | | | llvm-svn: 110774
* rename testChris Lattner2010-04-231-0/+32
llvm-svn: 102182
OpenPOWER on IntegriCloud