[llvm-commits] CVS: llvm/include/llvm/Intrinsics.td

2006-03-13 Thread Jim Laskey
Changes in directory llvm/include/llvm: Intrinsics.td updated: 1.5 -> 1.6 --- Log message: Handle the removal of the debug chain. --- Diffs of the changes: (+4 -4) Intrinsics.td |8 1 files changed, 4 insertions(+), 4 deletions(-) Index: llvm/include/llvm/Intrinsics.td diff

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

2006-03-13 Thread Jim Laskey
Changes in directory llvm/lib/CodeGen: IntrinsicLowering.cpp updated: 1.41 -> 1.42 --- Log message: Handle the removal of the debug chain. --- Diffs of the changes: (+0 -2) IntrinsicLowering.cpp |2 -- 1 files changed, 2 deletions(-) Index: llvm/lib/CodeGen/IntrinsicLowering.cpp diff

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

2006-03-13 Thread Jim Laskey
Changes in directory llvm/lib/Debugger: ProgramInfo.cpp updated: 1.13 -> 1.14 --- Log message: Handle the removal of the debug chain. --- Diffs of the changes: (+3 -3) ProgramInfo.cpp |6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) Index: llvm/lib/Debugger/ProgramInfo.cpp

[llvm-commits] CVS: llvm/lib/Target/CBackend/Writer.cpp

2006-03-13 Thread Jim Laskey
Changes in directory llvm/lib/Target/CBackend: Writer.cpp updated: 1.255 -> 1.256 --- Log message: Handle the removal of the debug chain. --- Diffs of the changes: (+2 -2) Writer.cpp |4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) Index: llvm/lib/Target/CBackend/Writer.cpp

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

2006-03-13 Thread Jim Laskey
Changes in directory llvm/lib/Bytecode/Reader: Reader.cpp updated: 1.189 -> 1.190 --- Log message: Handle the removal of the debug chain. --- Diffs of the changes: (+2 -2) Reader.cpp |4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) Index: llvm/lib/Bytecode/Reader/Reader.cpp

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

2006-03-13 Thread Jim Laskey
Changes in directory llvm/lib/VMCore: AutoUpgrade.cpp updated: 1.11 -> 1.12 --- Log message: Handle the removal of the debug chain. --- Diffs of the changes: (+99 -47) AutoUpgrade.cpp | 146 +--- 1 files changed, 99 insertions(+), 47 del

[llvm-commits] CVS: llvm/lib/Transforms/IPO/StripSymbols.cpp

2006-03-13 Thread Jim Laskey
Changes in directory llvm/lib/Transforms/IPO: StripSymbols.cpp updated: 1.5 -> 1.6 --- Log message: Handle the removal of the debug chain. --- Diffs of the changes: (+1 -1) StripSymbols.cpp |2 +- 1 files changed, 1 insertion(+), 1 deletion(-) Index: llvm/lib/Transforms/IPO/StripSymb

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

2006-03-13 Thread Jim Laskey
Changes in directory llvm/lib/CodeGen/SelectionDAG: SelectionDAGISel.cpp updated: 1.187 -> 1.188 --- Log message: Handle the removal of the debug chain. --- Diffs of the changes: (+4 -4) SelectionDAGISel.cpp |8 1 files changed, 4 insertions(+), 4 deletions(-) Index: llvm/li

[llvm-commits] CVS: llvm/lib/VMCore/Makefile

2006-03-13 Thread Reid Spencer
Changes in directory llvm/lib/VMCore: Makefile updated: 1.10 -> 1.11 --- Log message: Bring makefile back into compliance with standard by using $(Echo) instead of @echo --- Diffs of the changes: (+1 -1) Makefile |2 +- 1 files changed, 1 insertion(+), 1 deletion(-) Index: llvm/lib/V

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

2006-03-13 Thread Chris Lattner
Changes in directory llvm/lib/CodeGen/SelectionDAG: DAGCombiner.cpp updated: 1.125 -> 1.126 --- Log message: make sure dead token factor nodes are removed by the dag combiner. --- Diffs of the changes: (+1 -0) DAGCombiner.cpp |1 + 1 files changed, 1 insertion(+) Index: llvm/lib/Code

[llvm-commits] CVS: llvm/runtime/GCCLibraries/libc/memory.c

