llvm-project/llvm/lib/ExecutionEngine
Brian Gaeke 4bd3bd5b5a 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.

llvm-svn: 8343
2003-09-03 20:34:19 +00:00
..
Interpreter ExecutionEngine.cpp: Move execution engine creation stuff into a new 2003-09-03 20:34:19 +00:00
JIT ExecutionEngine.cpp: Move execution engine creation stuff into a new 2003-09-03 20:34:19 +00:00
ExecutionEngine.cpp ExecutionEngine.cpp: Move execution engine creation stuff into a new 2003-09-03 20:34:19 +00:00
Makefile Preselection is now integrated into the Sparc target library 2003-09-01 20:30:17 +00:00