[llvm-commits] CVS: llvm/include/llvm/ADT/UniqueVector.h

2006-01-17 Thread Jim Laskey
Changes in directory llvm/include/llvm/ADT: UniqueVector.h updated: 1.2 -> 1.3 --- Log message: Reduce memory consumption and force (somewhat) access to entries via ID. --- Diffs of the changes: (+11 -11) UniqueVector.h | 22 +++--- 1 files changed, 11 insertions(+), 11 d

[llvm-commits] CVS: llvm/Xcode/LLVM.xcodeproj/project.pbxproj

2006-01-17 Thread Jim Laskey
Changes in directory llvm/Xcode/LLVM.xcodeproj: project.pbxproj updated: 1.16 -> 1.17 --- Log message: Adding UniqueVector. --- Diffs of the changes: (+2 -0) project.pbxproj |2 ++ 1 files changed, 2 insertions(+) Index: llvm/Xcode/LLVM.xcodeproj/project.pbxproj diff -u llvm/Xcode/LL

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

2006-01-17 Thread Jim Laskey
Changes in directory llvm/lib/CodeGen/SelectionDAG: LegalizeDAG.cpp updated: 1.267 -> 1.268 --- Log message: Adding basic support for Dwarf line number debug information. I promise to keep future commits smaller. --- Diffs of the changes: (+1 -1) LegalizeDAG.cpp |2 +- 1 files change

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

2006-01-17 Thread Jim Laskey
Changes in directory llvm/include/llvm/CodeGen: DwarfWriter.h updated: 1.6 -> 1.7 MachineDebugInfo.h updated: 1.5 -> 1.6 --- Log message: Adding basic support for Dwarf line number debug information. I promise to keep future commits smaller. --- Diffs of the changes: (+506 -84) DwarfWrit

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

2006-01-17 Thread Jim Laskey
Changes in directory llvm/lib/Target/PowerPC: PPCAsmPrinter.cpp updated: 1.136 -> 1.137 --- Log message: Adding basic support for Dwarf line number debug information. I promise to keep future commits smaller. --- Diffs of the changes: (+8 -6) PPCAsmPrinter.cpp | 14 -- 1 fi

[llvm-commits] CVS: llvm-test/SingleSource/Regression/C/2004-08-12-InlinerAndAllocas.c

2006-01-17 Thread Chris Lattner
Changes in directory llvm-test/SingleSource/Regression/C: 2004-08-12-InlinerAndAllocas.c updated: 1.2 -> 1.3 --- Log message: The old f-e doesn't insert the required llvm.stacksave/stackrestore intrinsics. --- Diffs of the changes: (+1 -0) 2004-08-12-InlinerAndAllocas.c |1 + 1 files c

[llvm-commits] CVS: llvm/lib/Transforms/IPO/SimplifyLibCalls.cpp

2006-01-17 Thread Chris Lattner
Changes in directory llvm/lib/Transforms/IPO: SimplifyLibCalls.cpp updated: 1.55 -> 1.56 --- Log message: Clean up the FFS optimization code, and make it correctly create the appropriate unsigned llvm.cttz.* intrinsic, fixing the 2005-05-11-Popcount-ffs-fls regression last night. --- Diffs o

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

2006-01-17 Thread Jim Laskey
Changes in directory llvm/include/llvm/CodeGen: DwarfWriter.h updated: 1.7 -> 1.8 --- Log message: Misc. errors. --- Diffs of the changes: (+12 -7) DwarfWriter.h | 19 --- 1 files changed, 12 insertions(+), 7 deletions(-) Index: llvm/include/llvm/CodeGen/DwarfWriter.h d

[llvm-commits] CVS: llvm/include/llvm/ADT/UniqueVector.h

2006-01-17 Thread Evan Cheng
Changes in directory llvm/include/llvm/ADT: UniqueVector.h updated: 1.3 -> 1.4 --- Log message: Suppress "no newline at end of file" warnings. --- Diffs of the changes: (+1 -1) UniqueVector.h |2 +- 1 files changed, 1 insertion(+), 1 deletion(-) Index: llvm/include/llvm/ADT/UniqueVec

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

2006-01-17 Thread Evan Cheng
Changes in directory llvm/lib/CodeGen/SelectionDAG: LegalizeDAG.cpp updated: 1.268 -> 1.269 --- Log message: Bug fix: missing LegalizeOp() on newly created nodes. --- Diffs of the changes: (+6 -1) LegalizeDAG.cpp |7 ++- 1 files changed, 6 insertions(+), 1 deletion(-) Index: llvm

[llvm-commits] CVS: llvm/lib/VMCore/ConstantFolding.cpp ConstantFolding.h Constants.cpp Instruction.cpp Instructions.cpp Verifier.cpp

