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

2005-11-16 Thread Chris Lattner
Changes in directory llvm/utils/TableGen: DAGISelEmitter.cpp updated: 1.74 -> 1.75 --- Log message: teach tblgen to be smart enough to handle tglobaladdr nodes --- Diffs of the changes: (+2 -0) DAGISelEmitter.cpp |2 ++ 1 files changed, 2 insertions(+) Index: llvm/utils/TableGen/DAGI

[llvm-commits] CVS: llvm/lib/Target/PowerPC/PPCISelDAGToDAG.cpp PPCISelLowering.cpp PPCISelLowering.h PPCInstrInfo.td

2005-11-16 Thread Chris Lattner
Changes in directory llvm/lib/Target/PowerPC: PPCISelDAGToDAG.cpp updated: 1.127 -> 1.128 PPCISelLowering.cpp updated: 1.40 -> 1.41 PPCISelLowering.h updated: 1.9 -> 1.10 PPCInstrInfo.td updated: 1.140 -> 1.141 --- Log message: Add an initial hack at legalizing GlobalAddress into the appropriat

[llvm-commits] CVS: llvm/lib/Target/TargetSelectionDAG.td

2005-11-16 Thread Chris Lattner
Changes in directory llvm/lib/Target: TargetSelectionDAG.td updated: 1.9 -> 1.10 --- Log message: Add globaladdress and targetglobaladdress nodes for dag patterns --- Diffs of the changes: (+4 -0) TargetSelectionDAG.td |4 1 files changed, 4 insertions(+) Index: llvm/lib/Target/

[llvm-commits] CVS: llvm/lib/Target/PowerPC/PPCInstrInfo.td

2005-11-16 Thread Chris Lattner
Changes in directory llvm/lib/Target/PowerPC: PPCInstrInfo.td updated: 1.139 -> 1.140 --- Log message: LI could theoretically be used for the lo-part of a global address, just like lis can be used for the high part. --- Diffs of the changes: (+1 -1) PPCInstrInfo.td |2 +- 1 files chang

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

2005-11-16 Thread Chris Lattner
Changes in directory llvm/lib/CodeGen/SelectionDAG: LegalizeDAG.cpp updated: 1.208 -> 1.209 --- Log message: Allow targets to custom legalize leaf nodes like GlobalAddress. --- Diffs of the changes: (+13 -1) LegalizeDAG.cpp | 14 +- 1 files changed, 13 insertions(+), 1 deleti

[llvm-commits] CVS: llvm/lib/Target/PowerPC/PPCISelDAGToDAG.cpp PPCISelLowering.cpp

2005-11-16 Thread Chris Lattner
Changes in directory llvm/lib/Target/PowerPC: PPCISelDAGToDAG.cpp updated: 1.126 -> 1.127 PPCISelLowering.cpp updated: 1.39 -> 1.40 --- Log message: When lowering direct calls, lower them to use a targetglobaladress directly instead of a globaladdress. This has no effect on the generated code

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

2005-11-16 Thread Chris Lattner
Changes in directory llvm/lib/CodeGen/SelectionDAG: LegalizeDAG.cpp updated: 1.207 -> 1.208 --- Log message: Teach legalize about targetglobaladdress --- Diffs of the changes: (+1 -0) LegalizeDAG.cpp |1 + 1 files changed, 1 insertion(+) Index: llvm/lib/CodeGen/SelectionDAG/LegalizeD

[llvm-commits] CVS: llvm/lib/Target/X86/X86InstrInfo.td

2005-11-16 Thread Chris Lattner
Changes in directory llvm/lib/Target/X86: X86InstrInfo.td updated: 1.136 -> 1.137 --- Log message: Add patterns for some 16-bit immediate instructions, patch contributed by Evan Cheng. --- Diffs of the changes: (+37 -28) X86InstrInfo.td | 65 +++---

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

2005-11-16 Thread Chris Lattner
Changes in directory llvm/utils/TableGen: DAGISelEmitter.cpp updated: 1.73 -> 1.74 --- Log message: fix a tblgen bug that Evan ran into, where we would lose the '$src' name on patterns like "(set R32:$dst, (i32 imm:$src))" --- Diffs of the changes: (+4 -4) DAGISelEmitter.cpp |8 ---

[llvm-commits] CVS: llvm/lib/Target/X86/X86ISelDAGToDAG.cpp X86InstrInfo.td

2005-11-16 Thread Chris Lattner
Changes in directory llvm/lib/Target/X86: X86ISelDAGToDAG.cpp updated: 1.1 -> 1.2 X86InstrInfo.td updated: 1.135 -> 1.136 --- Log message: Add patterns for several simple instructions that take i32 immediates. Patch contributed by Evan Cheng! --- Diffs of the changes: (+36 -42) X86ISelDAGT

[llvm-commits] CVS: llvm/lib/Target/Alpha/AlphaCodeEmitter.cpp

2005-11-16 Thread Andrew Lenharth
Changes in directory llvm/lib/Target/Alpha: AlphaCodeEmitter.cpp updated: 1.6 -> 1.7 --- Log message: who would have thought you would want to write into globals too --- Diffs of the changes: (+6 -0) AlphaCodeEmitter.cpp |6 ++ 1 files changed, 6 insertions(+) Index: llvm/lib/Targ

[llvm-commits] CVS: llvm-test/MultiSource/Benchmarks/MallocBench/Makefile

2005-11-16 Thread Andrew Lenharth
Changes in directory llvm-test/MultiSource/Benchmarks/MallocBench: Makefile updated: 1.9 -> 1.10 --- Log message: who told them ints and pointers were interchangable --- Diffs of the changes: (+6 -0) Makefile |6 ++ 1 files changed, 6 insertions(+) Index: llvm-test/MultiSource/Ben

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

2005-11-16 Thread Robert Bocchino
Changes in directory llvm/win32/x86: x86.vcproj updated: 1.14 -> 1.14.2.1 --- Log message: Merged mainline into Vector LLVM branch --- 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.vcpr

