split the JIT memory management code out from the main JIT logic into its
authorChris Lattner <sabre@nondot.org>
Wed, 5 Dec 2007 23:39:57 +0000 (23:39 +0000)
committerChris Lattner <sabre@nondot.org>
Wed, 5 Dec 2007 23:39:57 +0000 (23:39 +0000)
commit8907b4ba479bbfbe630a4c3abab32c7d49749a48
treee742b9d08668b76c2f039e8c0f5861b706a9d1f5
parent81f2d71d52f522ae29010aecdfc435162f1da8a4
split the JIT memory management code out from the main JIT logic into its
own JITMemoryManager interface.  There is no functionality change with
this patch.

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