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

2007-01-24 Thread Evan Cheng
Changes in directory llvm/lib/Target/ARM: ARMConstantIslandPass.cpp updated: 1.1 - 1.2 ARMISelDAGToDAG.cpp updated: 1.102 - 1.103 ARMInstrThumb.td updated: 1.2 - 1.3 --- Log message: Use PC relative ldr to load from a constantpool in Thumb mode. --- Diffs of the changes: (+25 -9)

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

2007-01-24 Thread Jim Laskey
Changes in directory llvm/lib/CodeGen: DwarfWriter.cpp updated: 1.111 - 1.112 --- Log message: Use asm printer to emit alignment --- Diffs of the changes: (+2 -8) DwarfWriter.cpp | 10 ++ 1 files changed, 2 insertions(+), 8 deletions(-) Index: llvm/lib/CodeGen/DwarfWriter.cpp

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

2007-01-24 Thread Chris Lattner
Changes in directory llvm/lib/Target/X86: X86InstrInfo.td updated: 1.297 - 1.298 --- Log message: Fix a misencoding of CBW and CWD. This fixes PR1030: http://llvm.org/PR1030 . --- Diffs of the changes: (+2 -2) X86InstrInfo.td |4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-)

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

2007-01-24 Thread Andrew Lenharth
Changes in directory llvm/lib/Target/Alpha: AlphaISelDAGToDAG.cpp updated: 1.66 - 1.67 --- Log message: Fix unordered fp on alpha --- Diffs of the changes: (+35 -15) AlphaISelDAGToDAG.cpp | 50 +++--- 1 files changed, 35 insertions(+), 15

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

2007-01-24 Thread Jim Laskey
Changes in directory llvm/include/llvm/Target: MRegisterInfo.h updated: 1.87 - 1.88 --- Log message: Repair debug frames as a prelude to eh_frames. Switched to using MachineMoves by value so that clean up is less confusing (these vectors tend to be small.) --- Diffs of the changes: (+1 -1)

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