[llvm-commits] [vector_llvm] CVS: llvm/win32/Transforms/Transforms.vcproj

2005-11-16 Thread Robert Bocchino
Changes in directory llvm/win32/Transforms: Transforms.vcproj updated: 1.13 -> 1.13.4.1 --- Log message: Merged mainline into Vector LLVM branch --- Diffs of the changes: (+6 -34) Transforms.vcproj | 40 ++-- 1 files changed, 6 insertions(+), 34 deleti

[llvm-commits] [vector_llvm] CVS: llvm/win32/analyze/analyze.vcproj

2005-11-16 Thread Robert Bocchino
Changes in directory llvm/win32/analyze: analyze.vcproj updated: 1.4 -> 1.4.4.1 --- Log message: Merged mainline into Vector LLVM branch --- Diffs of the changes: (+0 -2) analyze.vcproj |2 -- 1 files changed, 2 deletions(-) Index: llvm/win32/analyze/analyze.vcproj diff -u llvm/win32

[llvm-commits] [vector_llvm] CVS: llvm/win32/Configure/Configure.vcproj

2005-11-16 Thread Robert Bocchino
Changes in directory llvm/win32/Configure: Configure.vcproj updated: 1.8 -> 1.8.4.1 --- Log message: Merged mainline into Vector LLVM branch --- Diffs of the changes: (+22 -10) Configure.vcproj | 32 ++-- 1 files changed, 22 insertions(+), 10 deletions(-) In

[llvm-commits] [vector_llvm] CVS: llvm/utils/TableGen/CodeEmitterGen.cpp CodeGenTarget.cpp DAGISelEmitter.cpp DAGISelEmitter.h InstrInfoEmitter.cpp InstrInfoEmitter.h InstrSelectorEmitter.cpp InstrSel

2005-11-16 Thread Robert Bocchino
Changes in directory llvm/utils/TableGen: CodeEmitterGen.cpp updated: 1.41 -> 1.41.2.1 CodeGenTarget.cpp updated: 1.40 -> 1.40.2.1 DAGISelEmitter.cpp updated: 1.59 -> 1.59.2.1 DAGISelEmitter.h updated: 1.33 -> 1.33.2.1 InstrInfoEmitter.cpp updated: 1.28 -> 1.28.2.1 InstrInfoEmitter.h updated: 1.

[llvm-commits] [vector_llvm] CVS: llvm/win32/TableGen/.cvsignore TableGen.vcproj

2005-11-16 Thread Robert Bocchino
Changes in directory llvm/win32/TableGen: .cvsignore added (r1.1.4.2) TableGen.vcproj updated: 1.14 -> 1.14.2.1 --- Log message: Merged mainline into Vector LLVM branch --- Diffs of the changes: (+23 -25) .cvsignore |4 TableGen.vcproj | 44 +++--

[llvm-commits] [vector_llvm] CVS: llvm/win32/dobison.cmd doflex.cmd

2005-11-16 Thread Robert Bocchino
Changes in directory llvm/win32: dobison.cmd added (r1.2.4.2) doflex.cmd added (r1.2.4.2) --- Log message: Merged mainline into Vector LLVM branch --- Diffs of the changes: (+42 -0) dobison.cmd | 22 ++ doflex.cmd | 20 2 files changed, 42 inse

[llvm-commits] [vector_llvm] CVS: llvm/win32/AsmParser/.cvsignore AsmParser.vcproj

2005-11-16 Thread Robert Bocchino
Changes in directory llvm/win32/AsmParser: .cvsignore added (r1.1.4.2) AsmParser.vcproj updated: 1.5 -> 1.5.4.1 --- Log message: Merged mainline into Vector LLVM branch --- Diffs of the changes: (+17 -17) .cvsignore |4 AsmParser.vcproj | 30 +-

[llvm-commits] [vector_llvm] CVS: llvm/win32/CodeGen/CodeGen.vcproj

2005-11-16 Thread Robert Bocchino
Changes in directory llvm/win32/CodeGen: CodeGen.vcproj updated: 1.14 -> 1.14.2.1 --- Log message: Merged mainline into Vector LLVM branch --- Diffs of the changes: (+0 -3) CodeGen.vcproj |3 --- 1 files changed, 3 deletions(-) Index: llvm/win32/CodeGen/CodeGen.vcproj diff -u llvm/wi

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

2005-11-16 Thread Robert Bocchino
Changes in directory llvm/win32/Target: Target.vcproj updated: 1.10 -> 1.10.2.1 --- Log message: Merged mainline into Vector LLVM branch --- Diffs of the changes: (+3 -0) Target.vcproj |3 +++ 1 files changed, 3 insertions(+) Index: llvm/win32/Target/Target.vcproj diff -u llvm/win32/

[llvm-commits] [vector_llvm] CVS: llvm/utils/NightlyTest.gnuplot NightlyTest.pl NightlyTestTemplate.html

2005-11-16 Thread Robert Bocchino
Changes in directory llvm/utils: NightlyTest.gnuplot updated: 1.13 -> 1.13.2.1 NightlyTest.pl updated: 1.97 -> 1.97.2.1 NightlyTestTemplate.html updated: 1.41 -> 1.41.4.1 --- Log message: Merged mainline into Vector LLVM branch --- Diffs of the changes: (+24 -60) NightlyTest.gnuplot |

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

2005-11-16 Thread Robert Bocchino
Changes in directory llvm/win32/Analysis: Analysis.vcproj updated: 1.12 -> 1.12.2.1 --- Log message: Merged mainline into Vector LLVM branch --- Diffs of the changes: (+4 -13) Analysis.vcproj | 17 - 1 files changed, 4 insertions(+), 13 deletions(-) Index: llvm/win32/An

[llvm-commits] [vector_llvm] CVS: llvm/tools/llc/Makefile llc.cpp

