summaryrefslogtreecommitdiffstats
path: root/clang/test/CodeGen/aarch64-inline-asm.c
Commit message (Collapse)AuthorAgeFilesLines
* AArch64/ARM64: update Clang after AArch64 removal.Tim Northover2014-05-241-1/+0
| | | | | | | | | | | A few (mostly CodeGen) parts of Clang were tightly coupled to the AArch64 backend. Now that it's gone, they will not even compile. I've also deduplicated RUN lines in many of the AArch64 tests. This might improve "make check-all" time noticably: some of those NEON tests were monsters. llvm-svn: 209578
* [ARM64] Change inline assembly constraints to be more lax, to match the ↵James Molloy2014-04-231-0/+1
| | | | | | | | behaviour of Clang/AArch64 and GCC. GCC allows sub-64bit values to use the 'r' register constraint. llvm-svn: 206963
* Add support for AArch64 target.Tim Northover2013-01-311-0/+56
In cooperation with the LLVM patch, this should implement all scalar front-end parts of the C and C++ ABIs for AArch64. This patch excludes the NEON support also reviewed due to an outbreak of batshit insanity in our legal department. That will be committed soon bringing the changes to precisely what has been approved. Further reviews would be gratefully received. llvm-svn: 174055
OpenPOWER on IntegriCloud