llvm-6502/lib/ExecutionEngine/JIT
Brian Gaeke 82d8277ad5 ExecutionEngine.cpp: Move execution engine creation stuff into a new
static method here.
 Remove some extra blank lines.
ExecutionEngine.h: Add its prototype.
lli.cpp: Call it.

Make creation method for each type of EE into a static method of its
own subclass.

Interpreter/Interpreter.cpp: ExecutionEngine::createInterpreter -->
 Interpreter::create
Interpreter/Interpreter.h: Likewise.
JIT/JIT.cpp: ExecutionEngine::createJIT --> VM::create
JIT/VM.h: Likewise.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@8343 91177308-0d34-0410-b5e6-96231b3b80d8
2003-09-03 20:34:19 +00:00
..
Intercept.cpp Clean up code dealing with RTLD_SELF differences on Sparc and X86. 2003-07-28 19:07:30 +00:00
JIT.cpp ExecutionEngine.cpp: Move execution engine creation stuff into a new 2003-09-03 20:34:19 +00:00
JIT.h ExecutionEngine.cpp: Move execution engine creation stuff into a new 2003-09-03 20:34:19 +00:00
JITEmitter.cpp Implement a _REAL_ memory manager for the code generated by the JIT. This 2003-08-14 18:35:27 +00:00
Makefile Fix reference to architecture. 2003-07-28 19:06:50 +00:00
VM.cpp Deconstify parameter to getPointerToFunction(). 2003-08-13 18:16:34 +00:00
VM.h ExecutionEngine.cpp: Move execution engine creation stuff into a new 2003-09-03 20:34:19 +00:00