2007-01-24 Thread Jim Laskey
Changes in directory llvm/include/llvm/CodeGen: MachineDebugInfo.h updated: 1.47 - 1.48 MachineLocation.h updated: 1.2 - 1.3 --- Log message: Repair debug frames as a prelude to eh_frames. Switched to using MachineMoves by value so that clean up is less confusing (these vectors tend to be

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

2007-01-24 Thread Jim Laskey
Changes in directory llvm/lib/Target: MRegisterInfo.cpp updated: 1.17 - 1.18 --- Log message: Repair debug frames as a prelude to eh_frames. Switched to using MachineMoves by value so that clean up is less confusing (these vectors tend to be small.) --- Diffs of the changes: (+1 -1)

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

2007-01-24 Thread Jim Laskey
Changes in directory llvm/lib/CodeGen: DwarfWriter.cpp updated: 1.112 - 1.113 MachineDebugInfo.cpp updated: 1.69 - 1.70 --- Log message: Repair debug frames as a prelude to eh_frames. Switched to using MachineMoves by value so that clean up is less confusing (these vectors tend to be small.)

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

2007-01-24 Thread Jim Laskey
Changes in directory llvm/lib/Target/PowerPC: PPCRegisterInfo.cpp updated: 1.96 - 1.97 PPCRegisterInfo.h updated: 1.22 - 1.23 --- Log message: Repair debug frames as a prelude to eh_frames. Switched to using MachineMoves by value so that clean up is less confusing (these vectors tend to be

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

2007-01-24 Thread Jim Laskey
Changes in directory llvm/lib/Target/X86: X86RegisterInfo.cpp updated: 1.194 - 1.195 --- Log message: 80 columns --- Diffs of the changes: (+8 -4) X86RegisterInfo.cpp | 12 1 files changed, 8 insertions(+), 4 deletions(-) Index: llvm/lib/Target/X86/X86RegisterInfo.cpp diff

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

2007-01-24 Thread Jim Laskey
Changes in directory llvm/lib/Target/X86: X86RegisterInfo.h updated: 1.44 - 1.45 X86RegisterInfo.cpp updated: 1.195 - 1.196 --- Log message: Call frames for intel. --- Diffs of the changes: (+52 -0) X86RegisterInfo.cpp | 51 +++

Re: [llvm-commits] CVS: llvm/lib/Target/X86/X86RegisterInfo.h X86RegisterInfo.cpp

2007-01-24 Thread Jim Laskey
Evan and Reid - feel free to tweak this. It shouldn't introduce problems. On 24-Jan-07, at 03:15 PM, Jim Laskey wrote: Changes in directory llvm/lib/Target/X86: X86RegisterInfo.h updated: 1.44 - 1.45 X86RegisterInfo.cpp updated: 1.195 - 1.196 --- Log message: Call frames for intel. ---

[llvm-commits] CVS: llvm-test/SingleSource/UnitTests/Integer/arith.c field.c offset.reference_output union-struct.c union2.c union2.reference_output

2007-01-24 Thread Guoling Han
Changes in directory llvm-test/SingleSource/UnitTests/Integer: arith.c updated: 1.6 - 1.7 field.c updated: 1.5 - 1.6 offset.reference_output updated: 1.1 - 1.2 union-struct.c updated: 1.6 - 1.7 union2.c updated: 1.5 - 1.6 union2.reference_output updated: 1.1 - 1.2 --- Log message: We changed

[llvm-commits] CVS: llvm/lib/Target/Alpha/Alpha.td AlphaAsmPrinter.cpp AlphaISelDAGToDAG.cpp AlphaISelLowering.cpp AlphaISelLowering.h AlphaInstrInfo.td AlphaSubtarget.cpp AlphaSubtarget.h

2007-01-24 Thread Andrew Lenharth
Changes in directory llvm/lib/Target/Alpha: Alpha.td updated: 1.11 - 1.12 AlphaAsmPrinter.cpp updated: 1.61 - 1.62 AlphaISelDAGToDAG.cpp updated: 1.67 - 1.68 AlphaISelLowering.cpp updated: 1.76 - 1.77 AlphaISelLowering.h updated: 1.23 - 1.24 AlphaInstrInfo.td updated: 1.136 - 1.137

Re: [llvm-commits] CVS: llvm/lib/Target/Alpha/Alpha.td AlphaAsmPrinter.cpp AlphaISelDAGToDAG.cpp AlphaISelLowering.cpp AlphaISelLowering.h AlphaInstrInfo.td AlphaSubtarget.cpp AlphaSubtarget.h

2007-01-24 Thread Andrew Lenharth
Err, um, I meant 21164. dropping 21264 would be bad... On 1/24/07, Andrew Lenharth [EMAIL PROTECTED] wrote: Changes in directory llvm/lib/Target/Alpha: Alpha.td updated: 1.11 - 1.12 AlphaAsmPrinter.cpp updated: 1.61 - 1.62 AlphaISelDAGToDAG.cpp updated: 1.67 - 1.68 AlphaISelLowering.cpp

[llvm-commits] CVS: llvm/test/CFrontend/2007-01-24-InlineAsmCModifier.c

2007-01-24 Thread Chris Lattner
Changes in directory llvm/test/CFrontend: 2007-01-24-InlineAsmCModifier.c added (r1.1) --- Log message: new testcase --- Diffs of the changes: (+9 -0) 2007-01-24-InlineAsmCModifier.c |9 + 1 files changed, 9 insertions(+) Index:

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

2007-01-24 Thread Chris Lattner
Changes in directory llvm/lib/Target/PowerPC: PPCAsmPrinter.cpp updated: 1.228 - 1.229 --- Log message: Fix test/CFrontend/2007-01-24-InlineAsmCModifier.c on PPC --- Diffs of the changes: (+4 -0) PPCAsmPrinter.cpp |4 1 files changed, 4 insertions(+) Index:

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

2007-01-24 Thread Chris Lattner
Changes in directory llvm/lib/Target/X86: X86ATTAsmPrinter.cpp updated: 1.93 - 1.94 --- Log message: Fix test/CFrontend/2007-01-24-InlineAsmCModifier.c on X86. The %c modifier says that no $ prefix should be emitted on X86. --- Diffs of the changes: (+3 -2) X86ATTAsmPrinter.cpp |5

[llvm-commits] CVS: llvm/lib/Target/ARM/ARMAsmPrinter.cpp ARMMachineFunctionInfo.h ARMRegisterInfo.h

2007-01-24 Thread Evan Cheng
Changes in directory llvm/lib/Target/ARM: ARMAsmPrinter.cpp updated: 1.46 - 1.47 ARMMachineFunctionInfo.h updated: 1.2 - 1.3 ARMRegisterInfo.h updated: 1.6 - 1.7 --- Log message: Getting rid uses of evil std::set --- Diffs of the changes: (+39 -23) ARMAsmPrinter.cpp|1

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

2007-01-24 Thread Evan Cheng
Changes in directory llvm/lib/Target/ARM: ARMConstantIslandPass.cpp updated: 1.2 - 1.3 --- Log message: Added (preliminary) branch shortening capability to constantpool island pass. --- Diffs of the changes: (+130 -7) ARMConstantIslandPass.cpp | 137