2005-11-16 Thread Robert Bocchino
Changes in directory llvm/tools/llc: Makefile updated: 1.73 -> 1.73.2.1 llc.cpp updated: 1.113 -> 1.113.2.1 --- Log message: Merged mainline into Vector LLVM branch --- Diffs of the changes: (+11 -7) Makefile |4 ++-- llc.cpp | 14 +- 2 files changed, 11 insertions(+), 7

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

2005-11-16 Thread Robert Bocchino
Changes in directory llvm/tools/gccas: Makefile updated: 1.21 -> 1.21.4.1 --- Log message: Merged mainline into Vector LLVM branch --- Diffs of the changes: (+2 -2) Makefile |4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) Index: llvm/tools/gccas/Makefile diff -u llvm/tools/

[llvm-commits] [vector_llvm] CVS: llvm/tools/llvmc/c cpp ll

2005-11-16 Thread Robert Bocchino
Changes in directory llvm/tools/llvmc: c added (r1.1.4.2) cpp added (r1.3.4.2) ll added (r1.7.4.2) --- Log message: Merged mainline into Vector LLVM branch --- Diffs of the changes: (+134 -0) c | 61 + cpp | 61 +

[llvm-commits] [vector_llvm] CVS: llvm/tools/bugpoint/Makefile Miscompilation.cpp bugpoint.cpp

2005-11-16 Thread Robert Bocchino
Changes in directory llvm/tools/bugpoint: Makefile updated: 1.12.4.1 -> 1.12.4.2 Miscompilation.cpp updated: 1.71 -> 1.71.2.1 bugpoint.cpp updated: 1.25 -> 1.25.2.1 --- Log message: Merged mainline into Vector LLVM branch --- Diffs of the changes: (+7 -5) Makefile |8

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

2005-11-16 Thread Robert Bocchino
Changes in directory llvm/tools/opt: Makefile updated: 1.49.4.1 -> 1.49.4.2 --- Log message: Merged mainline into Vector LLVM branch --- Diffs of the changes: (+3 -3) Makefile |6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) Index: llvm/tools/opt/Makefile diff -u llvm/tool

[llvm-commits] [vector_llvm] CVS: llvm/test/Regression/Transforms/LoopStrengthReduce/nested-reduce.ll

2005-11-16 Thread Robert Bocchino
Changes in directory llvm/test/Regression/Transforms/LoopStrengthReduce: nested-reduce.ll added (r1.1.4.2) --- Log message: Merged mainline into Vector LLVM branch --- Diffs of the changes: (+57 -0) nested-reduce.ll | 57 +++ 1 files ch

[llvm-commits] [vector_llvm] CVS: llvm/test/Regression/Transforms/BranchCombine/2004-06-01-Simple.ll dg.exp

2005-11-16 Thread Robert Bocchino
Changes in directory llvm/test/Regression/Transforms/BranchCombine: 2004-06-01-Simple.ll (r1.1) removed dg.exp (r1.2) removed --- Log message: Merged mainline into Vector LLVM branch --- Diffs of the changes: (+0 -0) 0 files changed ___ llvm-c

[llvm-commits] [vector_llvm] CVS: llvm/test/Regression/Transforms/ProfilePaths/2002-05-22-CastCrash.ll dg.exp

2005-11-16 Thread Robert Bocchino
Changes in directory llvm/test/Regression/Transforms/ProfilePaths: 2002-05-22-CastCrash.ll (r1.2) removed dg.exp (r1.2) removed --- Log message: Merged mainline into Vector LLVM branch --- Diffs of the changes: (+0 -0) 0 files changed ___ llvm

[llvm-commits] [vector_llvm] CVS: llvm/tools/lli/lli.cpp

2005-11-16 Thread Robert Bocchino
Changes in directory llvm/tools/lli: lli.cpp updated: 1.49 -> 1.49.4.1 --- Log message: Merged mainline into Vector LLVM branch --- Diffs of the changes: (+2 -1) lli.cpp |3 ++- 1 files changed, 2 insertions(+), 1 deletion(-) Index: llvm/tools/lli/lli.cpp diff -u llvm/tools/lli/lli.c

[llvm-commits] [vector_llvm] CVS: llvm/test/Regression/Transforms/InstCombine/add.ll

2005-11-16 Thread Robert Bocchino
Changes in directory llvm/test/Regression/Transforms/InstCombine: add.ll updated: 1.27 -> 1.27.2.1 --- Log message: Merged mainline into Vector LLVM branch --- Diffs of the changes: (+7 -0) add.ll |7 +++ 1 files changed, 7 insertions(+) Index: llvm/test/Regression/Transforms/Ins

[llvm-commits] [vector_llvm] CVS: llvm/tools/analyze/Makefile analyze.cpp

2005-11-16 Thread Robert Bocchino
Changes in directory llvm/tools/analyze: Makefile updated: 1.26 -> 1.26.4.1 analyze.cpp updated: 1.64 -> 1.64.4.1 --- Log message: Merged mainline into Vector LLVM branch --- Diffs of the changes: (+3 -1) Makefile|3 ++- analyze.cpp |1 + 2 files changed, 3 insertions(+), 1 del

[llvm-commits] [vector_llvm] CVS: llvm/test/Regression/CodeGen/PowerPC/darwin-labels.ll fp_to_uint.ll mul-neg-power-2.ll reg-coalesce-simple.ll

2005-11-16 Thread Robert Bocchino
Changes in directory llvm/test/Regression/CodeGen/PowerPC: darwin-labels.ll added (r1.1.2.2) fp_to_uint.ll added (r1.1.4.2) mul-neg-power-2.ll added (r1.1.4.2) reg-coalesce-simple.ll added (r1.1.4.2) --- Log message: Merged mainline into Vector LLVM branch --- Diffs of the changes: (+38 -0)

[llvm-commits] [vector_llvm] CVS: llvm/tools/gccld/GenerateCode.cpp

2005-11-16 Thread Robert Bocchino
Changes in directory llvm/tools/gccld: GenerateCode.cpp updated: 1.54 -> 1.54.2.1 --- Log message: Merged mainline into Vector LLVM branch --- Diffs of the changes: (+4 -1) GenerateCode.cpp |5 - 1 files changed, 4 insertions(+), 1 deletion(-) Index: llvm/tools/gccld/GenerateCode