2006-03-13 Thread LLVM
Changes in directory llvm/runtime/GCCLibraries/libc: memory.c (r1.5) removed --- Log message: Optimizing to calloc() to malloc() + memset() can be bad on some platforms. --- Diffs of the changes: (+0 -0) 0 files changed ___ llvm-commits mailin

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

2006-03-13 Thread Chris Lattner
Changes in directory llvm/lib/Target/PowerPC: PPCISelDAGToDAG.cpp updated: 1.164 -> 1.165 PPCInstrInfo.td updated: 1.181 -> 1.182 PPCRegisterInfo.cpp updated: 1.43 -> 1.44 PPCRegisterInfo.td updated: 1.29 -> 1.30 --- Log message: For functions that use vector registers, save VRSAVE, mark used r

[llvm-commits] CVS: llvm/include/llvm/Intrinsics.td

2006-03-13 Thread Chris Lattner
Changes in directory llvm/include/llvm: Intrinsics.td updated: 1.6 -> 1.7 --- Log message: Add a first ppc altivec intrinsic. Add packed type support. --- Diffs of the changes: (+30 -0) Intrinsics.td | 30 ++ 1 files changed, 30 insertions(+) Index: llvm/in

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

2006-03-13 Thread Chris Lattner
Changes in directory llvm/utils/TableGen: CodeGenIntrinsics.h updated: 1.3 -> 1.4 IntrinsicEmitter.cpp updated: 1.6 -> 1.7 --- Log message: Verify that packed type operands have the right size and base type. --- Diffs of the changes: (+28 -6) CodeGenIntrinsics.h |4 IntrinsicEmit

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

2006-03-13 Thread Evan Cheng
Changes in directory llvm/lib/Transforms/Scalar: LoopStrengthReduce.cpp updated: 1.75 -> 1.76 --- Log message: Added target lowering hooks which LSR consults to make more intelligent transformation decisions. --- Diffs of the changes: (+33 -25) LoopStrengthReduce.cpp | 58 +++

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

2006-03-13 Thread Evan Cheng
Changes in directory llvm/include/llvm/Target: TargetLowering.h updated: 1.59 -> 1.60 --- Log message: Add LSR hooks. --- Diffs of the changes: (+10 -1) TargetLowering.h | 11 ++- 1 files changed, 10 insertions(+), 1 deletion(-) Index: llvm/include/llvm/Target/TargetLowering.h

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

2006-03-13 Thread Evan Cheng
Changes in directory llvm/lib/Target: TargetLowering.cpp updated: 1.45 -> 1.46 --- Log message: Add LSR hooks. --- Diffs of the changes: (+13 -0) TargetLowering.cpp | 13 + 1 files changed, 13 insertions(+) Index: llvm/lib/Target/TargetLowering.cpp diff -u llvm/lib/Target/T

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

