llvm-6502/lib/ExecutionEngine
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
..
Interpreter Switch to getNameStr(). 2009-07-24 08:24:36 +00:00
JIT In TrimAllocationToSize, if a block is below the minimum allocation size, 2009-07-29 22:55:02 +00:00
CMakeLists.txt Eliminate object-relinking support from CMake. Fixes PR 4429 and 2009-06-23 17:57:35 +00:00
ExecutionEngine.cpp Eliminate some uses of DOUT, cerr, and getNameStart(). 2009-07-26 07:49:05 +00:00
ExecutionEngineBindings.cpp Add EngineBuilder to ExecutionEngine in favor of the five optional argument EE::create(). 2009-07-18 00:42:18 +00:00
Makefile