[llvm-commits] [vector_llvm] CVS: llvm/test/Regression/CodeGen/IA64/2005-10-29-shladd.ll

2005-11-16 Thread Robert Bocchino
Changes in directory llvm/test/Regression/CodeGen/IA64: 2005-10-29-shladd.ll added (r1.1.4.2) --- Log message: Merged mainline into Vector LLVM branch --- Diffs of the changes: (+11 -0) 2005-10-29-shladd.ll | 11 +++ 1 files changed, 11 insertions(+) Index: llvm/test/Regression

[llvm-commits] [vector_llvm] CVS: llvm/test/Regression/CodeGen/Alpha/rpcc.ll

2005-11-16 Thread Robert Bocchino
Changes in directory llvm/test/Regression/CodeGen/Alpha: rpcc.ll added (r1.1.2.2) --- Log message: Merged mainline into Vector LLVM branch --- Diffs of the changes: (+10 -0) rpcc.ll | 10 ++ 1 files changed, 10 insertions(+) Index: llvm/test/Regression/CodeGen/Alpha/rpcc.ll dif

[llvm-commits] [vector_llvm] CVS: llvm/test/Regression/Transforms/TailCallElim/return-undef.ll

2005-11-16 Thread Robert Bocchino
Changes in directory llvm/test/Regression/Transforms/TailCallElim: return-undef.ll added (r1.1.2.2) --- Log message: Merged mainline into Vector LLVM branch --- Diffs of the changes: (+8 -0) return-undef.ll |8 1 files changed, 8 insertions(+) Index: llvm/test/Regression/Tra

[llvm-commits] [vector_llvm] CVS: llvm/test/Regression/CodeGen/Generic/2004-02-08-UnwindSupport.llx 2005-10-18-ZeroSizeStackObject.ll 2005-10-21-longlonggtu.ll ConstantExprLowering.llx isunord.ll

2005-11-16 Thread Robert Bocchino
Changes in directory llvm/test/Regression/CodeGen/Generic: 2004-02-08-UnwindSupport.llx added (r1.1.4.2) 2005-10-18-ZeroSizeStackObject.ll added (r1.1.4.2) 2005-10-21-longlonggtu.ll added (r1.1.4.2) ConstantExprLowering.llx updated: 1.2 -> 1.2.4.1 isunord.ll added (r1.3.2.2) --- Log message: Me

[llvm-commits] [vector_llvm] CVS: llvm/test/Regression/CFrontend/2004-06-17-UnorderedCompares.c.tr 2005-02-20-AggregateSAVEEXPR.c 2005-10-18-VariableSizedElementCrash.c

2005-11-16 Thread Robert Bocchino
Changes in directory llvm/test/Regression/CFrontend: 2004-06-17-UnorderedCompares.c.tr updated: 1.4 -> 1.4.2.1 2005-02-20-AggregateSAVEEXPR.c updated: 1.2 -> 1.2.4.1 2005-10-18-VariableSizedElementCrash.c added (r1.1.4.2) --- Log message: Merged mainline into Vector LLVM branch --- Diffs of t

[llvm-commits] [vector_llvm] CVS: llvm/test/Regression/ExecutionEngine/parallel.ll

2005-11-16 Thread Robert Bocchino
Changes in directory llvm/test/Regression/ExecutionEngine: parallel.ll updated: 1.1 -> 1.1.2.1 --- Log message: Merged mainline into Vector LLVM branch --- Diffs of the changes: (+1 -1) parallel.ll |2 +- 1 files changed, 1 insertion(+), 1 deletion(-) Index: llvm/test/Regression/Exec

[llvm-commits] [vector_llvm] CVS: llvm/lib/Transforms/Scalar/ADCE.cpp InstructionCombining.cpp LoopStrengthReduce.cpp LowerAllocations.cpp LowerConstantExprs.cpp LowerGC.cpp LowerInvoke.cpp Makefile R

2005-11-16 Thread Robert Bocchino
Changes in directory llvm/lib/Transforms/Scalar: ADCE.cpp updated: 1.93 -> 1.93.4.1 InstructionCombining.cpp updated: 1.388.2.1 -> 1.388.2.2 LoopStrengthReduce.cpp updated: 1.68 -> 1.68.2.1 LowerAllocations.cpp updated: 1.54 -> 1.54.4.1 LowerConstantExprs.cpp (r1.4.4.1) removed LowerGC.cpp updat

[llvm-commits] [vector_llvm] CVS: llvm/test/Feature/alignment.ll global_section.ll

2005-11-16 Thread Robert Bocchino
Changes in directory llvm/test/Feature: alignment.ll added (r1.2.2.2) global_section.ll added (r1.1.2.2) --- Log message: Merged mainline into Vector LLVM branch --- Diffs of the changes: (+29 -0) alignment.ll | 19 +++ global_section.ll | 10 ++ 2 files ch

[llvm-commits] [vector_llvm] CVS: llvm/test/Regression/Archive/ranlib_GNU.ll ranlib_SVR4.ll ranlib_xpg4.ll

2005-11-16 Thread Robert Bocchino
Changes in directory llvm/test/Regression/Archive: ranlib_GNU.ll updated: 1.6 -> 1.6.6.1 ranlib_SVR4.ll updated: 1.6 -> 1.6.6.1 ranlib_xpg4.ll updated: 1.6 -> 1.6.6.1 --- Log message: Merged mainline into Vector LLVM branch --- Diffs of the changes: (+3 -0) ranlib_GNU.ll |1 + ranlib_

[llvm-commits] [vector_llvm] CVS: llvm/test/Regression/CodeGen/X86/2004-02-08-UnwindSupport.llx

2005-11-16 Thread Robert Bocchino
Changes in directory llvm/test/Regression/CodeGen/X86: 2004-02-08-UnwindSupport.llx (r1.2) removed --- Log message: Merged mainline into Vector LLVM branch --- Diffs of the changes: (+0 -0) 0 files changed ___ llvm-commits mailing list llvm-co

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

