[llvm-commits] CVS: llvm-java/tools/classdump/Makefile

2005-10-27 Thread Alkis Evlogimenos
Changes in directory llvm-java/tools/classdump: Makefile updated: 1.8 - 1.9 --- Log message: Unbreak the build after build system changes --- Diffs of the changes: (+1 -1) Makefile |2 +- 1 files changed, 1 insertion(+), 1 deletion(-) Index: llvm-java/tools/classdump/Makefile diff -u

[llvm-commits] CVS: llvm/Makefile.rules

2005-10-27 Thread John Criswell
Changes in directory llvm: Makefile.rules updated: 1.334 - 1.335 --- Log message: Move some constant folding code shared by Analysis and Transform passes into the LLVMAnalysis library. This allows LLVMTranform and LLVMTransformUtils to be archives and linked with LLVMAnalysis.a, which provides

[llvm-commits] CVS: llvm/tools/opt/Makefile

2005-10-27 Thread John Criswell
Changes in directory llvm/tools/opt: Makefile updated: 1.52 - 1.53 --- Log message: Move some constant folding code shared by Analysis and Transform passes into the LLVMAnalysis library. This allows LLVMTranform and LLVMTransformUtils to be archives and linked with LLVMAnalysis.a, which

[llvm-commits] CVS: llvm/tools/llc/Makefile

2005-10-27 Thread John Criswell
Changes in directory llvm/tools/llc: Makefile updated: 1.76 - 1.77 --- Log message: Move some constant folding code shared by Analysis and Transform passes into the LLVMAnalysis library. This allows LLVMTranform and LLVMTransformUtils to be archives and linked with LLVMAnalysis.a, which

[llvm-commits] CVS: llvm/tools/gccas/Makefile

2005-10-27 Thread John Criswell
Changes in directory llvm/tools/gccas: Makefile updated: 1.23 - 1.24 --- Log message: Move some constant folding code shared by Analysis and Transform passes into the LLVMAnalysis library. This allows LLVMTranform and LLVMTransformUtils to be archives and linked with LLVMAnalysis.a, which

[llvm-commits] CVS: llvm/tools/llvm-ld/Makefile

2005-10-27 Thread John Criswell
Changes in directory llvm/tools/llvm-ld: Makefile updated: 1.6 - 1.7 --- Log message: Move some constant folding code shared by Analysis and Transform passes into the LLVMAnalysis library. This allows LLVMTranform and LLVMTransformUtils to be archives and linked with LLVMAnalysis.a, which

[llvm-commits] CVS: llvm/lib/Analysis/ConstantFolding.cpp

2005-10-27 Thread John Criswell
Changes in directory llvm/lib/Analysis: ConstantFolding.cpp added (r1.1) --- Log message: Move some constant folding functions into LLVMAnalysis since they are used by Analysis and Transformation passes. --- Diffs of the changes: (+172 -0) ConstantFolding.cpp | 172

[llvm-commits] CVS: llvm/include/llvm/Analysis/ConstantFolding.h

2005-10-27 Thread John Criswell
Changes in directory llvm/include/llvm/Analysis: ConstantFolding.h added (r1.1) --- Log message: Move some constant folding functions into LLVMAnalysis since they are used by Analysis and Transformation passes. --- Diffs of the changes: (+36 -0) ConstantFolding.h | 36

[llvm-commits] CVS: llvm/include/llvm/Transforms/Utils/Local.h

2005-10-27 Thread John Criswell
Changes in directory llvm/include/llvm/Transforms/Utils: Local.h updated: 1.21 - 1.22 --- Log message: Move some constant folding functions into LLVMAnalysis since they are used by Analysis and Transformation passes. --- Diffs of the changes: (+1 -8) Local.h |9 + 1 files

[llvm-commits] CVS: llvm/lib/Transforms/Utils/Local.cpp

2005-10-27 Thread Chris Lattner
Changes in directory llvm/lib/Transforms/Utils: Local.cpp updated: 1.45 - 1.46 --- Log message: Fix #include order --- Diffs of the changes: (+1 -1) Local.cpp |2 +- 1 files changed, 1 insertion(+), 1 deletion(-) Index: llvm/lib/Transforms/Utils/Local.cpp diff -u

[llvm-commits] CVS: llvm-test/SingleSource/Regression/C/PR491.c

2005-10-27 Thread Chris Lattner
Changes in directory llvm-test/SingleSource/Regression/C: PR491.c added (r1.1) --- Log message: new testcase, from... PR491: http://llvm.cs.uiuc.edu/PR491 . --- Diffs of the changes: (+31 -0) PR491.c | 31 +++ 1 files changed, 31 insertions(+) Index:

[llvm-commits] CVS: llvm/include/llvm/Target/TargetInstrItineraries.h

2005-10-27 Thread Jim Laskey
Changes in directory llvm/include/llvm/Target: TargetInstrItineraries.h added (r1.1) --- Log message: Structures used to hold scheduling information. --- Diffs of the changes: (+46 -0) TargetInstrItineraries.h | 46 ++ 1 files changed, 46

[llvm-commits] CVS: llvm/lib/Target/PowerPC/README.txt

2005-10-27 Thread Chris Lattner
Changes in directory llvm/lib/Target/PowerPC: README.txt updated: 1.34 - 1.35 --- Log message: a bad case for bitfield insert --- Diffs of the changes: (+34 -0) README.txt | 34 ++ 1 files changed, 34 insertions(+) Index:

[llvm-commits] CVS: llvm/win32/Target/Target.vcproj

2005-10-27 Thread Jeff Cohen
Changes in directory llvm/win32/Target: Target.vcproj updated: 1.10 - 1.11 --- Log message: Keep Visual Studio happy. --- Diffs of the changes: (+3 -0) Target.vcproj |3 +++ 1 files changed, 3 insertions(+) Index: llvm/win32/Target/Target.vcproj diff -u

[llvm-commits] CVS: llvm/lib/Target/IA64/IA64RegisterInfo.cpp

2005-10-27 Thread Chris Lattner
Changes in directory llvm/lib/Target/IA64: IA64RegisterInfo.cpp updated: 1.8 - 1.9 --- Log message: remove dead stuff --- Diffs of the changes: (+0 -14) IA64RegisterInfo.cpp | 14 -- 1 files changed, 14 deletions(-) Index: llvm/lib/Target/IA64/IA64RegisterInfo.cpp diff -u