llvm-6502/lib/ExecutionEngine/JIT
Daniel Dunbar 54785e6df0 Migrate llc and the JIT to using the TargetRegistry for lookups.
- They still use the TargetMachineRegistry to populate the contents of the
   -march option (via the listener interface). We can't just populate it in the
   option parser because we can't expect the TargetRegistry to be populated yet
   (we no longer rely on static constructors).

 - There are a couple ways to finish killing off TargetMachineRegistry, but I
   haven't figured out the cleanest one yet...


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@75773 91177308-0d34-0410-b5e6-96231b3b80d8
2009-07-15 11:36:15 +00:00
..
CMakeLists.txt Add a --with-oprofile flag to configure, which uses OProfile's agent 2009-07-10 21:08:20 +00:00
Intercept.cpp Convert more assert(0)+abort() -> LLVM_UNREACHABLE, 2009-07-11 13:10:19 +00:00
JIT.cpp Move EVER MORE stuff over to LLVMContext. 2009-07-14 23:09:55 +00:00
JIT.h Match declaration to definition. 2009-07-12 23:50:34 +00:00
JITDwarfEmitter.cpp llvm_unreachable->llvm_unreachable(0), LLVM_UNREACHABLE->llvm_unreachable. 2009-07-14 16:55:14 +00:00
JITDwarfEmitter.h First patch in the direction of splitting MachineCodeEmitter in two subclasses: 2009-05-30 20:51:52 +00:00
JITEmitter.cpp Convert more assert(0)+abort() -> LLVM_UNREACHABLE, 2009-07-11 13:10:19 +00:00
JITMemoryManager.cpp Convert more assert(0)+abort() -> LLVM_UNREACHABLE, 2009-07-11 13:10:19 +00:00
MacOSJITEventListener.cpp Add a JITEventListener interface that gets called back when a new function is 2009-06-25 02:04:04 +00:00
Makefile Removed trailing whitespace from Makefiles. 2009-01-09 16:44:42 +00:00
OProfileJITEventListener.cpp Oops. s/#if defined(USE_OPROFILE)/#if USE_OPROFILE/. We #define 2009-07-10 22:13:21 +00:00
TargetSelect.cpp Migrate llc and the JIT to using the TargetRegistry for lookups. 2009-07-15 11:36:15 +00:00