2005-11-16 Thread Robert Bocchino
Changes in directory llvm/lib/Transforms/Vector: Alloca2Realloc.cpp updated: 1.1.2.1 -> 1.1.2.2 AltiVec.cpp updated: 1.1.2.2 -> 1.1.2.3 LowerVectors.cpp updated: 1.1.2.2 -> 1.1.2.3 RaiseVectors.cpp updated: 1.1.2.2 -> 1.1.2.3 SSE.cpp updated: 1.1.2.2 -> 1.1.2.3 --- Log message: Merged mainline

[llvm-commits] [vector_llvm] CVS: llvm/lib/Transforms/Instrumentation/ProfilePaths/CombineBranch.cpp EdgeCode.cpp Graph.cpp Graph.h GraphAuxiliary.cpp InstLoops.cpp Makefile ProfilePaths.cpp RetracePa

2005-11-16 Thread Robert Bocchino
Changes in directory llvm/lib/Transforms/Instrumentation/ProfilePaths: CombineBranch.cpp (r1.15) removed EdgeCode.cpp (r1.30) removed Graph.cpp (r1.21) removed Graph.h (r1.14) removed GraphAuxiliary.cpp (r1.28) removed InstLoops.cpp (r1.21) removed Makefile (r1.6) removed ProfilePaths.cpp (r1.43

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

2005-11-16 Thread Robert Bocchino
Changes in directory llvm/lib/Transforms/Utils: Local.cpp updated: 1.44.2.1 -> 1.44.2.2 Makefile updated: 1.4 -> 1.4.6.1 --- Log message: Merged mainline into Vector LLVM branch --- Diffs of the changes: (+2 -142) Local.cpp | 143 ---

[llvm-commits] [vector_llvm] CVS: llvm/lib/VMCore/AsmWriter.cpp Function.cpp Instructions.cpp Mangler.cpp SymbolTable.cpp Type.cpp Verifier.cpp

2005-11-16 Thread Robert Bocchino
Changes in directory llvm/lib/VMCore: AsmWriter.cpp updated: 1.181.2.1 -> 1.181.2.2 Function.cpp updated: 1.95 -> 1.95.4.1 Instructions.cpp updated: 1.26.2.1 -> 1.26.2.2 Mangler.cpp updated: 1.19 -> 1.19.2.1 SymbolTable.cpp updated: 1.59 -> 1.59.4.1 Type.cpp updated: 1.129.2.1 -> 1.129.2.2 Verif

[llvm-commits] [vector_llvm] CVS: llvm/lib/Target/SparcV9/RegAlloc/Makefile Notes.txt

2005-11-16 Thread Robert Bocchino
Changes in directory llvm/lib/Target/SparcV9/RegAlloc: Makefile updated: 1.7 -> 1.7.6.1 Notes.txt (r1.2) removed --- Log message: Merged mainline into Vector LLVM branch --- Diffs of the changes: (+0 -1) Makefile |1 - 1 files changed, 1 deletion(-) Index: llvm/lib/Target/SparcV9/Reg

[llvm-commits] [vector_llvm] CVS: llvm/lib/Transforms/Instrumentation/Makefile ProfilingUtils.cpp TraceBasicBlocks.cpp TraceValues.cpp

2005-11-16 Thread Robert Bocchino
Changes in directory llvm/lib/Transforms/Instrumentation: Makefile updated: 1.6 -> 1.6.6.1 ProfilingUtils.cpp updated: 1.6 -> 1.6.4.1 TraceBasicBlocks.cpp updated: 1.12 -> 1.12.4.1 TraceValues.cpp updated: 1.74 -> 1.74.4.1 --- Log message: Merged mainline into Vector LLVM branch --- Diffs of

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

2005-11-16 Thread Robert Bocchino
Changes in directory llvm/projects/Stacker/tools/stkrc: Makefile updated: 1.7 -> 1.7.2.1 --- Log message: Merged mainline into Vector LLVM branch --- Diffs of the changes: (+2 -2) Makefile |4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) Index: llvm/projects/Stacker/tools/st

[llvm-commits] [vector_llvm] CVS: llvm/projects/sample/autoconf/aclocal.m4 install-sh ltmain.sh mkinstalldirs

2005-11-16 Thread Robert Bocchino
Changes in directory llvm/projects/sample/autoconf: aclocal.m4 (r1.1) removed install-sh (r1.1) removed ltmain.sh (r1.1) removed mkinstalldirs (r1.1) removed --- Log message: Merged mainline into Vector LLVM branch --- Diffs of the changes: (+0 -0) 0 files changed __

[llvm-commits] [vector_llvm] CVS: llvm/lib/Transforms/IPO/GlobalOpt.cpp LowerSetJmp.cpp Makefile SimplifyLibCalls.cpp

2005-11-16 Thread Robert Bocchino
Changes in directory llvm/lib/Transforms/IPO: GlobalOpt.cpp updated: 1.58.2.1 -> 1.58.2.2 LowerSetJmp.cpp updated: 1.27 -> 1.27.2.1 Makefile updated: 1.4 -> 1.4.6.1 SimplifyLibCalls.cpp updated: 1.54 -> 1.54.2.1 --- Log message: Merged mainline into Vector LLVM branch --- Diffs of the changes

[llvm-commits] [vector_llvm] CVS: llvm/lib/Target/CBackend/AltiVecCTargetMachine.h AltiVecWriter.cpp CTargetMachine.h SSECTargetMachine.h SSEWriter.cpp Writer.cpp

2005-11-16 Thread Robert Bocchino
Changes in directory llvm/lib/Target/CBackend: AltiVecCTargetMachine.h updated: 1.1.2.1 -> 1.1.2.2 AltiVecWriter.cpp updated: 1.1.2.1 -> 1.1.2.2 CTargetMachine.h updated: 1.8.2.1 -> 1.8.2.2 SSECTargetMachine.h updated: 1.1.2.1 -> 1.1.2.2 SSEWriter.cpp updated: 1.1.2.1 -> 1.1.2.2 Writer.cpp updat

