[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

[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.7 -> 1.8 --- Log message: Eliminate getClass, it is not needed --- Diffs of the changes: (+6 -7) IA64RegisterInfo.cpp | 13 ++--- 1 files changed, 6 insertions(+), 7 deletions(-) Index: llvm/lib/Target/I

[llvm-commits] CVS: llvm/utils/TableGen/SubtargetEmitter.cpp

2005-10-27 Thread Jeff Cohen
Changes in directory llvm/utils/TableGen: SubtargetEmitter.cpp updated: 1.7 -> 1.8 --- Log message: Keep Visual Studio happy. --- Diffs of the changes: (+1 -0) SubtargetEmitter.cpp |1 + 1 files changed, 1 insertion(+) Index: llvm/utils/TableGen/SubtargetEmitter.cpp diff -u llvm/utils

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

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

[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/win32/Target/Target.vcpro

[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/lib/Target/PowerPC/README.

[llvm-commits] CVS: llvm/utils/TableGen/SubtargetEmitter.h SubtargetEmitter.cpp

2005-10-27 Thread Jim Laskey
Changes in directory llvm/utils/TableGen: SubtargetEmitter.h updated: 1.3 -> 1.4 SubtargetEmitter.cpp updated: 1.6 -> 1.7 --- Log message: Now generating instruction itineraries for scheduling. Not my best work, but... --- Diffs of the changes: (+211 -32) SubtargetEmitter.cpp | 221

[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 inser

[llvm-commits] CVS: llvm/Xcode/LLVM.xcodeproj/project.pbxproj

2005-10-27 Thread Chris Lattner
Changes in directory llvm/Xcode/LLVM.xcodeproj: project.pbxproj updated: 1.10 -> 1.11 --- Log message: update project file --- Diffs of the changes: (+72 -106) project.pbxproj | 178 ++-- 1 files changed, 72 insertions(+), 106 deletions(

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

2005-10-27 Thread Chris Lattner
Changes in directory llvm-test/SingleSource/Regression/C: PR640.c added (r1.1) --- Log message: New testcase --- Diffs of the changes: (+56 -0) PR640.c | 56 1 files changed, 56 insertions(+) Index: llvm-test/SingleSource/Regress

[llvm-commits] CVS: llvm/lib/Transforms/Scalar/InstructionCombining.cpp

2005-10-27 Thread Chris Lattner
Changes in directory llvm/lib/Transforms/Scalar: InstructionCombining.cpp updated: 1.397 -> 1.398 --- Log message: Do not sink any instruction with side effects, including vaarg. This fixes PR640: http://llvm.cs.uiuc.edu/PR640 --- Diffs of the changes: (+2 -4) InstructionCombining.cpp |

[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-te

[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/lib/Transforms

[llvm-commits] CVS: llvm/projects/Stacker/tools/stkrc/Makefile

2005-10-27 Thread Chris Lattner
Changes in directory llvm/projects/Stacker/tools/stkrc: Makefile updated: 1.9 -> 1.10 --- Log message: unbreak the build again --- Diffs of the changes: (+1 -1) Makefile |2 +- 1 files changed, 1 insertion(+), 1 deletion(-) Index: llvm/projects/Stacker/tools/stkrc/Makefile diff -u ll

[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 cha

[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/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/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 prov

[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 prov

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

2005-10-27 Thread John Criswell
Changes in directory llvm/tools/analyze: Makefile updated: 1.29 -> 1.30 --- 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 pr

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

2005-10-27 Thread John Criswell
Changes in directory llvm/tools/bugpoint: Makefile updated: 1.15 -> 1.16 --- 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 p

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

2005-10-27 Thread John Criswell
Changes in directory llvm/lib/Transforms/Utils: Local.cpp updated: 1.44 -> 1.45 Makefile updated: 1.7 -> 1.8 --- 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

[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 provid

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

2005-10-27 Thread John Criswell
Changes in directory llvm/lib/Analysis: ScalarEvolution.cpp updated: 1.43 -> 1.44 --- 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

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

2005-10-27 Thread John Criswell
Changes in directory llvm/tools/llvm-extract: Makefile updated: 1.2 -> 1.3 --- 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/gccld/Makefile

2005-10-27 Thread John Criswell
Changes in directory llvm/tools/gccld: Makefile updated: 1.13 -> 1.14 --- 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 prov

[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 provid

[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-java/tools/class2llvm/Makefile

2005-10-27 Thread Alkis Evlogimenos
Changes in directory llvm-java/tools/class2llvm: Makefile updated: 1.9 -> 1.10 --- 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/class2llvm/Makefile diff

[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/lib/CodeGen/SelectionDAG/DAGCombiner.cpp

2005-10-27 Thread Chris Lattner
Changes in directory llvm/lib/CodeGen/SelectionDAG: DAGCombiner.cpp updated: 1.56 -> 1.57 --- Log message: Fix DSE to not nuke dead stores unless they redundant store is the same VT as the killing one. Fix fixes PR491: http://llvm.cs.uiuc.edu/PR491 --- Diffs of the changes: (+4 -1) DAGCo