llvm-6502/lib/ExecutionEngine/JIT
Chris Lattner 96c96b46e9 Fix PR3724 by searching for the largest free block when
allocating memory in the JIT.  This is insanely inefficient, but
hey, most people implement their own memory managers anyway.

Patch by Eric Yew!


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@66472 91177308-0d34-0410-b5e6-96231b3b80d8
2009-03-09 21:34:10 +00:00
..
CMakeLists.txt
Intercept.cpp
JIT.cpp Introduce new linkage types linkonce_odr, weak_odr, common_odr 2009-03-07 15:45:40 +00:00
JIT.h
JITDwarfEmitter.cpp
JITDwarfEmitter.h
JITEmitter.cpp Finish cross-process JIT work, and clean up previous work. 2009-03-07 06:41:19 +00:00
JITMemoryManager.cpp Fix PR3724 by searching for the largest free block when 2009-03-09 21:34:10 +00:00
Makefile
TargetSelect.cpp