[llvm-commits] [vector_llvm] CVS: llvm/lib/Transforms/ExprTypeConvert.cpp Makefile TransformInternals.cpp

2005-11-16 Thread Robert Bocchino
Changes in directory llvm/lib/Transforms: ExprTypeConvert.cpp updated: 1.107 -> 1.107.2.1 Makefile updated: 1.9.6.2 -> 1.9.6.3 TransformInternals.cpp updated: 1.49 -> 1.49.2.1 --- Log message: Merged mainline into Vector LLVM branch --- Diffs of the changes: (+1 -121) ExprTypeConvert.cpp

[llvm-commits] [vector_llvm] CVS: llvm/lib/Target/SparcV8/SparcV8CodeEmitter.cpp SparcV8ISelPattern.cpp SparcV8TargetMachine.cpp SparcV8TargetMachine.h

2005-11-16 Thread Robert Bocchino
Changes in directory llvm/lib/Target/SparcV8: SparcV8CodeEmitter.cpp updated: 1.4 -> 1.4.4.1 SparcV8ISelPattern.cpp (r1.7) removed SparcV8TargetMachine.cpp updated: 1.29 -> 1.29.2.1 SparcV8TargetMachine.h updated: 1.7 -> 1.7.2.1 --- Log message: Merged mainline into Vector LLVM branch --- Dif

[llvm-commits] [vector_llvm] CVS: llvm/lib/System/Unix/Process.inc

2005-11-16 Thread Robert Bocchino
Changes in directory llvm/lib/System/Unix: Process.inc updated: 1.11 -> 1.11.4.1 --- Log message: Merged mainline into Vector LLVM branch --- Diffs of the changes: (+16 -10) Process.inc | 26 -- 1 files changed, 16 insertions(+), 10 deletions(-) Index: llvm/lib/

[llvm-commits] [vector_llvm] CVS: llvm/lib/Target/Makefile SubtargetFeature.cpp Target.td TargetLowering.cpp TargetSchedule.td TargetSelectionDAG.td

2005-11-16 Thread Robert Bocchino
Changes in directory llvm/lib/Target: Makefile updated: 1.24.4.1 -> 1.24.4.2 SubtargetFeature.cpp updated: 1.4 -> 1.4.2.1 Target.td updated: 1.52 -> 1.52.2.1 TargetLowering.cpp updated: 1.12 -> 1.12.2.1 TargetSchedule.td updated: 1.1 -> 1.1.2.1 TargetSelectionDAG.td updated: 1.3 -> 1.3.2.1 --- L

[llvm-commits] [vector_llvm] CVS: llvm/lib/Target/SparcV9/SparcV9TargetMachine.cpp SparcV9TargetMachine.h

2005-11-16 Thread Robert Bocchino
Changes in directory llvm/lib/Target/SparcV9: SparcV9TargetMachine.cpp updated: 1.142 -> 1.142.2.1 SparcV9TargetMachine.h updated: 1.14 -> 1.14.2.1 --- Log message: Merged mainline into Vector LLVM branch --- Diffs of the changes: (+9 -8) SparcV9TargetMachine.cpp | 15 --- Sp

[llvm-commits] [vector_llvm] CVS: llvm/lib/Target/Skeleton/SkeletonTargetMachine.cpp SkeletonTargetMachine.h

2005-11-16 Thread Robert Bocchino
Changes in directory llvm/lib/Target/Skeleton: SkeletonTargetMachine.cpp updated: 1.5 -> 1.5.2.1 SkeletonTargetMachine.h updated: 1.4 -> 1.4.2.1 --- Log message: Merged mainline into Vector LLVM branch --- Diffs of the changes: (+3 -2) SkeletonTargetMachine.cpp |3 ++- SkeletonTargetMa

[llvm-commits] [vector_llvm] CVS: llvm/lib/ExecutionEngine/ExecutionEngine.cpp

2005-11-16 Thread Robert Bocchino
Changes in directory llvm/lib/ExecutionEngine: ExecutionEngine.cpp updated: 1.71 -> 1.71.2.1 --- Log message: Merged mainline into Vector LLVM branch --- Diffs of the changes: (+4 -1) ExecutionEngine.cpp |5 - 1 files changed, 4 insertions(+), 1 deletion(-) Index: llvm/lib/Execut

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

2005-11-16 Thread Robert Bocchino
Changes in directory llvm/lib/Linker: Makefile updated: 1.2 -> 1.2.6.1 --- Log message: Merged mainline into Vector LLVM branch --- Diffs of the changes: (+1 -1) Makefile |2 +- 1 files changed, 1 insertion(+), 1 deletion(-) Index: llvm/lib/Linker/Makefile diff -u llvm/lib/Linker/Mak

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

2005-11-16 Thread Robert Bocchino
Changes in directory llvm/lib/Debugger: UnixLocalInferiorProcess.cpp updated: 1.8 -> 1.8.4.1 --- Log message: Merged mainline into Vector LLVM branch --- Diffs of the changes: (+2 -1) UnixLocalInferiorProcess.cpp |3 ++- 1 files changed, 2 insertions(+), 1 deletion(-) Index: llvm/lib

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

2005-11-16 Thread Robert Bocchino
Changes in directory llvm/lib/Support: Makefile updated: 1.8 -> 1.8.6.1 --- Log message: Merged mainline into Vector LLVM branch --- Diffs of the changes: (+1 -0) Makefile |1 + 1 files changed, 1 insertion(+) Index: llvm/lib/Support/Makefile diff -u llvm/lib/Support/Makefile:1.8 llv

[llvm-commits] [vector_llvm] CVS: llvm/lib/ExecutionEngine/JIT/TargetSelect.cpp

