llvm-6502/lib/ExecutionEngine/JIT
Evan Cheng 34ad6db8b9 - Move CodeModel from a TargetMachine global option to MCCodeGenInfo.
- Introduce JITDefault code model. This tells targets to set different default
  code model for JIT. This eliminates the ugly hack in TargetMachine where
  code model is changed after construction.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@135580 91177308-0d34-0410-b5e6-96231b3b80d8
2011-07-20 07:51:56 +00:00
..
CMakeLists.txt ExecutionEngine: fix JIT/MCJIT selectTarget() duplication (v2) 2011-05-13 21:36:16 +00:00
Intercept.cpp Trailing whitespace. 2011-03-22 15:21:58 +00:00
JIT.cpp land David Blaikie's patch to de-constify Type, with a few tweaks. 2011-07-18 04:54:35 +00:00
JIT.h - Move CodeModel from a TargetMachine global option to MCCodeGenInfo. 2011-07-20 07:51:56 +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 Move getInitialFrameState from TargetFrameInfo to MCAsmInfo (suggestions for 2011-07-18 22:29:13 +00:00
JITDwarfEmitter.h Move getInitialFrameState from TargetFrameInfo to MCAsmInfo (suggestions for 2011-07-18 22:29:13 +00:00
JITEmitter.cpp land David Blaikie's patch to de-constify Type, with a few tweaks. 2011-07-18 04:54:35 +00:00
JITMemoryManager.cpp Merge System into Support. 2010-11-29 18:16:10 +00:00
Makefile make -fno-rtti the default unless a directory builds with REQUIRES_RTTI. 2010-01-24 20:43:08 +00:00
OProfileJITEventListener.cpp Trailing whitespace. 2011-03-22 15:21:58 +00:00