[PATCH] D145687: [BOLT] Add minimal RISC-V 64-bit support

Job Noorman via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Jun 16 03:20:06 PDT 2023


This revision was landed with ongoing or failed builds.
This revision was automatically updated to reflect the committed changes.
Closed by commit rGf873029386dd: [BOLT] Add minimal RISC-V 64-bit support (authored by jobnoorman).
Herald added a subscriber: wangpc.

Changed prior to commit:
  https://reviews.llvm.org/D145687?vs=524341&id=532077#toc

Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D145687/new/

https://reviews.llvm.org/D145687

Files:
  bolt/CMakeLists.txt
  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/RewriteInstance.cpp
  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-abs.s
  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.532077.patch
Type: text/x-patch
Size: 70721 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20230616/cce34a4d/attachment.bin>


More information about the llvm-commits mailing list