[llvm-commits] CVS: llvm/docs/index.html

2006-02-23 Thread Chris Lattner
Changes in directory llvm/docs: index.html updated: 1.48 -> 1.49 --- Log message: document the llvm-testresults list --- Diffs of the changes: (+6 -1) index.html |7 ++- 1 files changed, 6 insertions(+), 1 deletion(-) Index: llvm/docs/index.html diff -u llvm/docs/index.html:1.48

[llvm-commits] CVS: llvm/docs/index.html

2006-02-23 Thread Chris Lattner
Changes in directory llvm/docs: index.html updated: 1.49 -> 1.50 --- Log message: Match the case of other mailing lists in the list --- Diffs of the changes: (+2 -2) index.html |4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) Index: llvm/docs/index.html diff -u llvm/docs/ind

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

2006-02-23 Thread Jim Laskey
Changes in directory llvm/lib/CodeGen: DwarfWriter.cpp updated: 1.27 -> 1.28 MachineDebugInfo.cpp updated: 1.15 -> 1.16 --- Log message: DwarfWriter reading basic type information from llvm-gcc4 code. --- Diffs of the changes: (+126 -7) DwarfWriter.cpp | 42 +--

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

2006-02-23 Thread Jim Laskey
Changes in directory llvm/include/llvm/CodeGen: DwarfWriter.h updated: 1.24 -> 1.25 MachineDebugInfo.h updated: 1.17 -> 1.18 --- Log message: DwarfWriter reading basic type information from llvm-gcc4 code. --- Diffs of the changes: (+82 -7) DwarfWriter.h | 13 ++--- MachineDebug

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

2006-02-23 Thread Chris Lattner
Changes in directory llvm/lib/CodeGen: AsmPrinter.cpp updated: 1.52 -> 1.53 --- Log message: Record all of the expanded registers in the DAG and machine instr, fixing several bugs in inline asm expanded operands. --- Diffs of the changes: (+12 -5) AsmPrinter.cpp | 17 - 1

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

2006-02-23 Thread Chris Lattner
Changes in directory llvm/lib/CodeGen/SelectionDAG: ScheduleDAG.cpp updated: 1.66 -> 1.67 SelectionDAGISel.cpp updated: 1.168 -> 1.169 --- Log message: Record all of the expanded registers in the DAG and machine instr, fixing several bugs in inline asm expanded operands. --- Diffs of the chan

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

2006-02-23 Thread Chris Lattner
Changes in directory llvm/lib/Target/PowerPC: PPCAsmPrinter.cpp updated: 1.154 -> 1.155 --- Log message: Implement the PPC inline asm "L" modifier. This allows us to compile: long long test(long long X) { __asm__("foo %0 %L0 %1 %L1" : "=r"(X): "r"(X)); return X; } to: foo r2 r3 r

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

2006-02-23 Thread Chris Lattner
Changes in directory llvm/lib/CodeGen/SelectionDAG: SelectionDAGISel.cpp updated: 1.169 -> 1.170 --- Log message: Fix an endianness problem on big-endian targets with expanded operands to inline asms. Mark some methods const. --- Diffs of the changes: (+16 -9) SelectionDAGISel.cpp | 25

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

2006-02-23 Thread Evan Cheng
Changes in directory llvm/lib/Target/X86: X86ISelDAGToDAG.cpp updated: 1.52 -> 1.53 X86ISelLowering.cpp updated: 1.95 -> 1.96 X86ISelLowering.h updated: 1.31 -> 1.32 X86InstrInfo.td updated: 1.248 -> 1.249 --- Log message: - Clean up the lowering and selection code of ConstantPool, GlobalAddres

[llvm-commits] CVS: llvm-test/External/SPEC/Makefile.spec

2006-02-23 Thread Chris Lattner
Changes in directory llvm-test/External/SPEC: Makefile.spec updated: 1.49 -> 1.50 --- Log message: Add support for .cpp files --- Diffs of the changes: (+4 -2) Makefile.spec |6 -- 1 files changed, 4 insertions(+), 2 deletions(-) Index: llvm-test/External/SPEC/Makefile.spec diff

[llvm-commits] CVS: llvm-test/External/SPEC/Makefile.spec

