llvm/lib/ExecutionEngine
Rafael Espindola 25d7145b34 Revert "Revert "[Orc] Directly emit machine code for the x86 resolver block and trampolines.""
This reverts commit r251937.

The test was updated to the new API, bring the API back.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@251944 91177308-0d34-0410-b5e6-96231b3b80d8
2015-11-03 16:40:37 +00:00
..
IntelJITEvents Fix the -DBUILD_SHARED_LIBS=ON build. 2015-07-07 17:48:00 +00:00
Interpreter [ExecutionEngine] Garbage collect some dead (and unsafe) code. 2015-10-22 18:46:27 +00:00
MCJIT Backing out commit r250906 as it broke lld. 2015-10-21 17:13:20 +00:00
OProfileJIT Fix the -DBUILD_SHARED_LIBS=ON build. 2015-07-07 17:48:00 +00:00
Orc Revert "Revert "[Orc] Directly emit machine code for the x86 resolver block and trampolines."" 2015-11-03 16:40:37 +00:00
RuntimeDyld RuntimeDyld: add COFF i386 support 2015-11-01 01:26:15 +00:00
CMakeLists.txt
ExecutionEngine.cpp ExecutionEngine: Remove implicit ilist iterator conversions, NFC 2015-10-13 18:11:02 +00:00
ExecutionEngineBindings.cpp Fix ODR violation. NFC. 2015-07-27 18:27:23 +00:00
GDBRegistrationListener.cpp
LLVMBuild.txt
Makefile
SectionMemoryManager.cpp Fix performance problem in long-running SectionMemoryManagers 2015-10-01 02:45:07 +00:00
TargetSelect.cpp