[llvm-commits] CVS: llvm/test/Regression/Debugger/funccall.ll

2005-11-15 Thread Chris Lattner
Changes in directory llvm/test/Regression/Debugger: funccall.ll updated: 1.13 -> 1.14 --- Log message: This passes on ppc and x86 now --- Diffs of the changes: (+1 -1) funccall.ll |2 +- 1 files changed, 1 insertion(+), 1 deletion(-) Index: llvm/test/Regression/Debugger/funccall.ll d

[llvm-commits] CVS: llvm/lib/Debugger/UnixLocalInferiorProcess.cpp

2005-11-15 Thread Chris Lattner
Changes in directory llvm/lib/Debugger: UnixLocalInferiorProcess.cpp updated: 1.9 -> 1.10 --- Log message: tell selectiondag when we're debugging --- Diffs of the changes: (+1 -0) UnixLocalInferiorProcess.cpp |1 + 1 files changed, 1 insertion(+) Index: llvm/lib/Debugger/UnixLocalInf

[llvm-commits] CVS: llvm/lib/CodeGen/SelectionDAG/SelectionDAGISel.cpp

2005-11-15 Thread Chris Lattner
Changes in directory llvm/lib/CodeGen/SelectionDAG: SelectionDAGISel.cpp updated: 1.99 -> 1.100 --- Log message: when debugging lower dbg intrinsics to calls --- Diffs of the changes: (+22 -0) SelectionDAGISel.cpp | 22 ++ 1 files changed, 22 insertions(+) Index: ll

[llvm-commits] CVS: llvm/include/llvm/CodeGen/IntrinsicLowering.h

2005-11-15 Thread Chris Lattner
Changes in directory llvm/include/llvm/CodeGen: IntrinsicLowering.h updated: 1.8 -> 1.9 --- Log message: add a flag --- Diffs of the changes: (+5 -0) IntrinsicLowering.h |5 + 1 files changed, 5 insertions(+) Index: llvm/include/llvm/CodeGen/IntrinsicLowering.h diff -u llvm/inclu

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

[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/win32/x8

[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/lib/Target/X86/X86ISelDAGToDAG.cpp Makefile X86TargetMachine.cpp

2005-11-15 Thread Chris Lattner
Changes in directory llvm/lib/Target/X86: X86ISelDAGToDAG.cpp added (r1.1) Makefile updated: 1.23 -> 1.24 X86TargetMachine.cpp updated: 1.88 -> 1.89 --- Log message: initial step at adding a dag-to-dag isel for X86 backend. Patch contributed by Evan Cheng! --- Diffs of the changes: (+175 -3

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

[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] [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: ll

[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/Makefile:1.

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

2005-11-15 Thread Jeff Cohen
Changes in directory llvm/win32/x86: x86.vcproj updated: 1.14 -> 1.15 --- Log message: Keep Visual Studio informed of new files. --- Diffs of the changes: (+6 -0) x86.vcproj |6 ++ 1 files changed, 6 insertions(+) Index: llvm/win32/x86/x86.vcproj diff -u llvm/win32/x86/x86.vcproj: