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

2005-12-27 Thread Duraid Madina
Changes in directory llvm/tools/llvm-ranlib: llvm-ranlib.cpp updated: 1.7 -> 1.8 --- Log message: ditto --- Diffs of the changes: (+1 -0) llvm-ranlib.cpp |1 + 1 files changed, 1 insertion(+) Index: llvm/tools/llvm-ranlib/llvm-ranlib.cpp diff -u llvm/tools/llvm-ranlib/llvm-ranlib.cp

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

2005-12-27 Thread Duraid Madina
Changes in directory llvm/tools/llvm-ar: llvm-ar.cpp updated: 1.29 -> 1.30 --- Log message: more compliance stufff --- Diffs of the changes: (+1 -0) llvm-ar.cpp |1 + 1 files changed, 1 insertion(+) Index: llvm/tools/llvm-ar/llvm-ar.cpp diff -u llvm/tools/llvm-ar/llvm-ar.cpp:1.29 ll

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

2005-12-27 Thread Duraid Madina
Changes in directory llvm/include/llvm/CodeGen: MachineConstantPool.h updated: 1.8 -> 1.9 --- Log message: be more polite in public headers --- Diffs of the changes: (+1 -0) MachineConstantPool.h |1 + 1 files changed, 1 insertion(+) Index: llvm/include/llvm/CodeGen/MachineConstant

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

2005-12-27 Thread Duraid Madina
Changes in directory llvm/lib/CodeGen: AsmPrinter.cpp updated: 1.33 -> 1.34 ELFWriter.cpp updated: 1.16 -> 1.17 --- Log message: add these so I can be less naughty --- Diffs of the changes: (+2 -0) AsmPrinter.cpp |1 + ELFWriter.cpp |1 + 2 files changed, 2 insertions(+) Index:

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

2005-12-27 Thread Duraid Madina
Changes in directory llvm/include/llvm/CodeGen: MachineConstantPool.h updated: 1.7 -> 1.8 --- Log message: undo yuletide naughtyness(tm) --- Diffs of the changes: (+0 -1) MachineConstantPool.h |1 - 1 files changed, 1 deletion(-) Index: llvm/include/llvm/CodeGen/MachineConstantPool.

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

2005-12-27 Thread Duraid Madina
Changes in directory llvm/tools/llc: llc.cpp updated: 1.120 -> 1.121 --- Log message: behold my standards-compliant humps! --- Diffs of the changes: (+2 -1) llc.cpp |3 ++- 1 files changed, 2 insertions(+), 1 deletion(-) Index: llvm/tools/llc/llc.cpp diff -u llvm/tools/llc/llc.cpp:1

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

2005-12-27 Thread Duraid Madina
Changes in directory llvm/tools/llc: llc.cpp updated: 1.119 -> 1.120 --- Log message: WAKEY WAKEY --- Diffs of the changes: (+1 -1) llc.cpp |2 +- 1 files changed, 1 insertion(+), 1 deletion(-) Index: llvm/tools/llc/llc.cpp diff -u llvm/tools/llc/llc.cpp:1.119 llvm/tools/llc/llc.cpp

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

2005-12-27 Thread Duraid Madina
Changes in directory llvm/lib/CodeGen: RegAllocLinearScan.cpp updated: 1.116 -> 1.117 --- Log message: HB is *the* code janitor. --- Diffs of the changes: (+1 -0) RegAllocLinearScan.cpp |1 + 1 files changed, 1 insertion(+) Index: llvm/lib/CodeGen/RegAllocLinearScan.cpp diff -u llv

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

2005-12-27 Thread Duraid Madina
Changes in directory llvm/lib/CodeGen: MachineCodeEmitter.cpp updated: 1.24 -> 1.25 --- Log message: mixed-STL programs are big and nasty :( --- Diffs of the changes: (+1 -0) MachineCodeEmitter.cpp |1 + 1 files changed, 1 insertion(+) Index: llvm/lib/CodeGen/MachineCodeEmitter.cpp

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

2005-12-27 Thread Duraid Madina
Changes in directory llvm/utils/TableGen: RegisterInfoEmitter.cpp updated: 1.38 -> 1.39 --- Log message: This gets most of the backends building with HP HappyC++. --- Diffs of the changes: (+2 -1) RegisterInfoEmitter.cpp |3 ++- 1 files changed, 2 insertions(+), 1 deletion(-) Index:

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

2005-12-27 Thread Duraid Madina
Changes in directory llvm/lib/Target/CBackend: Writer.cpp updated: 1.249 -> 1.250 --- Log message: yet more C++ standards-compliance stuff. --- Diffs of the changes: (+1 -0) Writer.cpp |1 + 1 files changed, 1 insertion(+) Index: llvm/lib/Target/CBackend/Writer.cpp diff -u llvm/lib/

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

2005-12-27 Thread Duraid Madina
Changes in directory llvm/lib/Target/IA64: IA64ISelLowering.cpp updated: 1.8 -> 1.9 --- Log message: nasty paste-o, calls passing more than 8 arguments along were having args >8 put into the wrong place --- Diffs of the changes: (+2 -2) IA64ISelLowering.cpp |4 ++-- 1 files changed, 2