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

2005-12-29 Thread Reid Spencer
Changes in directory llvm/tools/llvm-prof: llvm-prof.cpp updated: 1.25 -> 1.26 --- Log message: General cleanup: 1. Don't mix C++ and C standard I/O, convert to C++ iostreams 2. Wrap long lines 3. use the std namespace to simplify/shorten the code --- Diffs of the changes: (+66 -61) llvm-p

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

2005-12-29 Thread Nate Begeman
Changes in directory llvm/include/llvm/CodeGen: ValueTypes.h updated: 1.15 -> 1.16 --- Log message: add support for generating v4i32 code --- Diffs of the changes: (+3 -0) ValueTypes.h |3 +++ 1 files changed, 3 insertions(+) Index: llvm/include/llvm/CodeGen/ValueTypes.h diff -u llvm

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

2005-12-29 Thread Nate Begeman
Changes in directory llvm/lib/CodeGen/SelectionDAG: SelectionDAG.cpp updated: 1.232 -> 1.233 --- Log message: Make sure to pass the offset into the new node, so that we don't silently drop it on the floor. --- Diffs of the changes: (+1 -1) SelectionDAG.cpp |2 +- 1 files changed, 1 ins

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

2005-12-29 Thread Nate Begeman
Changes in directory llvm/lib/Target/PowerPC: PPCISelLowering.cpp updated: 1.55 -> 1.56 --- Log message: Remove a fixme --- Diffs of the changes: (+0 -2) PPCISelLowering.cpp |2 -- 1 files changed, 2 deletions(-) Index: llvm/lib/Target/PowerPC/PPCISelLowering.cpp diff -u llvm/lib/Tar

[llvm-commits] CVS: llvm/lib/Target/PowerPC/PPCInstrInfo.td

2005-12-29 Thread Nate Begeman
Changes in directory llvm/lib/Target/PowerPC: PPCInstrInfo.td updated: 1.166 -> 1.167 --- Log message: Add support for generating v4i32 altivec code --- Diffs of the changes: (+10 -2) PPCInstrInfo.td | 12 ++-- 1 files changed, 10 insertions(+), 2 deletions(-) Index: llvm/lib/T

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

2005-12-29 Thread Nate Begeman
Changes in directory llvm/utils/TableGen: CodeGenRegisters.h updated: 1.10 -> 1.11 DAGISelEmitter.cpp updated: 1.117 -> 1.118 DAGISelEmitter.h updated: 1.48 -> 1.49 --- Log message: Add support for generating v4i32 altivec code --- Diffs of the changes: (+180 -97) CodeGenRegisters.h |2

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

2005-12-29 Thread Andrew Lenharth
Changes in directory llvm/lib/Target/Alpha: AlphaISelDAGToDAG.cpp updated: 1.23 -> 1.24 AlphaInstrInfo.td updated: 1.95 -> 1.96 --- Log message: improve constant loading. Still sucks, but oh well --- Diffs of the changes: (+53 -17) AlphaISelDAGToDAG.cpp | 38 +++--

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

2005-12-29 Thread Duraid Madina
Changes in directory llvm/tools/llc: llc.cpp updated: 1.121 -> 1.122 --- Log message: delete file portably --- 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.121 llvm/tools/

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

2005-12-29 Thread Duraid Madina
Changes in directory llvm/tools/llc: llc.cpp updated: 1.122 -> 1.123 --- Log message: don't need this anymore --- Diffs of the changes: (+0 -1) llc.cpp |1 - 1 files changed, 1 deletion(-) Index: llvm/tools/llc/llc.cpp diff -u llvm/tools/llc/llc.cpp:1.122 llvm/tools/llc/llc.cpp:1.12