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

2006-01-09 Thread Chris Lattner
Changes in directory llvm/lib/VMCore: Dominators.cpp updated: 1.66 -> 1.67 --- Log message: Bugfix for etforest updating. Contributed by Daniel Berlin. --- Diffs of the changes: (+1 -1) Dominators.cpp |2 +- 1 files changed, 1 insertion(+), 1 deletion(-) Index: llvm/lib/VMCore/Domin

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

2006-01-09 Thread Chris Lattner
Changes in directory llvm/lib/Transforms/Utils: LoopSimplify.cpp updated: 1.61 -> 1.62 --- Log message: Teach loopsimplify to update et-forest. Patch contributed by Daniel Berlin! --- Diffs of the changes: (+19 -0) LoopSimplify.cpp | 19 +++ 1 files changed, 19 insertion

[llvm-commits] CVS: llvm-gcc/gcc/llvm-expand.c

2006-01-09 Thread Jim Laskey
Changes in directory llvm-gcc/gcc: llvm-expand.c updated: 1.122 -> 1.123 --- Log message: Include full source path for use by debug information. --- Diffs of the changes: (+1 -1) llvm-expand.c |2 +- 1 files changed, 1 insertion(+), 1 deletion(-) Index: llvm-gcc/gcc/llvm-expand.c dif

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

2006-01-09 Thread Evan Cheng
Changes in directory llvm/utils/TableGen: CodeGenInstruction.h updated: 1.18 -> 1.19 CodeGenTarget.cpp updated: 1.52 -> 1.53 DAGISelEmitter.cpp updated: 1.127 -> 1.128 DAGISelEmitter.h updated: 1.49 -> 1.50 --- Log message: * Remove instruction fields hasInFlag / hasOutFlag and added SNDPInFlag

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

2006-01-09 Thread Evan Cheng
Changes in directory llvm/lib/Target/PowerPC: PPCInstrInfo.td updated: 1.169 -> 1.170 PPCRegisterInfo.cpp updated: 1.38 -> 1.39 --- Log message: New DAG node properties SNDPInFlag, SNDPOutFlag, and SNDPOptInFlag to replace hasInFlag, hasOutFlag. --- Diffs of the changes: (+6 -11) PPCInstrI

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

2006-01-09 Thread Evan Cheng
Changes in directory llvm/include/llvm/CodeGen: SelectionDAG.h updated: 1.83 -> 1.84 --- Log message: New getNode() variants. --- Diffs of the changes: (+61 -4) SelectionDAG.h | 65 + 1 files changed, 61 insertions(+), 4 deletions(-

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

2006-01-09 Thread Evan Cheng
Changes in directory llvm/lib/Target: Target.td updated: 1.67 -> 1.68 TargetSelectionDAG.td updated: 1.41 -> 1.42 --- Log message: New DAG node properties SNDPInFlag, SNDPOutFlag, and SNDPOptInFlag to replace hasInFlag, hasOutFlag. --- Diffs of the changes: (+3 -2) Target.td |

[llvm-commits] CVS: llvm/lib/Target/SparcV8/SparcV8InstrInfo.td SparcV8RegisterInfo.cpp

2006-01-09 Thread Evan Cheng
Changes in directory llvm/lib/Target/SparcV8: SparcV8InstrInfo.td updated: 1.97 -> 1.98 SparcV8RegisterInfo.cpp updated: 1.32 -> 1.33 --- Log message: New DAG node properties SNDPInFlag, SNDPOutFlag, and SNDPOptInFlag to replace hasInFlag, hasOutFlag. --- Diffs of the changes: (+7 -13) Spa

[llvm-commits] CVS: llvm/lib/Target/X86/X86ISelLowering.cpp X86ISelLowering.h X86InstrInfo.td X86RegisterInfo.cpp

2006-01-09 Thread Evan Cheng
Changes in directory llvm/lib/Target/X86: X86ISelLowering.cpp updated: 1.22 -> 1.23 X86ISelLowering.h updated: 1.11 -> 1.12 X86InstrInfo.td updated: 1.190 -> 1.191 X86RegisterInfo.cpp updated: 1.116 -> 1.117 --- Log message: Support for ADD_PARTS, SUB_PARTS, SHL_PARTS, SHR_PARTS, and SRA_PARTS.

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

2006-01-09 Thread Evan Cheng
Changes in directory llvm/lib/CodeGen/SelectionDAG: SelectionDAG.cpp updated: 1.234 -> 1.235 --- Log message: New getNode() variants. --- Diffs of the changes: (+0 -14) SelectionDAG.cpp | 14 -- 1 files changed, 14 deletions(-) Index: llvm/lib/CodeGen/SelectionDAG/Selection

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

2006-01-09 Thread Evan Cheng
Changes in directory llvm/lib/CodeGen/SelectionDAG: LegalizeDAG.cpp updated: 1.255 -> 1.256 --- Log message: * Allow custom lowering of ADD_PARTS, SUB_PARTS, SHL_PARTS, SRA_PARTS, and SRL_PARTS. * Fix a bug that caused *_PARTS to be custom lowered twice. --- Diffs of the changes: (+46 -11)

[llvm-commits] CVS: llvm-gcc/gcc/llvm-expand.c

2006-01-09 Thread Jim Laskey
Changes in directory llvm-gcc/gcc: llvm-expand.c updated: 1.123 -> 1.124 --- Log message: Using the recommended caching version. --- Diffs of the changes: (+1 -1) llvm-expand.c |2 +- 1 files changed, 1 insertion(+), 1 deletion(-) Index: llvm-gcc/gcc/llvm-expand.c diff -u llvm-gcc/gc

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

2006-01-09 Thread Andrew Lenharth
Changes in directory llvm/lib/Target/Alpha: AlphaInstrInfo.td updated: 1.98 -> 1.99 --- Log message: proper branch not equal sequence --- Diffs of the changes: (+4 -0) AlphaInstrInfo.td |4 1 files changed, 4 insertions(+) Index: llvm/lib/Target/Alpha/AlphaInstrInfo.td diff -u ll

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

2006-01-09 Thread Evan Cheng
Changes in directory llvm/lib/Target/X86: X86ISelLowering.cpp updated: 1.23 -> 1.24 --- Log message: typo --- Diffs of the changes: (+1 -1) X86ISelLowering.cpp |2 +- 1 files changed, 1 insertion(+), 1 deletion(-) Index: llvm/lib/Target/X86/X86ISelLowering.cpp diff -u llvm/lib/Target

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

2006-01-09 Thread Andrew Lenharth
Changes in directory llvm-test/MultiSource/Benchmarks/Prolangs-C: Makefile updated: 1.4 -> 1.5 --- Log message: temporary, will remove soon --- Diffs of the changes: (+4 -1) Makefile |5 - 1 files changed, 4 insertions(+), 1 deletion(-) Index: llvm-test/MultiSource/Benchmarks/Prol

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

2006-01-09 Thread Evan Cheng
Changes in directory llvm/lib/Target/X86: X86ISelLowering.cpp updated: 1.24 -> 1.25 --- Log message: More typos --- Diffs of the changes: (+2 -1) X86ISelLowering.cpp |3 ++- 1 files changed, 2 insertions(+), 1 deletion(-) Index: llvm/lib/Target/X86/X86ISelLowering.cpp diff -u llvm/li

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

2006-01-09 Thread Evan Cheng
Changes in directory llvm/lib/Target/X86: X86ISelDAGToDAG.cpp updated: 1.24 -> 1.25 X86InstrInfo.td updated: 1.191 -> 1.192 --- Log message: * Added undef patterns. * Some reorg. --- Diffs of the changes: (+83 -68) X86ISelDAGToDAG.cpp |9 --- X86InstrInfo.td | 142

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

2006-01-09 Thread Chris Lattner
Changes in directory llvm/lib/CodeGen/SelectionDAG: LegalizeDAG.cpp updated: 1.256 -> 1.257 --- Log message: Fix an exponential function in libcall insertion to not be exponential. :) --- Diffs of the changes: (+10 -6) LegalizeDAG.cpp | 16 ++-- 1 files changed, 10 insertions

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

2006-01-09 Thread Chris Lattner
Changes in directory llvm/lib/Target/PowerPC: PPCInstrInfo.td updated: 1.170 -> 1.171 --- Log message: add ret void support back --- Diffs of the changes: (+4 -0) PPCInstrInfo.td |4 1 files changed, 4 insertions(+) Index: llvm/lib/Target/PowerPC/PPCInstrInfo.td diff -u llvm/lib

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

2006-01-09 Thread Chris Lattner
Changes in directory llvm/lib/Target/PowerPC: PPCISelLowering.cpp updated: 1.59 -> 1.60 PPCISelLowering.h updated: 1.13 -> 1.14 --- Log message: Give PPCISD:: nodes legible names in dumps. --- Diffs of the changes: (+23 -0) PPCISelLowering.cpp | 19 +++ PPCISelLowering.h

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

2006-01-09 Thread Nate Begeman
Changes in directory llvm/lib/Target/PowerPC: PPCInstrInfo.td updated: 1.171 -> 1.172 --- Log message: Remove a comment that no longer applies. --- Diffs of the changes: (+0 -1) PPCInstrInfo.td |1 - 1 files changed, 1 deletion(-) Index: llvm/lib/Target/PowerPC/PPCInstrInfo.td diff -

[llvm-commits] CVS: llvm/lib/Linker/Linker.cpp

2006-01-09 Thread Reid Spencer
Changes in directory llvm/lib/Linker: Linker.cpp updated: 1.8 -> 1.9 --- Log message: Be a little more explanatory in a comment. --- Diffs of the changes: (+1 -1) Linker.cpp |2 +- 1 files changed, 1 insertion(+), 1 deletion(-) Index: llvm/lib/Linker/Linker.cpp diff -u llvm/lib/Linke

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

2006-01-09 Thread Reid Spencer
Changes in directory llvm/tools/llvm-ld: llvm-ld.cpp updated: 1.28 -> 1.29 --- Log message: For PR521: http://llvm.cs.uiuc.edu/PR521 : With these patches we implement the ability for the Linker library to keep track of which libraries were actually bytecode files (not archives) and cause their

[llvm-commits] CVS: llvm/include/llvm/Linker.h

2006-01-09 Thread Reid Spencer
Changes in directory llvm/include/llvm: Linker.h updated: 1.17 -> 1.18 --- Log message: For PR521: http://llvm.cs.uiuc.edu/PR521 : With these patches we implement the ability for the Linker library to keep track of which libraries were actually bytecode files (not archives) and cause their use

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

2006-01-09 Thread Reid Spencer
Changes in directory llvm/tools/gccld: gccld.cpp updated: 1.107 -> 1.108 --- Log message: For PR521: http://llvm.cs.uiuc.edu/PR521 : With these patches we implement the ability for the Linker library to keep track of which libraries were actually bytecode files (not archives) and cause their u

[llvm-commits] CVS: llvm/lib/Linker/LinkItems.cpp

2006-01-09 Thread Reid Spencer
Changes in directory llvm/lib/Linker: LinkItems.cpp updated: 1.7 -> 1.8 --- Log message: For PR521: http://llvm.cs.uiuc.edu/PR521 : With these patches we implement the ability for the Linker library to keep track of which libraries were actually bytecode files (not archives) and cause their us

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

2006-01-09 Thread Reid Spencer
Changes in directory llvm/lib/Analysis/IPA: FindUsedTypes.cpp updated: 1.33 -> 1.34 --- Log message: Remove unused inclusion of SymbolTable.h --- Diffs of the changes: (+0 -1) FindUsedTypes.cpp |1 - 1 files changed, 1 deletion(-) Index: llvm/lib/Analysis/IPA/FindUsedTypes.cpp diff -

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

2006-01-09 Thread Duraid Madina
Changes in directory llvm/lib/Target/IA64: IA64ISelLowering.cpp updated: 1.12 -> 1.13 --- Log message: support functions that return bool (this "should" work but doesn't, *maybe* due to a legalizer bug.) --- Diffs of the changes: (+10 -10) IA64ISelLowering.cpp | 20 ++--

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

2006-01-09 Thread Duraid Madina
Changes in directory llvm/lib/Target/IA64: IA64ISelLowering.cpp updated: 1.13 -> 1.14 --- Log message: heh, 'sif it'd be a legalizer bug. --- Diffs of the changes: (+1 -1) IA64ISelLowering.cpp |2 +- 1 files changed, 1 insertion(+), 1 deletion(-) Index: llvm/lib/Target/IA64/IA64ISel

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

2006-01-09 Thread Chris Lattner
Changes in directory llvm/lib/CodeGen: LiveIntervalAnalysis.cpp updated: 1.152 -> 1.153 --- Log message: Minor cleanup, no functionality change for current targets --- Diffs of the changes: (+2 -1) LiveIntervalAnalysis.cpp |3 ++- 1 files changed, 2 insertions(+), 1 deletion(-) Index