llvm-6502/lib/ExecutionEngine/JIT
Nicolas Geoffray 1b10d798d7 In TrimAllocationToSize, if a block is below the minimum allocation size,
there is no new block added to the free list. Therefore on the next
startFunctionBody call, a new slab must be allocated.



git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@77520 91177308-0d34-0410-b5e6-96231b3b80d8
2009-07-29 22:55:02 +00:00
..
CMakeLists.txt
Intercept.cpp
JIT.cpp Move types back to the 2.5 API. 2009-07-29 22:17:13 +00:00
JIT.h
JITDwarfEmitter.cpp
JITDwarfEmitter.h
JITEmitter.cpp
JITMemoryManager.cpp In TrimAllocationToSize, if a block is below the minimum allocation size, 2009-07-29 22:55:02 +00:00
MacOSJITEventListener.cpp Remove Value::getName{Start,End}, the last of the old Name APIs. 2009-07-26 09:48:23 +00:00
Makefile
OProfileJITEventListener.cpp Remove Value::getName{Start,End}, the last of the old Name APIs. 2009-07-26 09:48:23 +00:00
TargetSelect.cpp