Substantial changes to refactor LLI to incorporate both the Jello JIT and
authorChris Lattner <sabre@nondot.org>
Mon, 23 Dec 2002 23:59:41 +0000 (23:59 +0000)
committerChris Lattner <sabre@nondot.org>
Mon, 23 Dec 2002 23:59:41 +0000 (23:59 +0000)
commitfe11a97fcde7c63109c3ad36570657807d0cd6ef
treeac8df082eeca9d70e88d4dd64936cc821b2c2f93
parentb76d4965c18063955f5a7f027a1869da885769d5
Substantial changes to refactor LLI to incorporate both the Jello JIT and
the traditional LLI interpreter

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@5125 91177308-0d34-0410-b5e6-96231b3b80d8
lib/ExecutionEngine/Interpreter/Execution.cpp
lib/ExecutionEngine/Interpreter/ExecutionAnnotations.h
lib/ExecutionEngine/Interpreter/ExternalFunctions.cpp
lib/ExecutionEngine/Interpreter/Interpreter.h
lib/ExecutionEngine/Interpreter/Support.cpp
lib/ExecutionEngine/Interpreter/UserInput.cpp
lib/ExecutionEngine/Makefile
tools/lli/Makefile
tools/lli/lli.cpp