1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-18 18:42:46 +02:00
llvm-mirror/lib/ExecutionEngine
Nekotekina c9f0684580 Disable GDBRegistrationListener
It makes emitting object extremely slow.
GDB doesn't work properly with it anyway.
GDB also often crashes because it cannot read the format.
2020-11-02 02:50:53 +03:00
..
IntelJITEvents
Interpreter [IR] Replace all uses of CallBase::getCalledValue() with getCalledOperand(). 2020-04-27 22:17:03 -07:00
JITLink [JITLink] Display host -> target address mapping in debugging output. 2020-06-19 10:05:02 -07:00
MCJIT MCJIT: don't finalize modules on symbol lookup (workaround) 2020-11-02 02:50:53 +03:00
OProfileJIT
Orc Make LazyCallThroughManager destructor virtual rather than arranging for 2020-07-14 18:41:07 -07:00
OrcError
PerfJITEvents Introduce llvm::sys::Process::getProcessId() and adopt it 2020-04-16 15:05:37 +03:00
RuntimeDyld RuntimeDyldELF: report_fatal_error instead of asserting for unimplemented relocations (PR46816) 2020-08-05 19:39:11 +02:00
CMakeLists.txt
ExecutionEngine.cpp [SVE] Remove calls to VectorType::getNumElements from ExecutionEngine 2020-06-30 11:05:38 -07:00
ExecutionEngineBindings.cpp
GDBRegistrationListener.cpp Disable GDBRegistrationListener 2020-11-02 02:50:53 +03:00
LLVMBuild.txt
SectionMemoryManager.cpp
TargetSelect.cpp