| commit | 44a2253a54f5e98bee2e12ffb2d09eacd45991e8 | [log] [tgz] |
|---|---|---|
| author | Sander de Smalen <sander.desmalen@arm.com> | Mon Nov 26 16:38:37 2018 +0000 |
| committer | Sander de Smalen <sander.desmalen@arm.com> | Mon Nov 26 16:38:37 2018 +0000 |
| tree | b47532f4fac3dfe7c8d9ffd9e4bc08828630b107 | |
| parent | 10a7ee704417a9af6150c574f32befc32c3e2182 [diff] [blame] |
[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 llvm-svn: 347571
diff --git a/clang/include/clang-c/Index.h b/clang/include/clang-c/Index.h index aaacb8d..c51dfb1 100644 --- a/clang/include/clang-c/Index.h +++ b/clang/include/clang-c/Index.h
@@ -3336,6 +3336,7 @@ CXCallingConv_Swift = 13, CXCallingConv_PreserveMost = 14, CXCallingConv_PreserveAll = 15, + CXCallingConv_AArch64VectorCall = 16, CXCallingConv_Invalid = 100, CXCallingConv_Unexposed = 200