2006-03-13 Thread Evan Cheng
Changes in directory llvm/include/llvm/Transforms: Scalar.h updated: 1.60 -> 1.61 --- Log message: Added target lowering hooks which LSR consults to make more intelligent transformation decisions. --- Diffs of the changes: (+8 -2) Scalar.h | 10 -- 1 files changed, 8 insertions(+

[llvm-commits] CVS: llvm/lib/Target/X86/X86ISelLowering.cpp

2006-03-13 Thread Evan Cheng
Changes in directory llvm/lib/Target/X86: X86ISelLowering.cpp updated: 1.104 -> 1.105 --- Log message: Add LSR hooks. --- Diffs of the changes: (+35 -4) X86ISelLowering.cpp | 39 +++ 1 files changed, 35 insertions(+), 4 deletions(-) Index: llvm/lib/T

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

2006-03-13 Thread Evan Cheng
Changes in directory llvm/include/llvm/Target: TargetMachine.h updated: 1.60 -> 1.61 --- Log message: Added getTargetLowering() - returns DAG lowering info. --- Diffs of the changes: (+3 -0) TargetMachine.h |3 +++ 1 files changed, 3 insertions(+) Index: llvm/include/llvm/Target/Targ

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

2006-03-13 Thread Chris Lattner
Changes in directory llvm/utils/TableGen: CodeGenIntrinsics.h updated: 1.4 -> 1.5 IntrinsicEmitter.cpp updated: 1.7 -> 1.8 IntrinsicEmitter.h updated: 1.5 -> 1.6 --- Log message: emit a mapping from LLVM intrinsic -> GCC builtins. --- Diffs of the changes: (+30 -8) CodeGenIntrinsics.h |

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

2006-03-13 Thread Evan Cheng
Changes in directory llvm/lib/Target: README.txt updated: 1.18 -> 1.19 --- Log message: Update --- Diffs of the changes: (+3 -0) README.txt |3 +++ 1 files changed, 3 insertions(+) Index: llvm/lib/Target/README.txt diff -u llvm/lib/Target/README.txt:1.18 llvm/lib/Target/README.txt:1.

[llvm-commits] CVS: llvm/lib/Target/PowerPC/PPC.h PPCAsmPrinter.cpp PPCISelDAGToDAG.cpp PPCISelLowering.cpp PPCISelLowering.h PPCJITInfo.h PPCTargetMachine.cpp PPCTargetMachine.h

2006-03-13 Thread Evan Cheng
Changes in directory llvm/lib/Target/PowerPC: PPC.h updated: 1.27 -> 1.28 PPCAsmPrinter.cpp updated: 1.157 -> 1.158 PPCISelDAGToDAG.cpp updated: 1.165 -> 1.166 PPCISelLowering.cpp updated: 1.95 -> 1.96 PPCISelLowering.h updated: 1.25 -> 1.26 PPCJITInfo.h updated: 1.8 -> 1.9 PPCTargetMachine.cpp

[llvm-commits] CVS: llvm/lib/Target/IA64/IA64.h IA64AsmPrinter.cpp IA64Bundling.cpp IA64ISelDAGToDAG.cpp IA64TargetMachine.cpp IA64TargetMachine.h

2006-03-13 Thread Evan Cheng
Changes in directory llvm/lib/Target/IA64: IA64.h updated: 1.4 -> 1.5 IA64AsmPrinter.cpp updated: 1.24 -> 1.25 IA64Bundling.cpp updated: 1.2 -> 1.3 IA64ISelDAGToDAG.cpp updated: 1.37 -> 1.38 IA64TargetMachine.cpp updated: 1.11 -> 1.12 IA64TargetMachine.h updated: 1.5 -> 1.6 --- Log message: Add

[llvm-commits] CVS: llvm/lib/Target/X86/X86.h X86ATTAsmPrinter.cpp X86ATTAsmPrinter.h X86AsmPrinter.cpp X86AsmPrinter.h X86ELFWriter.cpp X86ISelDAGToDAG.cpp X86ISelLowering.h X86IntelAsmPrinter.cpp X8

2006-03-13 Thread Evan Cheng
Changes in directory llvm/lib/Target/X86: X86.h updated: 1.44 -> 1.45 X86ATTAsmPrinter.cpp updated: 1.30 -> 1.31 X86ATTAsmPrinter.h updated: 1.9 -> 1.10 X86AsmPrinter.cpp updated: 1.170 -> 1.171 X86AsmPrinter.h updated: 1.13 -> 1.14 X86ELFWriter.cpp updated: 1.2 -> 1.3 X86ISelDAGToDAG.cpp update

[llvm-commits] CVS: llvm/lib/Target/CBackend/Writer.cpp

2006-03-13 Thread Chris Lattner
Changes in directory llvm/lib/Target/CBackend: Writer.cpp updated: 1.256 -> 1.257 --- Log message: Handle builtins that directly correspond to GCC builtins. --- Diffs of the changes: (+25 -2) Writer.cpp | 27 +-- 1 files changed, 25 insertions(+), 2 deletions(-)

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

2006-03-13 Thread Evan Cheng
Changes in directory llvm/lib/Target/PowerPC: PPCTargetMachine.cpp updated: 1.82 -> 1.83 --- Log message: PPC LSR pass should use target lowering hooks. --- Diffs of the changes: (+2 -2) PPCTargetMachine.cpp |4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) Index: llvm/lib/Tar

[llvm-commits] CVS: llvm/test/Regression/CodeGen/Generic/DebugStuff.ll

2006-03-13 Thread Jim Laskey
Changes in directory llvm/test/Regression/CodeGen/Generic: DebugStuff.ll updated: 1.4 -> 1.5 --- Log message: Remove the use of llvm.dbg.declare. --- Diffs of the changes: (+3 -6) DebugStuff.ll |9 +++-- 1 files changed, 3 insertions(+), 6 deletions(-) Index: llvm/test/Regression

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

