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

2006-10-05 Thread Chris Lattner
Changes in directory llvm/include/llvm/CodeGen: MachineInstr.h updated: 1.187 -> 1.188 --- Log message: add an accessor --- Diffs of the changes: (+5 -0) MachineInstr.h |5 + 1 files changed, 5 insertions(+) Index: llvm/include/llvm/CodeGen/MachineInstr.h diff -u llvm/include/llv

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

2006-10-05 Thread Chris Lattner
Changes in directory llvm/lib/CodeGen: MachineBasicBlock.cpp updated: 1.30 -> 1.31 --- Log message: MachineBasicBlock::splice was incorrectly updating parent pointers on instructions. --- Diffs of the changes: (+3 -3) MachineBasicBlock.cpp |6 +++--- 1 files changed, 3 insertions(+), 3

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

2006-10-05 Thread Evan Cheng
Changes in directory llvm/lib/Target/Sparc: SparcISelDAGToDAG.cpp updated: 1.109 -> 1.110 --- Log message: Make use of getStore(). --- Diffs of the changes: (+7 -8) SparcISelDAGToDAG.cpp | 15 +++ 1 files changed, 7 insertions(+), 8 deletions(-) Index: llvm/lib/Target/Sparc/

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

2006-10-05 Thread Evan Cheng
Changes in directory llvm/lib/Target/X86: X86ISelLowering.cpp updated: 1.270 -> 1.271 --- Log message: Make use of getStore(). --- Diffs of the changes: (+62 -67) X86ISelLowering.cpp | 129 1 files changed, 62 insertions(+), 67 deletions

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

2006-10-05 Thread Evan Cheng
Changes in directory llvm/lib/Target/PowerPC: PPCISelLowering.cpp updated: 1.209 -> 1.210 --- Log message: Make use of getStore(). --- Diffs of the changes: (+11 -13) PPCISelLowering.cpp | 24 +++- 1 files changed, 11 insertions(+), 13 deletions(-) Index: llvm/lib/Ta

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

2006-10-05 Thread Evan Cheng
Changes in directory llvm/lib/Target/IA64: IA64ISelLowering.cpp updated: 1.44 -> 1.45 --- Log message: Make use of getStore(). --- Diffs of the changes: (+5 -6) IA64ISelLowering.cpp | 11 +-- 1 files changed, 5 insertions(+), 6 deletions(-) Index: llvm/lib/Target/IA64/IA64ISelLo

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

2006-10-05 Thread Evan Cheng
Changes in directory llvm/lib/Target/Alpha: AlphaISelLowering.cpp updated: 1.63 -> 1.64 --- Log message: Make use of getStore(). --- Diffs of the changes: (+8 -12) AlphaISelLowering.cpp | 20 1 files changed, 8 insertions(+), 12 deletions(-) Index: llvm/lib/Target/A

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

2006-10-05 Thread Evan Cheng
Changes in directory llvm/lib/Target/ARM: ARMISelDAGToDAG.cpp updated: 1.52 -> 1.53 --- Log message: Make use of getStore(). --- Diffs of the changes: (+5 -6) ARMISelDAGToDAG.cpp | 11 +-- 1 files changed, 5 insertions(+), 6 deletions(-) Index: llvm/lib/Target/ARM/ARMISelDAGToDA

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

2006-10-05 Thread Evan Cheng
Changes in directory llvm/lib/CodeGen/SelectionDAG: DAGCombiner.cpp updated: 1.207 -> 1.208 LegalizeDAG.cpp updated: 1.402 -> 1.403 SelectionDAGISel.cpp updated: 1.282 -> 1.283 --- Log message: Make use of getStore(). --- Diffs of the changes: (+36 -52) DAGCombiner.cpp | 12 +++--

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

2006-10-05 Thread Evan Cheng
Changes in directory llvm/lib/CodeGen/SelectionDAG: SelectionDAG.cpp updated: 1.342 -> 1.343 --- Log message: Add getStore() helper function to create ISD::STORE nodes. --- Diffs of the changes: (+16 -1) SelectionDAG.cpp | 17 - 1 files changed, 16 insertions(+), 1 deletio

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

