Initial checkin of interpreter
authorChris Lattner <sabre@nondot.org>
Thu, 23 Aug 2001 17:05:04 +0000 (17:05 +0000)
committerChris Lattner <sabre@nondot.org>
Thu, 23 Aug 2001 17:05:04 +0000 (17:05 +0000)
commit92101acd7fd44fd467fbeb974ae6c042289c74f9
tree8a95b8161082bc30eb13e16302b30a3f38fd0ef3
parente27c344b5657eb225688c2adb163d6064cc9cf8f
Initial checkin of interpreter

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@361 91177308-0d34-0410-b5e6-96231b3b80d8
lib/ExecutionEngine/Interpreter/Execution.cpp [new file with mode: 0644]
lib/ExecutionEngine/Interpreter/ExecutionAnnotations.h [new file with mode: 0644]
lib/ExecutionEngine/Interpreter/Interpreter.h [new file with mode: 0644]
lib/ExecutionEngine/Interpreter/Support.cpp [new file with mode: 0644]
lib/ExecutionEngine/Interpreter/UserInput.cpp [new file with mode: 0644]
lib/ExecutionEngine/Makefile [new file with mode: 0644]
tools/lli/Makefile [new file with mode: 0644]
tools/lli/lli.cpp [new file with mode: 0644]