1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-22 02:33:06 +01: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 [JITLink][ELF/x86-64] Add support for GOTOFF64 relocation. 2021-03-22 10:40:50 -07:00
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 Re-apply 8904ee8ac7e with missing header included this time. 2020-12-14 13:39:33 +11:00
MachO_arm64.h [JITLink][MachO][x86-64] Introduce generic x86-64 support. 2021-03-15 15:43:07 -07:00
MachO_x86_64.h [JITLink][MachO/x86_64] Expose API for creating eh-frame fixing passes. 2021-05-11 15:26:16 -07:00
MachO.h [JITLink][ORC] Enable creation / linking of raw jitlink::LinkGraphs. 2020-12-16 14:01:50 +11:00
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