[PATCH] D60456: [RISCV] Hard float ABI support
Alex Bradbury via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Sun Jul 7 20:50:33 PDT 2019
asb updated this revision to Diff 208308.
asb marked 7 inline comments as done.
asb retitled this revision from "[RISCV][WIP/RFC] Hard float ABI support" to "[RISCV] Hard float ABI support".
asb edited the summary of this revision.
asb added a comment.
Herald added subscribers: lenary, Jim, MaskRay.
Address all review comments from @rjmccall. Bitfield handling matches observed behaviour of GCC and I have an active PR <https://github.com/riscv/riscv-elf-psabi-doc/pull/100> to properly document this in the RISC-V psabi. Tests are updated to check this behaviour.
Many thanks for the review comments - do you think this is ready to land?
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D60456/new/
https://reviews.llvm.org/D60456
Files:
clang/lib/Basic/Targets/RISCV.cpp
clang/lib/Basic/Targets/RISCV.h
clang/lib/CodeGen/TargetInfo.cpp
clang/test/CodeGen/riscv32-ilp32-ilp32f-abi.c
clang/test/CodeGen/riscv32-ilp32-ilp32f-ilp32d-abi.c
clang/test/CodeGen/riscv32-ilp32d-abi.c
clang/test/CodeGen/riscv32-ilp32f-abi.c
clang/test/CodeGen/riscv32-ilp32f-ilp32d-abi.c
clang/test/CodeGen/riscv64-lp64-lp64f-abi.c
clang/test/CodeGen/riscv64-lp64-lp64f-lp64d-abi.c
clang/test/CodeGen/riscv64-lp64d-abi.c
clang/test/CodeGen/riscv64-lp64f-lp64d-abi.c
clang/test/Preprocessor/riscv-target-features.c
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D60456.208308.patch
Type: text/x-patch
Size: 65224 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20190708/0578f226/attachment-0001.bin>
More information about the cfe-commits
mailing list