llvm-6502/unittests/ExecutionEngine/JIT
Jeffrey Yasskin 489393d7b9 Add an option to allocate JITed global data separately from code. By
default, this option is not enabled to support clients who rely on
this behavior.

Fixes http://llvm.org/PR4483

A patch to allocate additional memory for globals after we run out is
forthcoming.

Patch by Reid Kleckner!


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@75059 91177308-0d34-0410-b5e6-96231b3b80d8
2009-07-08 21:59:57 +00:00
..
JITEventListenerTest.cpp Hold the LLVMContext by reference rather than by pointer. 2009-07-01 21:22:36 +00:00
JITTest.cpp Add an option to allocate JITed global data separately from code. By 2009-07-08 21:59:57 +00:00
Makefile Add a JITEventListener interface that gets called back when a new function is 2009-06-25 02:04:04 +00:00