]> granicus.if.org Git - clang/commit
[AArch64] Add aarch64_vector_pcs function attribute to Clang
authorSander de Smalen <sander.desmalen@arm.com>
Mon, 26 Nov 2018 16:38:37 +0000 (16:38 +0000)
committerSander de Smalen <sander.desmalen@arm.com>
Mon, 26 Nov 2018 16:38:37 +0000 (16:38 +0000)
commit96b26a81f0d600a8f20d5791d9b11604b59fb3c2
tree0622711418c28ef62720caaa8a7a68fead938ade
parent699929e7c37245caa81685a6ba371305c91a9019
[AArch64] Add aarch64_vector_pcs function attribute to Clang

This is the Clang patch to complement the following LLVM patches:
  https://reviews.llvm.org/D51477
  https://reviews.llvm.org/D51479

More information describing the vector ABI and procedure call standard
can be found here:

https://developer.arm.com/products/software-development-tools/\
                          hpc/arm-compiler-for-hpc/vector-function-abi

Patch by Kerry McLaughlin.

Reviewed By: rjmccall

Differential Revision: https://reviews.llvm.org/D54425

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@347571 91177308-0d34-0410-b5e6-96231b3b80d8
16 files changed:
include/clang-c/Index.h
include/clang/Basic/Attr.td
include/clang/Basic/AttrDocs.td
include/clang/Basic/Specifiers.h
lib/AST/ItaniumMangle.cpp
lib/AST/Type.cpp
lib/AST/TypePrinter.cpp
lib/Basic/Targets/AArch64.cpp
lib/CodeGen/CGCall.cpp
lib/CodeGen/CGDebugInfo.cpp
lib/Sema/SemaDeclAttr.cpp
lib/Sema/SemaType.cpp
test/CodeGen/aarch64-vpcs.c [new file with mode: 0644]
test/Sema/aarch64-vpcs.c [new file with mode: 0644]
test/Sema/callingconv.c
tools/libclang/CXType.cpp