llvm-6502/lib/ExecutionEngine/MCJIT
Dylan Noblesmith c06b511eba ExecutionEngine: push TargetMachine creation into clients
In particular, into EngineBuilder. This should only impact
the private API between the EE and EB classes, not external
clients, since JITCtor and MCJITCtor are both protected members.



git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@131026 91177308-0d34-0410-b5e6-96231b3b80d8
2011-05-06 22:06:22 +00:00
..
CMakeLists.txt ExecutionEngine: fix JIT/MCJIT selectTarget() duplication 2011-05-06 22:05:43 +00:00
Intercept.cpp Add missing file from previous commit. 2011-03-22 18:21:14 +00:00
Makefile
MCJIT.cpp ExecutionEngine: push TargetMachine creation into clients 2011-05-06 22:06:22 +00:00
MCJIT.h ExecutionEngine: push TargetMachine creation into clients 2011-05-06 22:06:22 +00:00
MCJITMemoryManager.h Refactor MCJIT 32-bit section loading. 2011-04-08 17:31:24 +00:00
TargetSelect.cpp