llvm-capstone/llvm/lib/ExecutionEngine
Stefan Gränitz e4f0829d80
[Orc] Let LLJIT default to JITLink for ELF-based ARM targets (#77313)
The JITLink AArch32 backend reached feature-parity with RuntimeDyld
on ELF-based systems. This patch changes the default JIT-linker in Orc's
LLJIT for these platforms.

This allows us to run clang-repl with JITLink on ARM and use all the
features we had with RuntimeDyld before. All existing tests for
clang-repl are passing.
2024-01-23 18:50:41 +01:00
..
IntelJITEvents
Interpreter [IR] Fix GEP offset computations for vector GEPs (#75448) 2024-01-04 10:08:21 +01:00
JITLink [JITLink][AArch32] Implement Armv5 ldr-pc stubs and use them for all pre-v7 targets (#79082) 2024-01-23 18:02:17 +01:00
MCJIT
OProfileJIT
Orc [Orc] Let LLJIT default to JITLink for ELF-based ARM targets (#77313) 2024-01-23 18:50:41 +01:00
PerfJITEvents
RuntimeDyld [llvm-jitlink] Allow optional stub-kind filter in stub_addr() expressions (#78369) 2024-01-20 09:57:03 +01:00
CMakeLists.txt
ExecutionEngine.cpp [llvm] Use SmallString::operator std::string (NFC) 2024-01-19 18:54:11 -08:00
ExecutionEngineBindings.cpp
GDBRegistrationListener.cpp
SectionMemoryManager.cpp
TargetSelect.cpp