[PATCH] D145687: [BOLT] Add minimal RISC-V 64-bit support
Job Noorman via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Mar 15 03:53:10 PDT 2023
jobnoorman updated this revision to Diff 505429.
jobnoorman marked 3 inline comments as done and 4 inline comments as done.
jobnoorman edited the summary of this revision.
jobnoorman added a comment.
Rebase and address reviewer comments:
- Adapt to D131813 <https://reviews.llvm.org/D131813> and D145972 <https://reviews.llvm.org/D145972>
- Remove duplicated method getOrCreateAbsoluteSymbol
- Do not depend on libBOLTCore in libBOLTTarget: have the pass loop over instructions and only call back to MCPlusBuilder for target-specific info
- Update bolt/CODE_OWNERS.TXT
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D145687/new/
https://reviews.llvm.org/D145687
Files:
bolt/CODE_OWNERS.TXT
bolt/include/bolt/Core/BinaryContext.h
bolt/include/bolt/Core/MCPlusBuilder.h
bolt/include/bolt/Passes/FixRISCVCallsPass.h
bolt/include/bolt/Rewrite/RewriteInstance.h
bolt/lib/Core/BinaryContext.cpp
bolt/lib/Core/BinaryFunction.cpp
bolt/lib/Core/Relocation.cpp
bolt/lib/Passes/CMakeLists.txt
bolt/lib/Passes/FixRISCVCallsPass.cpp
bolt/lib/Rewrite/BinaryPassManager.cpp
bolt/lib/Rewrite/CMakeLists.txt
bolt/lib/Rewrite/RewriteInstance.cpp
bolt/lib/Target/CMakeLists.txt
bolt/lib/Target/RISCV/CMakeLists.txt
bolt/lib/Target/RISCV/RISCVMCPlusBuilder.cpp
bolt/test/RISCV/Inputs/plt-gnu-ld.yaml
bolt/test/RISCV/lit.local.cfg
bolt/test/RISCV/plt-gnu-ld.test
bolt/test/RISCV/reloc-branch.s
bolt/test/RISCV/reloc-call.s
bolt/test/RISCV/reloc-got.s
bolt/test/RISCV/reloc-jal.s
bolt/test/RISCV/reloc-pcrel.s
bolt/test/RISCV/reloc-rvc-branch.s
bolt/test/RISCV/reloc-rvc-jump.s
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D145687.505429.patch
Type: text/x-patch
Size: 69947 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20230315/60e41e73/attachment-0001.bin>
More information about the llvm-commits
mailing list