2006-03-13 Thread Jim Laskey
Changes in directory llvm/lib/VMCore: AutoUpgrade.cpp updated: 1.12 -> 1.13 --- Log message: 1. Handle removal of all arguments for a morphed intrinsic. 2. Remove the declaration of llvm.dbg.declare. --- Diffs of the changes: (+4 -1) AutoUpgrade.cpp |5 - 1 files changed, 4 inserti

[llvm-commits] CVS: llvm/docs/AliasAnalysis.html Bugpoint.html BytecodeFormat.html CFEBuildInstrs.html CodeGenerator.html CodingStandards.html CommandLine.html CompilerDriver.html CompilerWriterInfo.h

2006-03-13 Thread Reid Spencer
Changes in directory llvm/docs: AliasAnalysis.html updated: 1.26 -> 1.27 Bugpoint.html updated: 1.5 -> 1.6 BytecodeFormat.html updated: 1.50 -> 1.51 CFEBuildInstrs.html updated: 1.55 -> 1.56 CodeGenerator.html updated: 1.28 -> 1.29 CodingStandards.html updated: 1.26 -> 1.27 CommandLine.html upda

[llvm-commits] CVS: llvm/docs/CommandGuide/analyze.pod bugpoint.pod gccas.pod gccld.pod index.html llc.pod lli.pod llvm-ar.pod llvm-as.pod llvm-bcanalyzer.pod llvm-db.pod llvm-dis.pod llvm-extract.pod

2006-03-13 Thread Reid Spencer
Changes in directory llvm/docs/CommandGuide: analyze.pod updated: 1.2 -> 1.3 bugpoint.pod updated: 1.5 -> 1.6 gccas.pod updated: 1.4 -> 1.5 gccld.pod updated: 1.4 -> 1.5 index.html updated: 1.24 -> 1.25 llc.pod updated: 1.11 -> 1.12 lli.pod updated: 1.4 -> 1.5 llvm-ar.pod updated: 1.9 -> 1.10 ll

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

2006-03-13 Thread Reid Spencer
Changes in directory llvm/lib/System: README.txt updated: 1.5 -> 1.6 --- Log message: Convert llvm.cs.uiuc.edu -> llvm.org --- Diffs of the changes: (+1 -1) README.txt |2 +- 1 files changed, 1 insertion(+), 1 deletion(-) Index: llvm/lib/System/README.txt diff -u llvm/lib/System/READ

[llvm-commits] CVS: llvm/utils/emacs/llvm-mode.el tablegen-mode.el

2006-03-13 Thread Reid Spencer
Changes in directory llvm/utils/emacs: llvm-mode.el updated: 1.17 -> 1.18 tablegen-mode.el updated: 1.1 -> 1.2 --- Log message: Convert llvm.cs.uiuc.edu -> llvm.org --- Diffs of the changes: (+2 -2) llvm-mode.el |2 +- tablegen-mode.el |2 +- 2 files changed, 2 insertions(+), 2

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

2006-03-13 Thread Reid Spencer
Changes in directory llvm/lib/ExecutionEngine/JIT: Intercept.cpp updated: 1.24 -> 1.25 --- Log message: Convert llvm.cs.uiuc.edu -> llvm.org --- Diffs of the changes: (+1 -1) Intercept.cpp |2 +- 1 files changed, 1 insertion(+), 1 deletion(-) Index: llvm/lib/ExecutionEngine/JIT/Inter

[llvm-commits] CVS: llvm/utils/NightlyTestTemplate.html

2006-03-13 Thread Reid Spencer
Changes in directory llvm/utils: NightlyTestTemplate.html updated: 1.43 -> 1.44 --- Log message: Convert llvm.cs.uiuc.edu -> llvm.org --- Diffs of the changes: (+2 -2) NightlyTestTemplate.html |4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) Index: llvm/utils/NightlyTestTemp

[llvm-commits] CVS: llvm-test/LICENSE.TXT

2006-03-13 Thread Reid Spencer
Changes in directory llvm-test: LICENSE.TXT updated: 1.12 -> 1.13 --- Log message: Convert llvm.cs.uiuc.edu -> llvm.org --- Diffs of the changes: (+1 -1) LICENSE.TXT |2 +- 1 files changed, 1 insertion(+), 1 deletion(-) Index: llvm-test/LICENSE.TXT diff -u llvm-test/LICENSE.TXT:1.12

[llvm-commits] CVS: llvm/utils/vim/llvm.vim tablegen.vim

