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

2006-11-11 Thread Reid Spencer
Changes in directory llvm/docs: LangRef.html updated: 1.169 -> 1.170 --- Log message: Document new constant expr operators, rename bitconvert as bitcast. --- Diffs of the changes: (+30 -16) LangRef.html | 46 ++ 1 files changed, 30 insertions(+

[llvm-commits] CVS: llvm/include/llvm/Instruction.def

2006-11-11 Thread Reid Spencer
Changes in directory llvm/include/llvm: Instruction.def updated: 1.23 -> 1.24 --- Log message: Revert premature patch. --- Diffs of the changes: (+15 -49) Instruction.def | 64 +--- 1 files changed, 15 insertions(+), 49 deletions(-) I

[llvm-commits] CVS: llvm/include/llvm/Instruction.def

2006-11-11 Thread Reid Spencer
Changes in directory llvm/include/llvm: Instruction.def updated: 1.22 -> 1.23 --- Log message: Document new constant expr operators, rename bitconvert as bitcast. --- Diffs of the changes: (+49 -15) Instruction.def | 64 ++-- 1 files ch

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

2006-11-11 Thread Jim Laskey
Changes in directory llvm/lib/Target/PowerPC: PPCRegisterInfo.cpp updated: 1.79 -> 1.80 --- Log message: Make sure stack link is set in 64-bit. --- Diffs of the changes: (+9 -3) PPCRegisterInfo.cpp | 12 +--- 1 files changed, 9 insertions(+), 3 deletions(-) Index: llvm/lib/Targe

[llvm-commits] CVS: llvm/test/Regression/DebugInfo/2006-11-06-StackTrace.cpp

2006-11-11 Thread Jim Laskey
Changes in directory llvm/test/Regression/DebugInfo: 2006-11-06-StackTrace.cpp updated: 1.8 -> 1.9 --- Log message: XFAIL All but powerpc --- Diffs of the changes: (+1 -1) 2006-11-06-StackTrace.cpp |2 +- 1 files changed, 1 insertion(+), 1 deletion(-) Index: llvm/test/Regression/Debug

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

2006-11-11 Thread Reid Spencer
Changes in directory llvm/docs: LangRef.html updated: 1.168 -> 1.169 --- Log message: Add a preview of two new conversion operators: ptrtoint and inttoptr. Update the defintion of bitconvert correspondingly. --- Diffs of the changes: (+80 -5) LangRef.html | 85 +++

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

2006-11-11 Thread Reid Spencer
Changes in directory llvm/lib/Linker: LinkArchives.cpp updated: 1.53 -> 1.54 --- Log message: Remvoe a do-nothing else block. --- Diffs of the changes: (+1 -6) LinkArchives.cpp |7 +-- 1 files changed, 1 insertion(+), 6 deletions(-) Index: llvm/lib/Linker/LinkArchives.cpp diff -u

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

2006-11-11 Thread Reid Spencer
Changes in directory llvm/lib/CodeGen/SelectionDAG: SelectionDAG.cpp updated: 1.372 -> 1.373 --- Log message: Make an assert comment match the tested assertion. --- Diffs of the changes: (+1 -1) SelectionDAG.cpp |2 +- 1 files changed, 1 insertion(+), 1 deletion(-) Index: llvm/lib/Co

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

2006-11-11 Thread Reid Spencer
Changes in directory llvm/include/llvm: Linker.h updated: 1.20 -> 1.21 --- Log message: Minor style fixes from review. --- Diffs of the changes: (+3 -1) Linker.h |4 +++- 1 files changed, 3 insertions(+), 1 deletion(-) Index: llvm/include/llvm/Linker.h diff -u llvm/include/llvm/Linke

[llvm-commits] CVS: llvm/tools/bugpoint/Miscompilation.cpp

2006-11-11 Thread Reid Spencer
Changes in directory llvm/tools/bugpoint: Miscompilation.cpp updated: 1.79 -> 1.80 --- Log message: Minor style fixes from review. --- Diffs of the changes: (+2 -3) Miscompilation.cpp |5 ++--- 1 files changed, 2 insertions(+), 3 deletions(-) Index: llvm/tools/bugpoint/Miscompilation

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

2006-11-11 Thread Reid Spencer
Changes in directory llvm/tools/llvm-ld: llvm-ld.cpp updated: 1.41 -> 1.42 --- Log message: Minor style fixes from review. --- Diffs of the changes: (+3 -3) llvm-ld.cpp |6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) Index: llvm/tools/llvm-ld/llvm-ld.cpp diff -u llvm/tool

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

2006-11-11 Thread Chris Lattner
Changes in directory llvm/lib/Target/PowerPC: PPCInstr64Bit.td updated: 1.24 -> 1.25 PPCRegisterInfo.cpp updated: 1.78 -> 1.79 --- Log message: implement proper PPC64 prolog/epilog codegen. --- Diffs of the changes: (+81 -30) PPCInstr64Bit.td|5 ++ PPCRegisterInfo.cpp | 106 +

[llvm-commits] CVS: llvm/tools/bugpoint/Miscompilation.cpp

2006-11-11 Thread Reid Spencer
Changes in directory llvm/tools/bugpoint: Miscompilation.cpp updated: 1.78 -> 1.79 --- Log message: Add a -disable-loop-extraction option to bugpoint. --- Diffs of the changes: (+9 -2) Miscompilation.cpp | 11 +-- 1 files changed, 9 insertions(+), 2 deletions(-) Index: llvm/too

