llvm-6502/lib/ExecutionEngine
Dylan Noblesmith c5b28580a9 ExecutionEngine: push TargetMachine creation into clients (v2)
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@131317 91177308-0d34-0410-b5e6-96231b3b80d8
2011-05-13 21:51:29 +00:00
..
Interpreter Fix libffi usage when it is on a custom path. 2011-01-28 16:49:05 +00:00
JIT ExecutionEngine: push TargetMachine creation into clients (v2) 2011-05-13 21:51:29 +00:00
MCJIT ExecutionEngine: push TargetMachine creation into clients (v2) 2011-05-13 21:51:29 +00:00
RuntimeDyld Teach the RtDyld to tell the memory manager about how much space a function 2011-05-13 20:12:14 +00:00
CMakeLists.txt ExecutionEngine: fix JIT/MCJIT selectTarget() duplication (v2) 2011-05-13 21:36:16 +00:00
ExecutionEngine.cpp ExecutionEngine: push TargetMachine creation into clients (v2) 2011-05-13 21:51:29 +00:00
ExecutionEngineBindings.cpp Fix indentation. 2010-07-19 09:36:45 +00:00
Makefile Library-ize the dyld components of llvm-rtdyld. 2011-03-21 22:15:52 +00:00
TargetSelect.cpp ExecutionEngine: fix JIT/MCJIT selectTarget() duplication (v2) 2011-05-13 21:36:16 +00:00