llvm-6502/lib/ExecutionEngine/JIT
Nick Lewycky 848b3142ad Use an AssertingVH to detect the case where the Function was deleted but
freeMachineCodeForFunction was never called.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@69531 91177308-0d34-0410-b5e6-96231b3b80d8
2009-04-19 18:32:03 +00:00
..
CMakeLists.txt
Intercept.cpp
JIT.cpp make sure to unlock keymgr if the JIT is created and destroyed, all 2009-04-16 21:47:59 +00:00
JIT.h Add support to the JIT for true non-lazy operation. When a call to a function 2009-02-18 08:31:02 +00:00
JITDwarfEmitter.cpp
JITDwarfEmitter.h
JITEmitter.cpp Use an AssertingVH to detect the case where the Function was deleted but 2009-04-19 18:32:03 +00:00
JITMemoryManager.cpp Use CHAR_BIT instead of hard-coding 8 in several places where it 2009-04-01 18:45:54 +00:00
Makefile
TargetSelect.cpp