Cleanup the JIT as per PR176. This renames the VM class to JIT, and merges the
authorChris Lattner <sabre@nondot.org>
Sat, 20 Dec 2003 01:46:27 +0000 (01:46 +0000)
committerChris Lattner <sabre@nondot.org>
Sat, 20 Dec 2003 01:46:27 +0000 (01:46 +0000)
commit4d326fa9bea5b80147edf14d1521fc41ce315275
tree6bb9d8e84301a874276b93c02c6f44377a376f9e
parent61612df9cb596448b8310e479d568d6b2a8e8a4c
Cleanup the JIT as per PR176.  This renames the VM class to JIT, and merges the
VM.cpp and JIT.cpp files into JIT.cpp.  This also splits some nasty code out
into TargetSelect.cpp so that people hopefully won't notice it.  :)

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@10544 91177308-0d34-0410-b5e6-96231b3b80d8
lib/ExecutionEngine/JIT/Intercept.cpp
lib/ExecutionEngine/JIT/JIT.cpp
lib/ExecutionEngine/JIT/JIT.h
lib/ExecutionEngine/JIT/JITEmitter.cpp
lib/ExecutionEngine/JIT/TargetSelect.cpp [new file with mode: 0644]
lib/ExecutionEngine/JIT/VM.cpp [deleted file]
lib/ExecutionEngine/JIT/VM.h [deleted file]