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

2006-01-20 Thread Duraid Madina
Changes in directory llvm/lib/Target/IA64: IA64ISelDAGToDAG.cpp updated: 1.26 -> 1.27 IA64ISelLowering.cpp updated: 1.23 -> 1.24 --- Log message: fix sext breakage: now we correctly deal with functions that return int vs uint --- Diffs of the changes: (+5 -1) IA64ISelDAGToDAG.cpp |2

[llvm-commits] CVS: llvm/lib/VMCore/AutoUpgrade.cpp

2006-01-20 Thread Chris Lattner
Changes in directory llvm/lib/VMCore: AutoUpgrade.cpp updated: 1.4 -> 1.5 --- Log message: Don't use invalidated use_iterator's. This fixes a crash compiling povray --- Diffs of the changes: (+2 -2) AutoUpgrade.cpp |4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) Index: llv

[llvm-commits] CVS: llvm/lib/VMCore/AutoUpgrade.cpp

2006-01-20 Thread Chris Lattner
Changes in directory llvm/lib/VMCore: AutoUpgrade.cpp updated: 1.5 -> 1.6 --- Log message: Remove dead expression. --- Diffs of the changes: (+1 -1) AutoUpgrade.cpp |2 +- 1 files changed, 1 insertion(+), 1 deletion(-) Index: llvm/lib/VMCore/AutoUpgrade.cpp diff -u llvm/lib/VMCore/Au

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

2006-01-20 Thread Robert L. Bocchino Jr.
Changes in directory llvm/lib/ExecutionEngine: ExecutionEngine.cpp updated: 1.72 -> 1.73 --- Log message: Fixed InitializeMemory to handle ConstantPacked. --- Diffs of the changes: (+6 -0) ExecutionEngine.cpp |6 ++ 1 files changed, 6 insertions(+) Index: llvm/lib/ExecutionEngin

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

2006-01-20 Thread Chris Lattner
Changes in directory llvm/lib/CodeGen/SelectionDAG: LegalizeDAG.cpp updated: 1.271 -> 1.272 SelectionDAGISel.cpp updated: 1.128 -> 1.129 --- Log message: If the target doesn't support f32 natively, insert the FP_EXTEND in target-indep code, so that the LowerReturn code doesn't have to handle it

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

2006-01-20 Thread Chris Lattner
Changes in directory llvm/lib/CodeGen/SelectionDAG: LegalizeDAG.cpp updated: 1.272 -> 1.273 --- Log message: remove some unintentionally committed code --- Diffs of the changes: (+2 -3) LegalizeDAG.cpp |5 ++--- 1 files changed, 2 insertions(+), 3 deletions(-) Index: llvm/lib/CodeGen

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

2006-01-20 Thread Chris Lattner
Changes in directory llvm/lib/Target/X86: X86ISelLowering.cpp updated: 1.51 -> 1.52 --- Log message: LowerReturn now doesn't have to handle f32 returns. --- Diffs of the changes: (+0 -2) X86ISelLowering.cpp |2 -- 1 files changed, 2 deletions(-) Index: llvm/lib/Target/X86/X86ISelLowe

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

2006-01-20 Thread Chris Lattner
Changes in directory llvm/lib/Target/CBackend: Writer.cpp updated: 1.250 -> 1.251 --- Log message: Simplify CWriter::printContainedStructs, also allowing it to work with PackedTypes as a side-effect. --- Diffs of the changes: (+11 -18) Writer.cpp | 29 +++-- 1 fi

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

2006-01-20 Thread Jim Laskey
Changes in directory llvm/include/llvm/CodeGen: DwarfWriter.h updated: 1.11 -> 1.12 --- Log message: Reworked how Dwarf debug info entries and abbreviations are handled. Added pubnames and debuy str sections. --- Diffs of the changes: (+235 -90) DwarfWriter.h | 325 ++

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

2006-01-20 Thread Jim Laskey
Changes in directory llvm/lib/CodeGen: DwarfWriter.cpp updated: 1.8 -> 1.9 --- Log message: Reworked how Dwarf debug info entries and abbreviations are handled. Added pubnames and debuy str sections. --- Diffs of the changes: (+425 -161) DwarfWriter.cpp | 586

[llvm-commits] CVS: llvm/lib/Target/IA64/IA64ISelDAGToDAG.cpp IA64ISelLowering.cpp IA64ISelLowering.h IA64InstrInfo.td

