[llvm-commits] CVS: llvm/lib/CodeGen/MFunction.cpp MInstruction.cpp Makefile

Chris Lattner lattner at cs.uiuc.edu
Fri Oct 25 17:55:04 PDT 2002


Changes in directory llvm/lib/CodeGen:

MFunction.cpp added (r1.1)
MInstruction.cpp added (r1.1)
Makefile updated: 1.9 -> 1.10

---
Log message:

Initial checkin of codegen infrastructure for LLVM-JIT


---
Diffs of the changes:

Index: llvm/lib/CodeGen/Makefile
diff -u llvm/lib/CodeGen/Makefile:1.9 llvm/lib/CodeGen/Makefile:1.10
--- llvm/lib/CodeGen/Makefile:1.9	Sun Sep 29 06:52:04 2002
+++ llvm/lib/CodeGen/Makefile	Fri Oct 25 17:54:41 2002
@@ -1,4 +1,5 @@
 LEVEL = ../..
-PARALLEL_DIRS  = PreOpts InstrSelection InstrSched RegAlloc PostOpts Mapping
+PARALLEL_DIRS = PreOpts InstrSelection InstrSched RegAlloc PostOpts Mapping
+LIBRARYNAME = codegen
 
 include $(LEVEL)/Makefile.common





More information about the llvm-commits mailing list