2006-02-23 Thread Chris Lattner
Changes in directory llvm-test/External/SPEC: Makefile.spec updated: 1.50 -> 1.51 --- Log message: fix a typo --- Diffs of the changes: (+3 -3) Makefile.spec |6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) Index: llvm-test/External/SPEC/Makefile.spec diff -u llvm-test/Ext

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

2006-02-23 Thread Evan Cheng
Changes in directory llvm/lib/Target/PowerPC: PPCTargetMachine.cpp updated: 1.80 -> 1.81 --- Log message: PPC JIT relocation model should be DynamicNoPIC. --- Diffs of the changes: (+2 -2) PPCTargetMachine.cpp |4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) Index: llvm/lib/

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

2006-02-23 Thread Jim Laskey
Changes in directory llvm/lib/CodeGen: DwarfWriter.cpp updated: 1.28 -> 1.29 MachineDebugInfo.cpp updated: 1.16 -> 1.17 --- Log message: Added basic support for typedefs. --- Diffs of the changes: (+56 -15) DwarfWriter.cpp | 37 - MachineDebugInfo

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

2006-02-23 Thread Jim Laskey
Changes in directory llvm/include/llvm/CodeGen: MachineDebugInfo.h updated: 1.18 -> 1.19 --- Log message: Added basic support for typedefs. --- Diffs of the changes: (+39 -2) MachineDebugInfo.h | 41 +++-- 1 files changed, 39 insertions(+), 2 deletions

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

2006-02-23 Thread Chris Lattner
Changes in directory llvm/include/llvm: InlineAsm.h updated: 1.9 -> 1.10 --- Log message: add a new flag --- Diffs of the changes: (+4 -0) InlineAsm.h |4 1 files changed, 4 insertions(+) Index: llvm/include/llvm/InlineAsm.h diff -u llvm/include/llvm/InlineAsm.h:1.9 llvm/include

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

2006-02-23 Thread Chris Lattner
Changes in directory llvm/lib/VMCore: InlineAsm.cpp updated: 1.8 -> 1.9 --- Log message: Parse the %*# constraint modifiers --- Diffs of the changes: (+11 -1) InlineAsm.cpp | 12 +++- 1 files changed, 11 insertions(+), 1 deletion(-) Index: llvm/lib/VMCore/InlineAsm.cpp diff -u

[llvm-commits] CVS: llvm-test/External/SPEC/Sandbox.sh

2006-02-23 Thread Chris Lattner
Changes in directory llvm-test/External/SPEC: Sandbox.sh updated: 1.8 -> 1.9 --- Log message: Add support for sandy bz2 files --- Diffs of the changes: (+7 -4) Sandbox.sh | 11 +++ 1 files changed, 7 insertions(+), 4 deletions(-) Index: llvm-test/External/SPEC/Sandbox.sh diff -

[llvm-commits] CVS: llvm-test/External/SPEC/Sandbox.sh

2006-02-23 Thread Chris Lattner
Changes in directory llvm-test/External/SPEC: Sandbox.sh updated: 1.9 -> 1.10 --- Log message: Don't complain if there are no .bz2 files --- Diffs of the changes: (+1 -1) Sandbox.sh |2 +- 1 files changed, 1 insertion(+), 1 deletion(-) Index: llvm-test/External/SPEC/Sandbox.sh diff -

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

2006-02-23 Thread Chris Lattner
Changes in directory llvm/include/llvm/Target: TargetLowering.h updated: 1.54 -> 1.55 --- Log message: Add C_Memory operand type --- Diffs of the changes: (+1 -1) TargetLowering.h |2 +- 1 files changed, 1 insertion(+), 1 deletion(-) Index: llvm/include/llvm/Target/TargetLowering.h d

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

2006-02-23 Thread Chris Lattner
Changes in directory llvm/lib/Target: TargetLowering.cpp updated: 1.36 -> 1.37 --- Log message: Recognize memory operand codes --- Diffs of the changes: (+6 -1) TargetLowering.cpp |7 ++- 1 files changed, 6 insertions(+), 1 deletion(-) Index: llvm/lib/Target/TargetLowering.cpp di

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