2006-01-20 Thread Duraid Madina
Changes in directory llvm/lib/Target/IA64: IA64ISelDAGToDAG.cpp updated: 1.27 -> 1.28 IA64ISelLowering.cpp updated: 1.24 -> 1.25 IA64ISelLowering.h updated: 1.4 -> 1.5 IA64InstrInfo.td updated: 1.41 -> 1.42 --- Log message: remove RET hack, add proper support for rets (watching out for ret voi

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

2006-01-20 Thread Jim Laskey
Changes in directory llvm/include/llvm/CodeGen: DwarfWriter.h updated: 1.12 -> 1.13 --- Log message: Right size integer values before emitting. --- Diffs of the changes: (+2 -1) DwarfWriter.h |3 ++- 1 files changed, 2 insertions(+), 1 deletion(-) Index: llvm/include/llvm/CodeGen/Dwa

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

2006-01-20 Thread Robert L. Bocchino Jr.
Changes in directory llvm/lib/Target/CBackend: Writer.cpp updated: 1.251 -> 1.252 --- Log message: Make the C writer work with packed types. printContainedStructs is still not quite right and will be fixed later. --- Diffs of the changes: (+49 -4) Writer.cpp | 53 ++

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

2006-01-20 Thread Jim Laskey
Changes in directory llvm/lib/CodeGen: DwarfWriter.cpp updated: 1.9 -> 1.10 --- Log message: Right size integer values before emitting. --- Diffs of the changes: (+24 -8) DwarfWriter.cpp | 32 1 files changed, 24 insertions(+), 8 deletions(-) Index: llv

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

2006-01-20 Thread Jim Laskey
Changes in directory llvm/include/llvm/CodeGen: DwarfWriter.h updated: 1.13 -> 1.14 --- Log message: Correct some simple errors. --- Diffs of the changes: (+1 -1) DwarfWriter.h |2 +- 1 files changed, 1 insertion(+), 1 deletion(-) Index: llvm/include/llvm/CodeGen/DwarfWriter.h diff -

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

2006-01-20 Thread Jim Laskey
Changes in directory llvm/include/llvm/CodeGen: DwarfWriter.h updated: 1.14 -> 1.15 --- Log message: Simplify search for abbreviations. --- Diffs of the changes: (+19 -0) DwarfWriter.h | 19 +++ 1 files changed, 19 insertions(+) Index: llvm/include/llvm/CodeGen/DwarfWri

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

2006-01-20 Thread Jim Laskey
Changes in directory llvm/lib/CodeGen: DwarfWriter.cpp updated: 1.10 -> 1.11 --- Log message: Correct some simple errors. --- Diffs of the changes: (+2 -2) DwarfWriter.cpp |4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) Index: llvm/lib/CodeGen/DwarfWriter.cpp diff -u llvm/l

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

2006-01-20 Thread Jim Laskey
Changes in directory llvm/lib/CodeGen: DwarfWriter.cpp updated: 1.11 -> 1.12 --- Log message: Simplify search for abbreviations. --- Diffs of the changes: (+2 -10) DwarfWriter.cpp | 12 ++-- 1 files changed, 2 insertions(+), 10 deletions(-) Index: llvm/lib/CodeGen/DwarfWriter.c

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

2006-01-20 Thread Chris Lattner
Changes in directory llvm/lib/Target/PowerPC: PPCAsmPrinter.cpp updated: 1.139 -> 1.140 --- Log message: trivial formatting improvement: don't insert extra blank lines between .comm vars. --- Diffs of the changes: (+1 -1) PPCAsmPrinter.cpp |2 +- 1 files changed, 1 insertion(+), 1 dele

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

2006-01-20 Thread Evan Cheng
Changes in directory llvm/include/llvm/CodeGen: ScheduleDAG.h added (r1.1) SelectionDAGISel.h updated: 1.7 -> 1.8 --- Log message: Do some code refactoring on Jim's scheduler in preparation of the new list scheduler. --- Diffs of the changes: (+289 -1) ScheduleDAG.h | 288 +++

[llvm-commits] CVS: llvm/lib/Target/X86/X86FloatingPoint.cpp X86ISelPattern.cpp X86InstrInfo.td

2006-01-20 Thread Evan Cheng
Changes in directory llvm/lib/Target/X86: X86FloatingPoint.cpp updated: 1.46 -> 1.47 X86ISelPattern.cpp updated: 1.198 -> 1.199 X86InstrInfo.td updated: 1.215 -> 1.216 --- Log message: Rename fcmovae to fcmovnb and fcmova to fcmovnbe (following Intel manual). Some assemblers can't recognize the

[llvm-commits] CVS: llvm/test/Regression/CodeGen/PowerPC/2006-01-20-ShiftPartsCrash.ll

2006-01-20 Thread Chris Lattner
Changes in directory llvm/test/Regression/CodeGen/PowerPC: 2006-01-20-ShiftPartsCrash.ll added (r1.1) --- Log message: new testcase that crashes llc for ppc --- Diffs of the changes: (+17 -0) 2006-01-20-ShiftPartsCrash.ll | 17 + 1 files changed, 17 insertions(+) Index:

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

2006-01-20 Thread Chris Lattner
Changes in directory llvm/lib/CodeGen/SelectionDAG: LegalizeDAG.cpp updated: 1.273 -> 1.274 --- Log message: Fix CodeGen/PowerPC/2006-01-20-ShiftPartsCrash.ll --- Diffs of the changes: (+15 -15) LegalizeDAG.cpp | 30 +++--- 1 files changed, 15 insertions(+), 15 de