llvm-6502/lib/ExecutionEngine/JIT
Dylan Noblesmith bfb8705d97 ExecutionEngine: move createJIT() definition
As an ExecutionEngine class function, its definition
really belongs in ExecutionEngine.cpp, not JIT.cpp.



git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@131027 91177308-0d34-0410-b5e6-96231b3b80d8
2011-05-06 22:07:14 +00:00
..
CMakeLists.txt ExecutionEngine: fix JIT/MCJIT selectTarget() duplication 2011-05-06 22:05:43 +00:00
Intercept.cpp Trailing whitespace. 2011-03-22 15:21:58 +00:00
JIT.cpp ExecutionEngine: move createJIT() definition 2011-05-06 22:07:14 +00:00
JIT.h ExecutionEngine: push TargetMachine creation into clients 2011-05-06 22:06:22 +00:00
JITDebugRegisterer.cpp Fix a C++0x portability issue with std::make_pair. Explicitly providing template arguments no longer works when the call arguments are lvalues. 2011-04-29 16:57:12 +00:00
JITDebugRegisterer.h Merge System into Support. 2010-11-29 18:16:10 +00:00
JITDwarfEmitter.cpp Trailing whitespace. 2011-03-22 15:21:58 +00:00
JITDwarfEmitter.h Trailing whitespace. 2011-03-22 15:21:58 +00:00
JITEmitter.cpp Like the coding standards say, do not use "using namespace std". 2011-04-13 12:46:01 +00:00
JITMemoryManager.cpp Merge System into Support. 2010-11-29 18:16:10 +00:00
Makefile
OProfileJITEventListener.cpp Trailing whitespace. 2011-03-22 15:21:58 +00:00
TargetSelect.cpp Trailing whitespace. 2011-03-22 15:21:58 +00:00