The second part of the change from -fast to -O#. This changes the JIT to accept
authorBill Wendling <isanbard@gmail.com>
Wed, 29 Apr 2009 00:32:19 +0000 (00:32 +0000)
committerBill Wendling <isanbard@gmail.com>
Wed, 29 Apr 2009 00:32:19 +0000 (00:32 +0000)
commit5e5cb7985de2508ecd707568afbcbb39e8a688fc
treeb2b8093f6164c54fc565d56222bc42af25b94f9f
parentbe8cc2a3dedeb7685f07e68cdc4b9502eb97eb2b
The second part of the change from -fast to -O#. This changes the JIT to accept
an optimization level instead of a simple boolean telling it to generate code
"fast" or the other type of "fast".

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@70347 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm-c/ExecutionEngine.h
include/llvm/ExecutionEngine/ExecutionEngine.h
lib/ExecutionEngine/ExecutionEngine.cpp
lib/ExecutionEngine/ExecutionEngineBindings.cpp
lib/ExecutionEngine/Interpreter/Interpreter.cpp
lib/ExecutionEngine/Interpreter/Interpreter.h
lib/ExecutionEngine/JIT/JIT.cpp
lib/ExecutionEngine/JIT/JIT.h
lib/ExecutionEngine/JIT/TargetSelect.cpp