2005-11-16 Thread Robert Bocchino
Changes in directory llvm/lib/ExecutionEngine/JIT: TargetSelect.cpp updated: 1.9 -> 1.9.2.1 --- Log message: Merged mainline into Vector LLVM branch --- Diffs of the changes: (+3 -3) TargetSelect.cpp |6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) Index: llvm/lib/Executio

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

2005-11-16 Thread Robert Bocchino
Changes in directory llvm/lib/System: Makefile updated: 1.7 -> 1.7.4.1 --- Log message: Merged mainline into Vector LLVM branch --- Diffs of the changes: (+1 -0) Makefile |1 + 1 files changed, 1 insertion(+) Index: llvm/lib/System/Makefile diff -u llvm/lib/System/Makefile:1.7 llvm/l

[llvm-commits] [vector_llvm] CVS: llvm/lib/CodeGen/AsmPrinter.cpp ELFWriter.cpp IntrinsicLowering.cpp LiveInterval.cpp LiveIntervalAnalysis.cpp Passes.cpp PrologEpilogInserter.cpp RegAllocIterativeSca

2005-11-16 Thread Robert Bocchino
Changes in directory llvm/lib/CodeGen: AsmPrinter.cpp updated: 1.20 -> 1.20.2.1 ELFWriter.cpp updated: 1.15 -> 1.15.2.1 IntrinsicLowering.cpp updated: 1.34 -> 1.34.2.1 LiveInterval.cpp updated: 1.22 -> 1.22.2.1 LiveIntervalAnalysis.cpp updated: 1.149 -> 1.149.2.1 Passes.cpp updated: 1.15 -> 1.15

[llvm-commits] [vector_llvm] CVS: llvm/lib/Bytecode/Writer/Writer.cpp WriterInternals.h

2005-11-16 Thread Robert Bocchino
Changes in directory llvm/lib/Bytecode/Writer: Writer.cpp updated: 1.108.2.1 -> 1.108.2.2 WriterInternals.h updated: 1.25 -> 1.25.4.1 --- Log message: Merged mainline into Vector LLVM branch --- Diffs of the changes: (+80 -20) Writer.cpp| 96 ++

[llvm-commits] [vector_llvm] CVS: llvm/lib/Bytecode/Reader/Reader.cpp ReaderWrappers.cpp

2005-11-16 Thread Robert Bocchino
Changes in directory llvm/lib/Bytecode/Reader: Reader.cpp updated: 1.167.2.1 -> 1.167.2.2 ReaderWrappers.cpp updated: 1.51 -> 1.51.2.1 --- Log message: Merged mainline into Vector LLVM branch --- Diffs of the changes: (+93 -38) Reader.cpp | 125

[llvm-commits] [vector_llvm] CVS: llvm/lib/Bytecode/Archive/Makefile

2005-11-16 Thread Robert Bocchino
Changes in directory llvm/lib/Bytecode/Archive: Makefile updated: 1.1 -> 1.1.6.1 --- Log message: Merged mainline into Vector LLVM branch --- Diffs of the changes: (+0 -1) Makefile |1 - 1 files changed, 1 deletion(-) Index: llvm/lib/Bytecode/Archive/Makefile diff -u llvm/lib/Bytecod

[llvm-commits] [vector_llvm] CVS: llvm/include/llvm/Transforms/LinkAllPasses.h Scalar.h

2005-11-16 Thread Robert Bocchino
Changes in directory llvm/include/llvm/Transforms: LinkAllPasses.h updated: 1.19.4.1 -> 1.19.4.2 Scalar.h updated: 1.56.4.1 -> 1.56.4.2 --- Log message: Merged mainline into Vector LLVM branch --- Diffs of the changes: (+29 -27) LinkAllPasses.h | 35 ++- S

[llvm-commits] [vector_llvm] CVS: llvm/lib/Analysis/DataStructure/DataStructureStats.cpp GraphChecker.cpp Makefile

2005-11-16 Thread Robert Bocchino
Changes in directory llvm/lib/Analysis/DataStructure: DataStructureStats.cpp updated: 1.18 -> 1.18.4.1 GraphChecker.cpp updated: 1.18 -> 1.18.4.1 Makefile updated: 1.4 -> 1.4.6.1 --- Log message: Merged mainline into Vector LLVM branch --- Diffs of the changes: (+11 -1) DataStructureStats.

[llvm-commits] [vector_llvm] CVS: llvm/lib/Analysis/IPA/FindUnsafePointerTypes.cpp Makefile PrintSCC.cpp