2006-01-17 Thread Robert L. Bocchino Jr.
Changes in directory llvm/lib/VMCore: ConstantFolding.cpp updated: 1.82 -> 1.83 ConstantFolding.h updated: 1.46 -> 1.47 Constants.cpp updated: 1.144 -> 1.145 Instruction.cpp updated: 1.49 -> 1.50 Instructions.cpp updated: 1.30 -> 1.31 Verifier.cpp updated: 1.143 -> 1.144 --- Log message: VMCore

[llvm-commits] CVS: llvm/lib/Transforms/Scalar/LowerPacked.cpp SCCP.cpp

2006-01-17 Thread Robert L. Bocchino Jr.
Changes in directory llvm/lib/Transforms/Scalar: LowerPacked.cpp updated: 1.7 -> 1.8 SCCP.cpp updated: 1.126 -> 1.127 --- Log message: Lowerpacked and SCCP support for the insertelement operation. --- Diffs of the changes: (+66 -8) LowerPacked.cpp | 53 ++

[llvm-commits] CVS: llvm/test/Feature/instructions.ll

2006-01-17 Thread Robert L. Bocchino Jr.
Changes in directory llvm/test/Feature: instructions.ll updated: 1.1 -> 1.2 --- Log message: Test case for the insertelement operation. --- Diffs of the changes: (+7 -2) instructions.ll |9 +++-- 1 files changed, 7 insertions(+), 2 deletions(-) Index: llvm/test/Feature/instructi

[llvm-commits] CVS: llvm/lib/Transforms/Utils/Local.cpp

2006-01-17 Thread Robert L. Bocchino Jr.
Changes in directory llvm/lib/Transforms/Utils: Local.cpp updated: 1.50 -> 1.51 --- Log message: Constant folding support for the insertelement operation. --- Diffs of the changes: (+3 -0) Local.cpp |3 +++ 1 files changed, 3 insertions(+) Index: llvm/lib/Transforms/Utils/Local.cpp

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

2006-01-17 Thread Jim Laskey
Changes in directory llvm/lib/Target/PowerPC: PPCAsmPrinter.cpp updated: 1.137 -> 1.138 --- Log message: Add frame work for additional dwarf sections. Comments will improve as code is added. --- Diffs of the changes: (+11 -3) PPCAsmPrinter.cpp | 14 +++--- 1 files changed, 11 in

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

2006-01-17 Thread Jim Laskey
Changes in directory llvm/include/llvm/CodeGen: DwarfWriter.h updated: 1.8 -> 1.9 --- Log message: Add frame work for additional dwarf sections. Comments will improve as code is added. --- Diffs of the changes: (+64 -0) DwarfWriter.h | 64

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

2006-01-17 Thread Jim Laskey
Changes in directory llvm/lib/CodeGen: DwarfWriter.cpp updated: 1.6 -> 1.7 --- Log message: Add frame work for additional dwarf sections. Comments will improve as code is added. --- Diffs of the changes: (+72 -0) DwarfWriter.cpp | 72 +

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

2006-01-17 Thread Chris Lattner
Changes in directory llvm/utils/TableGen: DAGISelEmitter.h updated: 1.50 -> 1.51 --- Log message: fix a broken comment --- Diffs of the changes: (+1 -1) DAGISelEmitter.h |2 +- 1 files changed, 1 insertion(+), 1 deletion(-) Index: llvm/utils/TableGen/DAGISelEmitter.h diff -u llvm/uti

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

2006-01-17 Thread Jim Laskey
Changes in directory llvm/include/llvm/CodeGen: DwarfWriter.h updated: 1.9 -> 1.10 --- Log message: Pastos. --- Diffs of the changes: (+9 -9) DwarfWriter.h | 18 +- 1 files changed, 9 insertions(+), 9 deletions(-) Index: llvm/include/llvm/CodeGen/DwarfWriter.h diff -u l

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

2006-01-17 Thread Evan Cheng
Changes in directory llvm/lib/Target/X86: X86ISelLowering.cpp updated: 1.46 -> 1.47 --- Log message: Fix lowering of calls which return f32 values. --- Diffs of the changes: (+12 -0) X86ISelLowering.cpp | 12 1 files changed, 12 insertions(+) Index: llvm/lib/Target/X86/X86

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

2006-01-17 Thread John Criswell
Changes in directory llvm/lib/Linker: Linker.cpp updated: 1.9 -> 1.10 --- Log message: Fixed style of curly brace. No functionality changes. --- Diffs of the changes: (+1 -2) Linker.cpp |3 +-- 1 files changed, 1 insertion(+), 2 deletions(-) Index: llvm/lib/Linker/Linker.cpp diff -u