1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-19 11:02:59 +02:00
llvm-mirror/lib/ExecutionEngine/JITLink
serge-sans-paille 82b6e6053d llvmbuildectomy - replace llvm-build by plain cmake
No longer rely on an external tool to build the llvm component layout.

Instead, leverage the existing `add_llvm_componentlibrary` cmake function and
introduce `add_llvm_component_group` to accurately describe component behavior.

These function store extra properties in the created targets. These properties
are processed once all components are defined to resolve library dependencies
and produce the header expected by llvm-config.

Differential Revision: https://reviews.llvm.org/D90848
2020-11-13 10:35:24 +01:00
..
BasicGOTAndStubsBuilder.h [JITLink] Add a MachO x86-64 GOT and Stub bypass optimization. 2020-02-23 23:38:31 -08:00
CMakeLists.txt llvmbuildectomy - replace llvm-build by plain cmake 2020-11-13 10:35:24 +01:00
EHFrameSupport.cpp [ORC] Break up OrcJIT library, add Orc-RPC based remote TargetProcessControl 2020-11-13 17:05:13 +11:00
EHFrameSupportImpl.h
ELF_x86_64.cpp [JITLink][ELF] Implement R_X86_64_PLT32 relocations 2020-11-03 12:05:54 +00:00
ELF.cpp [JITLink] Initial implementation of ELF / x86-64 support for JITLink. 2020-05-21 21:44:00 -07:00
JITLink.cpp [JITLink] Improve formatting for Edge, Block and Symbol debugging output. 2020-09-13 15:44:07 -07:00
JITLinkGeneric.cpp [llvm-jitlink] Add -phony-externals option to suppress unresolved externals. 2020-08-01 18:33:44 -07:00
JITLinkGeneric.h [JITLink] Fix a typo in a comment. 2020-05-04 12:58:09 -07:00
JITLinkMemoryManager.cpp [JITLink] Fix a pointer-to-integer cast in jitlink::InProcessMemoryManager. 2020-03-03 13:53:00 -08:00
MachO_arm64.cpp [JITLink][MachO][AArch64] More PAGEOFF12 relocation fixes. 2020-08-05 21:09:45 -07:00
MachO_x86_64.cpp [JITLink][MachO] Return an error when MachO TLV relocations are encountered. 2020-08-13 11:19:35 -07:00
MachO.cpp [JITLink] Fix endianness bug fedd32e2fa36. 2020-04-27 10:40:11 -07:00
MachOLinkGraphBuilder.cpp [JITLink][MachO] Use correct symbol scope when N_PEXT is set and N_EXT unset. 2020-08-15 15:53:33 -07:00
MachOLinkGraphBuilder.h [JITLink] Skip debug sections in MachO objects. 2020-06-03 11:08:14 -07:00