[llvm-commits] [vector_llvm] CVS: llvm/Makefile

2005-11-15 Thread Robert L. Bocchino Jr.
Changes in directory llvm: Makefile updated: 1.51.2.1 - 1.51.2.2 --- Log message: Added examples to built directories --- Diffs of the changes: (+1 -1) Makefile |2 +- 1 files changed, 1 insertion(+), 1 deletion(-) Index: llvm/Makefile diff -u llvm/Makefile:1.51.2.1

[llvm-commits] [vector_llvm] CVS: llvm/include/VectorLLVM/VectorSignificantFunctions.h

2005-11-15 Thread Robert L. Bocchino Jr.
Changes in directory llvm/include/VectorLLVM: VectorSignificantFunctions.h updated: 1.1.2.1 - 1.1.2.2 --- Log message: Updated the signature for extract --- Diffs of the changes: (+2 -2) VectorSignificantFunctions.h |4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) Index:

[llvm-commits] [vector_llvm] CVS: llvm/lib/Transforms/Vector/AltiVec.cpp LowerVectors.cpp RaiseVectors.cpp SSE.cpp

2005-11-15 Thread Robert L. Bocchino Jr.
Changes in directory llvm/lib/Transforms/Vector: AltiVec.cpp updated: 1.1.2.1 - 1.1.2.2 LowerVectors.cpp updated: 1.1.2.1 - 1.1.2.2 RaiseVectors.cpp updated: 1.1.2.1 - 1.1.2.2 SSE.cpp updated: 1.1.2.1 - 1.1.2.2 --- Log message: Improved AltiVec code generation support Changed the signature

[llvm-commits] CVS: llvm/lib/Target/PowerPC/PPCAsmPrinter.cpp PPCCodeEmitter.cpp PPCISelDAGToDAG.cpp PPCISelPattern.cpp PPCInstrInfo.td

2005-11-15 Thread Nate Begeman
Changes in directory llvm/lib/Target/PowerPC: PPCAsmPrinter.cpp updated: 1.109 - 1.110 PPCCodeEmitter.cpp updated: 1.40 - 1.41 PPCISelDAGToDAG.cpp updated: 1.125 - 1.126 PPCISelPattern.cpp updated: 1.191 - 1.192 PPCInstrInfo.td updated: 1.138 - 1.139 --- Log message: Patch to clean up function

[llvm-commits] CVS: llvm/lib/VMCore/Type.cpp

2005-11-15 Thread Chris Lattner
Changes in directory llvm/lib/VMCore: Type.cpp updated: 1.136 - 1.137 --- Log message: * Fix DerivedType::dropAllTypeUses to not change the number of types in a type when it gets refined. This allows us to hash on this crucial value. * Fix several issues in TypeMap::RefineAbstractType that

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

2005-11-15 Thread Jeff Cohen
Changes in directory llvm/win32/x86: x86.vcproj updated: 1.15 - 1.16 --- Log message: Keep Visual Studio building. --- Diffs of the changes: (+10 -4) x86.vcproj | 14 ++ 1 files changed, 10 insertions(+), 4 deletions(-) Index: llvm/win32/x86/x86.vcproj diff -u

[llvm-commits] CVS: llvm/lib/Support/CommandLine.cpp

2005-11-15 Thread Chris Lattner
Changes in directory llvm/lib/Support: CommandLine.cpp updated: 1.63 - 1.64 --- Log message: indicate when a tool is a debug build. --- Diffs of the changes: (+6 -1) CommandLine.cpp |7 ++- 1 files changed, 6 insertions(+), 1 deletion(-) Index: llvm/lib/Support/CommandLine.cpp