2006-03-13 Thread Reid Spencer
Changes in directory llvm/utils/vim: llvm.vim updated: 1.15 -> 1.16 tablegen.vim updated: 1.3 -> 1.4 --- Log message: Convert llvm.cs.uiuc.edu -> llvm.org --- Diffs of the changes: (+2 -2) llvm.vim |2 +- tablegen.vim |2 +- 2 files changed, 2 insertions(+), 2 deletions(-) In

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

2006-03-13 Thread Reid Spencer
Changes in directory llvm/tools/bugpoint: bugpoint.cpp updated: 1.27 -> 1.28 --- Log message: Convert llvm.cs.uiuc.edu -> llvm.org --- Diffs of the changes: (+1 -1) bugpoint.cpp |2 +- 1 files changed, 1 insertion(+), 1 deletion(-) Index: llvm/tools/bugpoint/bugpoint.cpp diff -u llvm

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

2006-03-13 Thread Reid Spencer
Changes in directory llvm/utils/TableGen: IntrinsicEmitter.cpp updated: 1.8 -> 1.9 --- Log message: Add a newline at the end to avoid gcc warnings. --- Diffs of the changes: (+1 -1) IntrinsicEmitter.cpp |2 +- 1 files changed, 1 insertion(+), 1 deletion(-) Index: llvm/utils/TableGen/

[llvm-commits] CVS: llvm/utils/emacs/emacs.el

2006-03-13 Thread Reid Spencer
Changes in directory llvm/utils/emacs: emacs.el updated: 1.1 -> 1.2 --- Log message: Change llvm.cs.uiuc.edu -> llvm.org --- Diffs of the changes: (+1 -1) emacs.el |2 +- 1 files changed, 1 insertion(+), 1 deletion(-) Index: llvm/utils/emacs/emacs.el diff -u llvm/utils/emacs/emacs.el

[llvm-commits] CVS: llvm-test/MultiSource/Benchmarks/MallocBench/gs/cframe_.h

2006-03-13 Thread Reid Spencer
Changes in directory llvm-test/MultiSource/Benchmarks/MallocBench/gs: cframe_.h updated: 1.1 -> 1.2 --- Log message: Change llvm.cs.uiuc.edu -> llvm.org --- Diffs of the changes: (+1 -1) cframe_.h |2 +- 1 files changed, 1 insertion(+), 1 deletion(-) Index: llvm-test/MultiSource/Benc

[llvm-commits] CVS: llvm/utils/llvmgrep llvmdo

2006-03-13 Thread Reid Spencer
Changes in directory llvm/utils: llvmgrep updated: 1.8 -> 1.9 llvmdo updated: 1.10 -> 1.11 --- Log message: Allow a sequence of digits at the end of the directory name when trying to determine the top directory. This allows the tool to find the correct top directory when you have something like

[llvm-commits] CVS: llvm/test/Regression/Transforms/Reassociate/shift-factor.ll

2006-03-13 Thread Chris Lattner
Changes in directory llvm/test/Regression/Transforms/Reassociate: shift-factor.ll added (r1.1) --- Log message: Test that we can reassociate (x<<1)+(y<<1) -> (X+Y)<<1. --- Diffs of the changes: (+11 -0) shift-factor.ll | 11 +++ 1 files changed, 11 insertions(+) Index: llvm/tes

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

2006-03-13 Thread Chris Lattner
Changes in directory llvm/lib/Transforms/Scalar: Reassociate.cpp updated: 1.57 -> 1.58 --- Log message: Promote shifts by a constant to multiplies so that we can reassociate (x<<1)+(y<<1) -> (X+Y)<<1. This implements Transforms/Reassociate/shift-factor.ll --- Diffs of the changes: (+17 -1

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

2006-03-13 Thread Chris Lattner
Changes in directory llvm/lib/Target: README.txt updated: 1.19 -> 1.20 --- Log message: transformation implemented --- Diffs of the changes: (+0 -10) README.txt | 10 -- 1 files changed, 10 deletions(-) Index: llvm/lib/Target/README.txt diff -u llvm/lib/Target/README.txt:1.19 l

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

2006-03-13 Thread Chris Lattner
Changes in directory llvm/lib/Transforms/Scalar: Reassociate.cpp updated: 1.58 -> 1.59 --- Log message: extract some code into a method, no functionality change --- Diffs of the changes: (+56 -50) Reassociate.cpp | 106 +--- 1 files chan