summaryrefslogtreecommitdiffstats
path: root/clang/test/CodeGen/arm_asm_clobber.c
Commit message (Collapse)AuthorAgeFilesLines
* rename testChris Lattner2010-04-231-32/+0
| | | | llvm-svn: 102182
* david conrad points out that {|} in inline assembly on arm are not asmChris Lattner2010-04-231-1/+12
| | | | | | variants. This fixes neon inline asm which my patch for PR6780 broke. llvm-svn: 102181
* Revert changes r97693, r97700, and r97718.John McCall2010-03-041-2/+0
| | | | | | Our testing framework can't deal with disabled targets yet. llvm-svn: 97719
* XFAIL these tests on win32, since the win32 buildbot apparently disables allJohn McCall2010-03-041-0/+2
| | | | | | targets except X86. llvm-svn: 97718
* Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.Daniel Dunbar2009-12-151-1/+1
| | | | | | | | | - This is designed to make it obvious that %clang_cc1 is a "test variable" which is substituted. It is '%clang_cc1' instead of '%clang -cc1' because it can be useful to redefine what gets run as 'clang -cc1' (for example, to set a default target). llvm-svn: 91446
* Use clang-cc in this test.Daniel Dunbar2009-12-081-1/+1
| | | | llvm-svn: 90872
* Add ARM register names and aliases.Daniel Dunbar2009-09-171-0/+21
- Patch by Shantonu Sen! <rdar://problem/6922650> clang doesn't know about ARM registers for inline asm clobber lists llvm-svn: 82132
OpenPOWER on IntegriCloud