llvm-6502/lib/ExecutionEngine/JIT
Evan Cheng 47c01a0099 Jump tables may be emitted by target.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@58835 91177308-0d34-0410-b5e6-96231b3b80d8
2008-11-07 09:02:17 +00:00
..
CMakeLists.txt
Intercept.cpp
JIT.cpp For some targets, it's not possible to place GVs in the same memory buffer as the MachineCodeEmitter allocated memory. Code and data has different read / write / execution privilege requirements. 2008-11-04 09:30:48 +00:00
JIT.h Support for allocation of TLS variables in the JIT. Allocation of a global 2008-10-25 15:41:43 +00:00
JITDwarfEmitter.cpp
JITDwarfEmitter.h
JITEmitter.cpp Jump tables may be emitted by target. 2008-11-07 09:02:17 +00:00
JITMemoryManager.cpp
Makefile
TargetSelect.cpp