llvm-6502/lib/ExecutionEngine/JIT
Nick Lewycky 83a82ac0b4 When creating a JIT, try to load the program so that we can resolve symbols
against it. This affects Windows.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@111240 91177308-0d34-0410-b5e6-96231b3b80d8
2010-08-17 16:19:18 +00:00
..
CMakeLists.txt
Intercept.cpp
JIT.cpp When creating a JIT, try to load the program so that we can resolve symbols 2010-08-17 16:19:18 +00:00
JIT.h Convert some tab stops into spaces. 2010-07-12 08:16:59 +00:00
JITDebugRegisterer.cpp Get rid of a bunch of duplicated ELF enum values. 2010-07-16 07:53:29 +00:00
JITDebugRegisterer.h
JITDwarfEmitter.cpp remove the dwarf sizing stuff which is now dead, it was 2010-07-22 21:20:39 +00:00
JITDwarfEmitter.h remove the dwarf sizing stuff which is now dead, it was 2010-07-22 21:20:39 +00:00
JITEmitter.cpp remove the JIT "NeedsExactSize" feature and supporting logic. 2010-07-22 21:17:55 +00:00
JITMemoryManager.cpp
Makefile
OProfileJITEventListener.cpp
TargetSelect.cpp