1
0
mirror of https://github.com/c64scene-ar/llvm-6502.git synced 2025-02-17 23:31:05 +00:00
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
..
2003-08-18 20:47:13 +00:00
2003-08-28 22:14:16 +00:00
2003-08-08 15:37:35 +00:00
2003-08-18 14:43:39 +00:00
2003-09-01 20:45:46 +00:00
2003-08-28 16:25:34 +00:00
2003-08-15 23:31:54 +00:00
2003-08-28 21:32:57 +00:00
2003-08-28 21:34:13 +00:00
2003-08-28 16:25:34 +00:00