llvm-6502/lib/ExecutionEngine
Sean Callanan f92bbcd1ce Fixed a problem in the JIT memory allocator where
allocations of executable memory would not be padded
to account for the size of the allocation header.
This resulted in undersized allocations, meaning that
when the allocation was written to later the next
allocation's header would be corrupted.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@161984 91177308-0d34-0410-b5e6-96231b3b80d8
2012-08-15 20:53:52 +00:00
..
IntelJITEvents Remove tabs. 2012-07-19 00:04:14 +00:00
Interpreter
JIT Fixed a problem in the JIT memory allocator where 2012-08-15 20:53:52 +00:00
MCJIT Enable lazy compilation in MCJIT 2012-08-07 18:33:00 +00:00
OProfileJIT Move lib/Analysis/DebugInfo.cpp to lib/VMCore/DebugInfo.cpp and 2012-06-28 00:05:13 +00:00
RuntimeDyld Fixing problems with X86_64_32 relocations and making the assertions more readable. 2012-07-27 20:30:12 +00:00
CMakeLists.txt
EventListenerCommon.h Move lib/Analysis/DebugInfo.cpp to lib/VMCore/DebugInfo.cpp and 2012-06-28 00:05:13 +00:00
ExecutionEngine.cpp
ExecutionEngineBindings.cpp
LLVMBuild.txt
Makefile
TargetSelect.cpp ExecutionEngine/TargetSelect.cpp: Override default triple as LLVM_HOSTTRIPLE. 2012-07-22 03:04:57 +00:00