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

2006-08-26 Thread Chris Lattner
Changes in directory llvm/lib/Target/IA64: IA64TargetMachine.cpp updated: 1.17 -> 1.18 IA64TargetMachine.h updated: 1.11 -> 1.12 --- Log message: Fix target matching weights, so that ppc-darwin modules are codegen with the ppc target, not the itanium target, when run on an itanium machine. This

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

2006-08-26 Thread Nate Begeman
Changes in directory llvm/lib/CodeGen: MachOWriter.cpp updated: 1.2 -> 1.3 --- Log message: Properly size the string table, and emit symbol table and string table entries in the correct order, fixing several fixmes. --- Diffs of the changes: (+82 -60) MachOWriter.cpp | 142 +++

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

2006-08-26 Thread Nate Begeman
Changes in directory llvm/include/llvm/CodeGen: MachOWriter.h updated: 1.4 -> 1.5 --- Log message: Properly size the string table, and emit symbol table and string table entries in the correct order, fixing several fixmes. --- Diffs of the changes: (+36 -19) MachOWriter.h | 55 ++

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

2006-08-26 Thread Evan Cheng
Changes in directory llvm/lib/Target/X86: X86ISelDAGToDAG.cpp updated: 1.95 -> 1.96 --- Log message: SelectNodeTo now returns a SDNode*. --- Diffs of the changes: (+1 -1) X86ISelDAGToDAG.cpp |2 +- 1 files changed, 1 insertion(+), 1 deletion(-) Index: llvm/lib/Target/X86/X86ISelDAGToD

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

2006-08-26 Thread Evan Cheng
Changes in directory llvm/lib/Target/Sparc: SparcISelDAGToDAG.cpp updated: 1.106 -> 1.107 --- Log message: SelectNodeTo now returns a SDNode*. --- Diffs of the changes: (+2 -2) SparcISelDAGToDAG.cpp |4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) Index: llvm/lib/Target/Sparc

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

2006-08-26 Thread Evan Cheng
Changes in directory llvm/lib/Target/PowerPC: PPCISelDAGToDAG.cpp updated: 1.205 -> 1.206 --- Log message: SelectNodeTo now returns a SDNode*. --- Diffs of the changes: (+20 -20) PPCISelDAGToDAG.cpp | 40 1 files changed, 20 insertions(+), 20 delet

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

2006-08-26 Thread Evan Cheng
Changes in directory llvm/lib/Target/IA64: IA64ISelDAGToDAG.cpp updated: 1.51 -> 1.52 --- Log message: SelectNodeTo now returns a SDNode*. --- Diffs of the changes: (+10 -10) IA64ISelDAGToDAG.cpp | 20 ++-- 1 files changed, 10 insertions(+), 10 deletions(-) Index: llvm/l

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

2006-08-26 Thread Evan Cheng
Changes in directory llvm/lib/Target/Alpha: AlphaISelDAGToDAG.cpp updated: 1.53 -> 1.54 --- Log message: SelectNodeTo now returns a SDNode*. --- Diffs of the changes: (+5 -5) AlphaISelDAGToDAG.cpp | 10 +- 1 files changed, 5 insertions(+), 5 deletions(-) Index: llvm/lib/Target/A

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

2006-08-26 Thread Evan Cheng
Changes in directory llvm/utils/TableGen: DAGISelEmitter.cpp updated: 1.250 -> 1.251 --- Log message: SelectNodeTo now returns a SDNode*. --- Diffs of the changes: (+1 -1) DAGISelEmitter.cpp |2 +- 1 files changed, 1 insertion(+), 1 deletion(-) Index: llvm/utils/TableGen/DAGISelEmitte

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

2006-08-26 Thread Evan Cheng
Changes in directory llvm/lib/CodeGen/SelectionDAG: SelectionDAG.cpp updated: 1.333 -> 1.334 --- Log message: SelectNodeTo now returns a SDNode*. --- Diffs of the changes: (+74 -74) SelectionDAG.cpp | 148 +++ 1 files changed, 74 insertio

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

2006-08-26 Thread Evan Cheng
Changes in directory llvm/include/llvm/CodeGen: SelectionDAG.h updated: 1.125 -> 1.126 --- Log message: SelectNodeTo now returns a SDNode*. --- Diffs of the changes: (+35 -35) SelectionDAG.h | 70 - 1 files changed, 35 insertions(+),

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

2006-08-26 Thread Evan Cheng
Changes in directory llvm/utils/TableGen: DAGISelEmitter.cpp updated: 1.249 -> 1.250 --- Log message: Minor getCopyToReg() call change. --- Diffs of the changes: (+2 -3) DAGISelEmitter.cpp |5 ++--- 1 files changed, 2 insertions(+), 3 deletions(-) Index: llvm/utils/TableGen/DAGISelEmi

[llvm-commits] CVS: llvm/test/Regression/CodeGen/X86/2006-05-08-InstrSched.ll

2006-08-26 Thread Evan Cheng
Changes in directory llvm/test/Regression/CodeGen/X86: 2006-05-08-InstrSched.ll updated: 1.3 -> 1.4 --- Log message: Improved codegen due to Chris' live interval joining changes. --- Diffs of the changes: (+1 -1) 2006-05-08-InstrSched.ll |2 +- 1 files changed, 1 insertion(+), 1 deletio