hanchenye-llvm-project/llvm/lib/ExecutionEngine
Lang Hames 4f8194e81d [Orc] Add lazy-JITting support for i386.
This patch adds a new class, OrcI386, which contains the hooks needed to
support lazy-JITing on i386 (currently only for Pentium 2 or above, as the JIT
re-entry code uses the FXSAVE/FXRSTOR instructions).

Support for i386 is enabled in the LLI lazy JIT and the Orc C API, and
regression and unit tests are enabled for this architecture.

llvm-svn: 260338
2016-02-10 01:02:33 +00:00
..
IntelJITEvents Remove autoconf support 2016-01-26 21:29:08 +00:00
Interpreter Remove autoconf support 2016-01-26 21:29:08 +00:00
MCJIT Remove autoconf support 2016-01-26 21:29:08 +00:00
OProfileJIT Remove autoconf support 2016-01-26 21:29:08 +00:00
Orc [Orc] Add lazy-JITting support for i386. 2016-02-10 01:02:33 +00:00
RuntimeDyld [RuntimeDyld][MachO] Fix handling of empty eh-frame sections. 2016-01-28 22:35:48 +00:00
CMakeLists.txt
ExecutionEngine.cpp GlobalValue: use getValueType() instead of getType()->getPointerElementType(). 2016-01-16 20:30:46 +00:00
ExecutionEngineBindings.cpp LLVMRunStaticConstructors can be called before object is finalized, #24028 2016-01-15 00:23:34 +00:00
GDBRegistrationListener.cpp
LLVMBuild.txt
SectionMemoryManager.cpp [SectionMemoryManager] Don't just drop the RO free list 2016-01-10 18:17:12 +00:00
TargetSelect.cpp