Initial checkin of virtual machine implementation.
authorChris Lattner <sabre@nondot.org>
Tue, 3 Dec 2002 22:48:59 +0000 (22:48 +0000)
committerChris Lattner <sabre@nondot.org>
Tue, 3 Dec 2002 22:48:59 +0000 (22:48 +0000)
commit6710121b6bed5eef409b0840cf18ed62ecae1cd9
treeb390412091a4c964bfbb700bc09bef3eacb47f9c
parentf815aebd20823698fca5db54dc8e0332f93e7ca8
Initial checkin of virtual machine implementation.
We can now run very trivial test cases

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@4894 91177308-0d34-0410-b5e6-96231b3b80d8
tools/jello/Emitter.cpp [new file with mode: 0644]
tools/jello/VM.cpp [new file with mode: 0644]
tools/jello/VM.h [new file with mode: 0644]
tools/jello/jello.cpp