llvm-6502/lib/ExecutionEngine/JIT
Dylan Noblesmith d95e67dac0 ExecutionEngine: honor optimization level
It was getting ignored after r144788.

Also fix an accidental implicit cast from the OptLevel enum
to an optional bool argument. MSVC warned on this, but gcc
didn't.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@145633 91177308-0d34-0410-b5e6-96231b3b80d8
2011-12-01 21:49:21 +00:00
..
CMakeLists.txt build/CMake: Finish removal of add_llvm_library_dependencies. 2011-11-29 19:25:30 +00:00
Intercept.cpp EE: Provide the symbol "lseek64" explicitly with <unistd.h> on Linux glibc. 2011-08-14 00:34:04 +00:00
JIT.cpp ExecutionEngine: honor optimization level 2011-12-01 21:49:21 +00:00
JIT.h - Move CodeModel from a TargetMachine global option to MCCodeGenInfo. 2011-07-20 07:51:56 +00:00
JITDebugRegisterer.cpp Remove all remaining uses of Value::getNameStr(). 2011-11-15 16:27:03 +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 Silence a bunch (but not all) "variable written but not read" warnings 2011-08-12 14:54:45 +00:00
JITMemoryManager.cpp Merge System into Support. 2010-11-29 18:16:10 +00:00
LLVMBuild.txt build: Attempt to rectify inconsistencies between CMake and LLVMBuild versions of explicit dependencies. 2011-11-12 02:10:57 +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