llvm-6502/include/llvm/ExecutionEngine
Chris Lattner 34c9433004 add a new ExecutionEngine::createJIT which can be used if you only want
to create a JIT.  This lets you specify JIT-specific configuration items
like the JITMemoryManager to use.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@44647 91177308-0d34-0410-b5e6-96231b3b80d8
2007-12-06 01:34:04 +00:00
..
ExecutionEngine.h add a new ExecutionEngine::createJIT which can be used if you only want 2007-12-06 01:34:04 +00:00
GenericValue.h Implement x86 long double in jit (not really 2007-09-17 18:44:13 +00:00
Interpreter.h Fix headers 2006-03-24 06:07:16 +00:00
JIT.h split the JIT memory management code out from the main JIT logic into its 2007-12-05 23:39:57 +00:00
JITMemoryManager.h improve header guard 2007-12-05 23:45:41 +00:00