[PATCH] D63131: arm64_32: implement the desired ABI for the ILP32 triple.
Tim Northover via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Tue Jun 11 04:22:14 PDT 2019
t.p.northover created this revision.
t.p.northover added a reviewer: fhahn.
Herald added subscribers: jfb, kristof.beyls, javed.absar, mcrosier.
Herald added a project: clang.
This adds all of the ABI tweaks we need to match the arm64_32 ABI as it exists in the wild. Most cirtically, of course, it makes the triple ILP32. But it also covers the usual suspects when defining an ABI.
Repository:
rG LLVM Github Monorepo
https://reviews.llvm.org/D63131
Files:
clang/lib/Basic/Targets/AArch64.cpp
clang/lib/Basic/Targets/AArch64.h
clang/lib/CodeGen/CGBuiltin.cpp
clang/lib/CodeGen/TargetInfo.cpp
clang/lib/Sema/SemaChecking.cpp
clang/lib/Sema/SemaType.cpp
clang/test/CodeGen/arm64_32-vaarg.c
clang/test/CodeGen/arm64_32.c
clang/test/CodeGen/builtins-arm64.c
clang/test/CodeGen/target-data.c
clang/test/CodeGenCXX/armv7k.cpp
clang/test/Preprocessor/arm64_32.c
clang/test/Preprocessor/init-v7k-compat.c
clang/test/Preprocessor/stdint.c
clang/test/Sema/aarch64-neon-vector-types.c
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D63131.204011.patch
Type: text/x-patch
Size: 24783 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20190611/4a90f763/attachment-0001.bin>
More information about the cfe-commits
mailing list