2005-11-16 Thread Robert Bocchino
Changes in directory llvm/lib/Analysis/IPA: FindUnsafePointerTypes.cpp (r1.28) removed Makefile updated: 1.4 -> 1.4.6.1 PrintSCC.cpp (r1.14) removed --- Log message: Merged mainline into Vector LLVM branch --- Diffs of the changes: (+1 -1) Makefile |2 +- 1 files changed, 1 insertion(+

[llvm-commits] [vector_llvm] CVS: llvm/lib/Analysis/ConstantFolding.cpp Expressions.cpp InstCount.cpp ScalarEvolution.cpp ScalarEvolutionExpander.cpp

2005-11-16 Thread Robert Bocchino
Changes in directory llvm/lib/Analysis: ConstantFolding.cpp added (r1.1.4.2) Expressions.cpp (r1.45) removed InstCount.cpp updated: 1.12 -> 1.12.4.1 ScalarEvolution.cpp updated: 1.43.2.1 -> 1.43.2.2 ScalarEvolutionExpander.cpp updated: 1.1 -> 1.1.2.1 --- Log message: Merged mainline into Vector

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

2005-11-16 Thread Robert Bocchino
Changes in directory llvm/include/llvm/Analysis/DataStructure: DataStructure.h updated: 1.94.4.1 -> 1.94.4.2 --- Log message: Merged mainline into Vector LLVM branch --- Diffs of the changes: (+4 -0) DataStructure.h |4 1 files changed, 4 insertions(+) Index: llvm/include/llvm/A

[llvm-commits] [vector_llvm] CVS: llvm/include/llvm/Config/config.h.in

2005-11-16 Thread Robert Bocchino
Changes in directory llvm/include/llvm/Config: config.h.in updated: 1.57 -> 1.57.2.1 --- Log message: Merged mainline into Vector LLVM branch --- Diffs of the changes: (+6 -0) config.h.in |6 ++ 1 files changed, 6 insertions(+) Index: llvm/include/llvm/Config/config.h.in diff -u

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

2005-11-16 Thread Robert Bocchino
Changes in directory llvm/include/llvm/Transforms/Utils: Local.h updated: 1.21 -> 1.21.2.1 --- Log message: Merged mainline into Vector LLVM branch --- Diffs of the changes: (+1 -8) Local.h |9 + 1 files changed, 1 insertion(+), 8 deletions(-) Index: llvm/include/llvm/Transfo

[llvm-commits] [vector_llvm] CVS: llvm/include/llvm/Support/CommandLine.h DataTypes.h.in Mangler.h

2005-11-16 Thread Robert Bocchino
Changes in directory llvm/include/llvm/Support: CommandLine.h updated: 1.49 -> 1.49.2.1 DataTypes.h.in updated: 1.20 -> 1.20.2.1 Mangler.h updated: 1.14 -> 1.14.2.1 --- Log message: Merged mainline into Vector LLVM branch --- Diffs of the changes: (+59 -18) CommandLine.h |5 ++-- Data

[llvm-commits] [vector_llvm] CVS: llvm/include/llvm/Target/SubtargetFeature.h TargetInstrInfo.h TargetInstrItineraries.h TargetLowering.h TargetMachine.h

2005-11-16 Thread Robert Bocchino
Changes in directory llvm/include/llvm/Target: SubtargetFeature.h updated: 1.3 -> 1.3.2.1 TargetInstrInfo.h updated: 1.80 -> 1.80.2.1 TargetInstrItineraries.h added (r1.6.2.2) TargetLowering.h updated: 1.24 -> 1.24.2.1 TargetMachine.h updated: 1.57 -> 1.57.2.1 --- Log message: Merged mainline i

[llvm-commits] [vector_llvm] CVS: llvm/include/llvm/CodeGen/AsmPrinter.h LiveInterval.h LiveIntervalAnalysis.h MachineFrameInfo.h Passes.h SelectionDAG.h SelectionDAGNodes.h

2005-11-16 Thread Robert Bocchino
Changes in directory llvm/include/llvm/CodeGen: AsmPrinter.h updated: 1.13 -> 1.13.4.1 LiveInterval.h updated: 1.14 -> 1.14.4.1 LiveIntervalAnalysis.h updated: 1.47 -> 1.47.2.1 MachineFrameInfo.h updated: 1.12 -> 1.12.4.1 Passes.h updated: 1.20 -> 1.20.4.1 SelectionDAG.h updated: 1.63 -> 1.63.2.

[llvm-commits] [vector_llvm] CVS: llvm/include/llvm/Analysis/ConstantFolding.h Expressions.h FindUnsafePointerTypes.h LinkAllAnalyses.h Passes.h

2005-11-16 Thread Robert Bocchino
Changes in directory llvm/include/llvm/Analysis: ConstantFolding.h added (r1.1.4.2) Expressions.h (r1.12) removed FindUnsafePointerTypes.h (r1.18) removed LinkAllAnalyses.h added (r1.2.4.2) Passes.h updated: 1.6 -> 1.6.4.1 --- Log message: Merged mainline into Vector LLVM branch --- Diffs of

[llvm-commits] [vector_llvm] CVS: llvm/autoconf/configure.ac

2005-11-16 Thread Robert Bocchino
Changes in directory llvm/autoconf: configure.ac updated: 1.195.2.2 -> 1.195.2.3 --- Log message: Merged mainline into Vector LLVM branch --- Diffs of the changes: (+5 -4) configure.ac |9 + 1 files changed, 5 insertions(+), 4 deletions(-) Index: llvm/autoconf/configure.ac di

[llvm-commits] [vector_llvm] CVS: llvm/include/llvm/ADT/hash_map.in hash_set.in iterator.in

2005-11-16 Thread Robert Bocchino
Changes in directory llvm/include/llvm/ADT: hash_map.in updated: 1.9 -> 1.9.2.1 hash_set.in updated: 1.6 -> 1.6.2.1 iterator.in updated: 1.3 -> 1.3.6.1 --- Log message: Merged mainline into Vector LLVM branch --- Diffs of the changes: (+27 -7) hash_map.in | 18 +- hash_se

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

2005-11-16 Thread Robert Bocchino
Changes in directory llvm/Xcode/LLVM.xcodeproj: project.pbxproj updated: 1.10 -> 1.10.2.1 --- Log message: Merged mainline into Vector LLVM branch --- Diffs of the changes: (+72 -112) project.pbxproj | 184 +--- 1 files changed, 72 inser

[llvm-commits] [vector_llvm] CVS: llvm/include/llvm/AbstractTypeUser.h BasicBlock.h Constant.h DerivedTypes.h Function.h GlobalValue.h Instruction.h Instructions.h Intrinsics.h Module.h Type.h

2005-11-16 Thread Robert Bocchino
Changes in directory llvm/include/llvm: AbstractTypeUser.h updated: 1.25 -> 1.25.4.1 BasicBlock.h updated: 1.56 -> 1.56.2.1 Constant.h updated: 1.25 -> 1.25.2.1 DerivedTypes.h updated: 1.68.4.1 -> 1.68.4.2 Function.h updated: 1.66 -> 1.66.4.1 GlobalValue.h updated: 1.23 -> 1.23.4.1 Instruction.h

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

2005-11-16 Thread Robert Bocchino
Changes in directory llvm: Makefile.rules updated: 1.327 -> 1.327.2.1 configure updated: 1.198 -> 1.198.2.1 --- Log message: Merged mainline into Vector LLVM branch --- Diffs of the changes: (+181 -18) Makefile.rules | 22 +-- configure | 177 +++