summaryrefslogtreecommitdiffstats
path: root/clang/test/CodeGen/aarch64-varargs.c
Commit message (Collapse)AuthorAgeFilesLines
* [ARM64] Add a missed case label for arm64_be, and enable the aarch64-varargs ↵James Molloy2014-04-231-0/+1
| | | | | | | | test for arm64_be. This ensures that r203917 (cpirker "AArch64_be varargs processing for ARM ABI") is ported to ARM64. llvm-svn: 206961
* ARM64: initial clang support commit.Tim Northover2014-03-291-0/+1
| | | | | | | | | | | This adds Clang support for the ARM64 backend. There are definitely still some rough edges, so please bring up any issues you see with this patch. As with the LLVM commit though, we think it'll be more useful for merging with AArch64 from within the tree. llvm-svn: 205100
* clang/test/CodeGen/aarch64-varargs.c: works now regardless of assertions.Christian Pirker2014-03-141-9/+6
| | | | llvm-svn: 203944
* clang/test/CodeGen/aarch64-varargs.c: Suppress this for -Asserts, for now.NAKAMURA Takumi2014-03-141-0/+3
| | | | llvm-svn: 203920
* AArch64_be varargs processing for ARM ABIChristian Pirker2014-03-141-3/+16
| | | | llvm-svn: 203917
* CHECK-LABEL-ify some code gen tests to improve diagnostic experience when ↵Stephen Lin2013-08-151-7/+7
| | | | | | tests fail. llvm-svn: 188447
* Add support for AArch64 target.Tim Northover2013-01-311-0/+238
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