llvm-6502/lib/ExecutionEngine/JIT
2008-11-23 08:00:11 +00:00
..
CMakeLists.txt
Intercept.cpp
JIT.cpp Make JIT::runFunction handle functions with non-C calling conventions. 2008-11-23 08:00:11 +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 Implement support for JIT exceptions on X86_64. Relative offsets are 2008-11-18 10:44:46 +00:00
JITDwarfEmitter.h
JITEmitter.cpp Always emit a function pointer as a pointer to the function stub (if there is one). This makes it possible to compare function pointer values in lazy compilation mode. This fixes PR3043. 2008-11-13 21:50:50 +00:00
JITMemoryManager.cpp
Makefile
TargetSelect.cpp