[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)

[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-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-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-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-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/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-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-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-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-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/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/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-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-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

[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