[llvm-commits] CVS: llvm-test/MultiSource/Benchmarks/McCat/18-imp/pgm.c

2006-11-11 Thread Reid Spencer
Changes in directory llvm-test/MultiSource/Benchmarks/McCat/18-imp: pgm.c updated: 1.2 -> 1.3 --- Log message: Make this test *NOT* depend on uninitialized memory contents. --- Diffs of the changes: (+2 -0) pgm.c |2 ++ 1 files changed, 2 insertions(+) Index: llvm-test/MultiSource/Be

[llvm-commits] CVS: llvm-test/SingleSource/Regression/C/casts.c

2006-11-11 Thread Reid Spencer
Changes in directory llvm-test/SingleSource/Regression/C: casts.c updated: 1.4 -> 1.5 --- Log message: Silence a macro redef warning. --- Diffs of the changes: (+2 -0) casts.c |2 ++ 1 files changed, 2 insertions(+) Index: llvm-test/SingleSource/Regression/C/casts.c diff -u llvm-test

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

2006-11-11 Thread Reid Spencer
Changes in directory llvm/lib/Linker: LinkArchives.cpp updated: 1.52 -> 1.53 LinkItems.cpp updated: 1.8 -> 1.9 --- Log message: For PR998: http://llvm.org/PR998 : Fix an infinite loop in the Linker and a few other assorted link problems. Patch contributed by Scott Michel. Thanks, Scott! ---

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

2006-11-11 Thread Reid Spencer
Changes in directory llvm/tools/llvm-ld: llvm-ld.cpp updated: 1.40 -> 1.41 --- Log message: For PR998: http://llvm.org/PR998 : Fix an infinite loop in the Linker and a few other assorted link problems. Patch contributed by Scott Michel. Thanks, Scott! --- Diffs of the changes: (+18 -12) l

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

2006-11-11 Thread Reid Spencer
Changes in directory llvm/include/llvm: Linker.h updated: 1.19 -> 1.20 --- Log message: For PR998: http://llvm.org/PR998 : Fix an infinite loop in the Linker and a few other assorted link problems. Patch contributed by Scott Michel. Thanks, Scott! --- Diffs of the changes: (+3 -2) Linker.

[llvm-commits] CVS: llvm/lib/Bytecode/Reader/Reader.h

2006-11-11 Thread Reid Spencer
Changes in directory llvm/lib/Bytecode/Reader: Reader.h updated: 1.36 -> 1.37 --- Log message: For PR998: http://llvm.org/PR998 : Fix an infinite loop in the Linker and a few other assorted link problems. Patch contributed by Scott Michel. Thanks, Scott! --- Diffs of the changes: (+1 -1)

[llvm-commits] CVS: llvm/test/Regression/DebugInfo/2006-11-06-StackTrace.cpp

2006-11-11 Thread Jim Laskey
Changes in directory llvm/test/Regression/DebugInfo: 2006-11-06-StackTrace.cpp updated: 1.7 -> 1.8 --- Log message: Works for PowerPC with frame pointers. --- Diffs of the changes: (+1 -1) 2006-11-06-StackTrace.cpp |2 +- 1 files changed, 1 insertion(+), 1 deletion(-) Index: llvm/tes

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

2006-11-11 Thread Evan Cheng
Changes in directory llvm/include/llvm/CodeGen: MachineInstr.h updated: 1.194 -> 1.195 MachineInstrBuilder.h updated: 1.38 -> 1.39 --- Log message: Add methods to add implicit def use operands to a MI. --- Diffs of the changes: (+9 -0) MachineInstr.h|4 MachineInstrBuilder.

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

2006-11-11 Thread Evan Cheng
Changes in directory llvm/lib/Target/X86: X86FloatingPoint.cpp updated: 1.56 -> 1.57 X86ISelDAGToDAG.cpp updated: 1.125 -> 1.126 X86ISelLowering.cpp updated: 1.290 -> 1.291 --- Log message: Add implicit use / def operands to created MI's. --- Diffs of the changes: (+8 -10) X86FloatingPoint.

[llvm-commits] CVS: llvm/utils/findmisopt

2006-11-11 Thread Reid Spencer
Changes in directory llvm/utils: findmisopt updated: 1.3 -> 1.4 --- Log message: Add -lstdc++ to the link line for C++ programs. --- Diffs of the changes: (+2 -2) findmisopt |4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) Index: llvm/utils/findmisopt diff -u llvm/utils/find

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

2006-11-11 Thread Jim Laskey
Changes in directory llvm/lib/Target/PowerPC: PPCRegisterInfo.cpp updated: 1.77 -> 1.78 --- Log message: Running with frame pointers prevented debugging, external probes and potentially some system calls/exception handling from working. TOS must always link to previous frame. This is a short

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

2006-11-11 Thread Evan Cheng
Changes in directory llvm/lib/CodeGen/SelectionDAG: ScheduleDAG.cpp updated: 1.107 -> 1.108 --- Log message: Add methods to add implicit def use operands to a MI. --- Diffs of the changes: (+1 -10) ScheduleDAG.cpp | 11 +-- 1 files changed, 1 insertion(+), 10 deletions(-) Index:

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

2006-11-11 Thread Evan Cheng
Changes in directory llvm/lib/CodeGen: MachineInstr.cpp updated: 1.128 -> 1.129 --- Log message: Add methods to add implicit def use operands to a MI. --- Diffs of the changes: (+12 -0) MachineInstr.cpp | 12 1 files changed, 12 insertions(+) Index: llvm/lib/CodeGen/Machine