2006-02-23 Thread Chris Lattner
Changes in directory llvm/lib/CodeGen/SelectionDAG: SelectionDAGISel.cpp updated: 1.170 -> 1.171 --- Log message: Lower C_Memory operands. --- Diffs of the changes: (+44 -25) SelectionDAGISel.cpp | 69 --- 1 files changed, 44 insertions(+),

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

2006-02-23 Thread Chris Lattner
Changes in directory llvm/lib/Target/PowerPC: PPCISelDAGToDAG.cpp updated: 1.159 -> 1.160 --- Log message: Implement selection of inline asm memory operands --- Diffs of the changes: (+29 -0) PPCISelDAGToDAG.cpp | 29 + 1 files changed, 29 insertions(+) Inde

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

2006-02-23 Thread Chris Lattner
Changes in directory llvm/utils/TableGen: DAGISelEmitter.cpp updated: 1.173 -> 1.174 --- Log message: Select inline asm memory operands. --- Diffs of the changes: (+1 -0) DAGISelEmitter.cpp |1 + 1 files changed, 1 insertion(+) Index: llvm/utils/TableGen/DAGISelEmitter.cpp diff -u ll

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

2006-02-23 Thread Chris Lattner
Changes in directory llvm/lib/CodeGen/SelectionDAG: SelectionDAGISel.cpp updated: 1.171 -> 1.172 --- Log message: Implement (most of) selection of inline asm memory operands. --- Diffs of the changes: (+42 -0) SelectionDAGISel.cpp | 42 ++ 1 files

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

2006-02-23 Thread Chris Lattner
Changes in directory llvm/include/llvm/CodeGen: SelectionDAGISel.h updated: 1.8 -> 1.9 --- Log message: Add some hooks for selecting memory addresses. --- Diffs of the changes: (+17 -0) SelectionDAGISel.h | 17 + 1 files changed, 17 insertions(+) Index: llvm/include/llv

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

2006-02-23 Thread Jeff Cohen
Changes in directory llvm/include/llvm/CodeGen: MachineDebugInfo.h updated: 1.19 -> 1.20 --- Log message: Get VC++ building again. --- Diffs of the changes: (+1 -0) MachineDebugInfo.h |1 + 1 files changed, 1 insertion(+) Index: llvm/include/llvm/CodeGen/MachineDebugInfo.h diff -u llv

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

2006-02-23 Thread Jeff Cohen
Changes in directory llvm/lib/CodeGen/SelectionDAG: SelectionDAGISel.cpp updated: 1.172 -> 1.173 --- Log message: Get VC++ building again. --- Diffs of the changes: (+1 -0) SelectionDAGISel.cpp |1 + 1 files changed, 1 insertion(+) Index: llvm/lib/CodeGen/SelectionDAG/SelectionDAGISel

[llvm-commits] CVS: llvm-poolalloc/lib/PoolAllocate/PointerCompress.cpp

2006-02-23 Thread Andrew Lenharth
Changes in directory llvm-poolalloc/lib/PoolAllocate: PointerCompress.cpp updated: 1.66 -> 1.67 --- Log message: fix llvm-poolalloc/Regressions/2006-02-23.memcpy.ll --- Diffs of the changes: (+23 -0) PointerCompress.cpp | 23 +++ 1 files changed, 23 insertions(+) Ind

[llvm-commits] CVS: llvm-poolalloc/Regressions/2006-02-23.memcpy.ll

2006-02-23 Thread Andrew Lenharth
Changes in directory llvm-poolalloc/Regressions: 2006-02-23.memcpy.ll added (r1.1) --- Log message: reduction from bzip2 --- Diffs of the changes: (+35 -0) 2006-02-23.memcpy.ll | 35 +++ 1 files changed, 35 insertions(+) Index: llvm-poolalloc/Regressions/

[llvm-commits] CVS: llvm-poolalloc/lib/PoolAllocate/PointerCompress.cpp

2006-02-23 Thread Andrew Lenharth
Changes in directory llvm-poolalloc/lib/PoolAllocate: PointerCompress.cpp updated: 1.67 -> 1.68 --- Log message: read can't handle compressed pointers either. ah the joys of making spec work --- Diffs of the changes: (+11 -0) PointerCompress.cpp | 11 +++ 1 files changed, 11 inse