1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-18 10:32:48 +02:00
llvm-mirror/include/llvm/ExecutionEngine/JITLink
luxufan 85def5bf4e [JITLink][RISCV] Initial Support RISCV64 in JITLink
This patch is the initial support, it implements translation from object file to JIT link graph, and very few relocations were supported. Currently, the test file ELF_pc_indirect.s is passed, the HelloWorld program(compiled with mno-relax flag) can be linked correctly and run on instruction emulator correctly.

In the downstream implementation, I have implemented the GOT, PLT function, and EHFrame and some optimization will be implement soon. I will organize the code in to patches, then gradually send it to upstream.

Differential Revision: https://reviews.llvm.org/D105429
2021-07-23 23:47:30 +08:00
..
EHFrameSupport.h
ELF_riscv.h [JITLink][RISCV] Initial Support RISCV64 in JITLink 2021-07-23 23:47:30 +08:00
ELF_x86_64.h
ELF.h [NFC] Remove some include cycles 2021-06-08 14:00:39 +02:00
JITLink.h [JITLink] Add support for moving blocks and symbols between sections. 2021-07-21 09:10:09 +10:00
JITLinkDylib.h
JITLinkMemoryManager.h
MachO_arm64.h
MachO_x86_64.h
MachO.h
riscv.h [JITLink][RISCV] Initial Support RISCV64 in JITLink 2021-07-23 23:47:30 +08:00
x86_64.h [JITLink] Enable creation and management of mutable block content. 2021-05-24 22:09:36 -07:00