Initial checkin of codegen infrastructure for LLVM-JIT
authorChris Lattner <sabre@nondot.org>
Fri, 25 Oct 2002 22:54:41 +0000 (22:54 +0000)
committerChris Lattner <sabre@nondot.org>
Fri, 25 Oct 2002 22:54:41 +0000 (22:54 +0000)
commit78cee7e7ab9fde0453d3f1b7a317b1c1b41a1b4c
treed5033feff84105930cfedec4beef41fb30e5704c
parent2ee9aa1072f13eec6fdc1ab900aec6ede3e7ad13
Initial checkin of codegen infrastructure for LLVM-JIT

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@4282 91177308-0d34-0410-b5e6-96231b3b80d8
lib/CodeGen/MFunction.cpp [new file with mode: 0644]
lib/CodeGen/MInstruction.cpp [new file with mode: 0644]
lib/CodeGen/Makefile