2006-10-05 Thread Evan Cheng
Changes in directory llvm/include/llvm/CodeGen: SelectionDAG.h updated: 1.132 -> 1.133 --- Log message: Add getStore() helper function to create ISD::STORE nodes. --- Diffs of the changes: (+5 -0) SelectionDAG.h |5 + 1 files changed, 5 insertions(+) Index: llvm/include/llvm/CodeG

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

2006-10-05 Thread Chris Lattner
Changes in directory llvm/lib/CodeGen: AsmPrinter.cpp updated: 1.106 -> 1.107 --- Log message: Don't crash if an MBB doesn't have an LLVM BB --- Diffs of the changes: (+1 -1) AsmPrinter.cpp |2 +- 1 files changed, 1 insertion(+), 1 deletion(-) Index: llvm/lib/CodeGen/AsmPrinter.cpp d

Re: [llvm-commits] CVS: llvm-www/releases/1.8/docs/CommandGuide/llvmgcc.pod

2006-10-05 Thread Andrew Lenharth
You probably want to add this to llvmg++ too, and mention that it is llvm-gcc4 only. On 10/5/06, Patrick Meredith <[EMAIL PROTECTED]> wrote: > > > Changes in directory llvm-www/releases/1.8/docs/CommandGuide: > > llvmgcc.pod updated: 1.1 -> 1.2 > --- > Log message: > > > Added command line option

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

2006-10-05 Thread Rafael Espindola
Changes in directory llvm/lib/Target/ARM: ARMISelDAGToDAG.cpp updated: 1.51 -> 1.52 --- Log message: use a const ref for passing the vector to ArgumentLayout --- Diffs of the changes: (+2 -2) ARMISelDAGToDAG.cpp |4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) Index: llvm/li

[llvm-commits] CVS: llvm-www/releases/1.8/docs/CommandGuide/llvmgcc.pod

2006-10-05 Thread Patrick Meredith
Changes in directory llvm-www/releases/1.8/docs/CommandGuide: llvmgcc.pod updated: 1.1 -> 1.2 --- Log message: Added command line option documentation for -emit-llvm --- Diffs of the changes: (+5 -0) llvmgcc.pod |5 + 1 files changed, 5 insertions(+) Index: llvm-www/releases/1.8

[llvm-commits] CVS: llvm-test/Makefile.programs

2006-10-05 Thread Chris Lattner
Changes in directory llvm-test: Makefile.programs updated: 1.229 -> 1.230 --- Log message: Test pic codegen tonight --- Diffs of the changes: (+1 -1) Makefile.programs |2 +- 1 files changed, 1 insertion(+), 1 deletion(-) Index: llvm-test/Makefile.programs diff -u llvm-test/Makefile.

[llvm-commits] CVS: llvm/test/Regression/CodeGen/ARM/fp.ll

2006-10-05 Thread Rafael Espindola
Changes in directory llvm/test/Regression/CodeGen/ARM: fp.ll updated: 1.3 -> 1.4 --- Log message: implement a ArgumentLayout class to factor code common to LowerFORMAL_ARGUMENTS and LowerCALL implement FMDRR add support for f64 function arguments --- Diffs of the changes: (+7 -2) fp.ll |

[llvm-commits] CVS: llvm/lib/Target/ARM/ARMISelDAGToDAG.cpp ARMInstrInfo.td

2006-10-05 Thread Rafael Espindola
Changes in directory llvm/lib/Target/ARM: ARMISelDAGToDAG.cpp updated: 1.50 -> 1.51 ARMInstrInfo.td updated: 1.31 -> 1.32 --- Log message: implement a ArgumentLayout class to factor code common to LowerFORMAL_ARGUMENTS and LowerCALL implement FMDRR add support for f64 function arguments ---

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

2006-10-05 Thread Jim Laskey
Changes in directory llvm/lib/CodeGen/SelectionDAG: DAGCombiner.cpp updated: 1.206 -> 1.207 --- Log message: Alias analysis code clean ups. --- Diffs of the changes: (+146 -163) DAGCombiner.cpp | 309 ++-- 1 files changed, 146 insertions(