[llvm-commits] CVS: llvm/test/Regression/CodeGen/X86/fabs.ll fp-immediate-shorten.ll negatize_zero.ll

2006-03-15 Thread Evan Cheng
Changes in directory llvm/test/Regression/CodeGen/X86: fabs.ll updated: 1.6 -> 1.7 fp-immediate-shorten.ll updated: 1.2 -> 1.3 negatize_zero.ll updated: 1.2 -> 1.3 --- Log message: Also requires -mattr=-sse3 --- Diffs of the changes: (+3 -3) fabs.ll |2 +- fp-immediate-

[llvm-commits] CVS: llvm/lib/Analysis/DataStructure/Local.cpp

2006-03-15 Thread Andrew Lenharth
Changes in directory llvm/lib/Analysis/DataStructure: Local.cpp updated: 1.141 -> 1.142 --- Log message: remove qsort for now --- Diffs of the changes: (+0 -9) Local.cpp |9 - 1 files changed, 9 deletions(-) Index: llvm/lib/Analysis/DataStructure/Local.cpp diff -u llvm/lib/Ana

[llvm-commits] CVS: llvm/test/Regression/Analysis/DSGraph/2004-02-13-memcpy.ll

2006-03-15 Thread Andrew Lenharth
Changes in directory llvm/test/Regression/Analysis/DSGraph: 2004-02-13-memcpy.ll updated: 1.2 -> 1.3 --- Log message: better check --- Diffs of the changes: (+15 -3) 2004-02-13-memcpy.ll | 18 +++--- 1 files changed, 15 insertions(+), 3 deletions(-) Index: llvm/test/Regressi

[llvm-commits] CVS: llvm/lib/Analysis/DataStructure/Local.cpp

2006-03-15 Thread Andrew Lenharth
Changes in directory llvm/lib/Analysis/DataStructure: Local.cpp updated: 1.142 -> 1.143 --- Log message: no heap is happening here --- Diffs of the changes: (+1 -1) Local.cpp |2 +- 1 files changed, 1 insertion(+), 1 deletion(-) Index: llvm/lib/Analysis/DataStructure/Local.cpp diff -u

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

2006-03-15 Thread Jim Laskey
Changes in directory llvm/lib/CodeGen: DwarfWriter.cpp updated: 1.47 -> 1.48 MachineDebugInfo.cpp updated: 1.31 -> 1.32 --- Log message: Expand subprogram and added block descriptor. --- Diffs of the changes: (+79 -29) DwarfWriter.cpp | 14 +++ MachineDebugInfo.cpp | 94 ++

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

2006-03-15 Thread Jim Laskey
Changes in directory llvm/include/llvm/CodeGen: MachineDebugInfo.h updated: 1.29 -> 1.30 --- Log message: Expand subprogram and added block descriptor. --- Diffs of the changes: (+49 -11) MachineDebugInfo.h | 60 +++-- 1 files changed, 49 i

[llvm-commits] CVS: llvm/docs/SourceLevelDebugging.html

2006-03-15 Thread Jim Laskey
Changes in directory llvm/docs: SourceLevelDebugging.html updated: 1.14 -> 1.15 --- Log message: Update doc to reflect changes in subprogram and block descriptors. --- Diffs of the changes: (+56 -24) SourceLevelDebugging.html | 80 -- 1 files c

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

2006-03-15 Thread Chris Lattner
Changes in directory llvm/utils/TableGen: IntrinsicEmitter.cpp updated: 1.13 -> 1.14 --- Log message: allow the GCCBuiltinName field to be optional --- Diffs of the changes: (+2 -1) IntrinsicEmitter.cpp |3 ++- 1 files changed, 2 insertions(+), 1 deletion(-) Index: llvm/utils/TableGe

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

2006-03-15 Thread Chris Lattner
Changes in directory llvm/lib/Transforms/IPO: StripSymbols.cpp updated: 1.6 -> 1.7 --- Log message: Teach the strip pass to strip type names in addition to value names. This is fallout from the type/value split in the symtab long long ago :) --- Diffs of the changes: (+5 -0) StripSymbols.

[llvm-commits] CVS: llvm/include/llvm/Intrinsics.td

2006-03-15 Thread Chris Lattner
Changes in directory llvm/include/llvm: Intrinsics.td updated: 1.9 -> 1.10 --- Log message: minor changes so that GCC builtin can be specified before the Intrinsic info, add some more PPC intrinsics. --- Diffs of the changes: (+14 -4) Intrinsics.td | 18 ++ 1 files change

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

2006-03-15 Thread Chris Lattner
Changes in directory llvm/lib/CodeGen/SelectionDAG: SelectionDAG.cpp updated: 1.269 -> 1.270 SelectionDAGISel.cpp updated: 1.188 -> 1.189 --- Log message: add support for vector->vector casts --- Diffs of the changes: (+79 -35) SelectionDAG.cpp |4 - SelectionDAGISel.cpp | 110 +++

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

2006-03-15 Thread Chris Lattner
Changes in directory llvm/lib/CodeGen/SelectionDAG: LegalizeDAG.cpp updated: 1.314 -> 1.315 --- Log message: Add a note, this code should be moved to the dag combiner. --- Diffs of the changes: (+1 -0) LegalizeDAG.cpp |1 + 1 files changed, 1 insertion(+) Index: llvm/lib/CodeGen/Sele

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

2006-03-15 Thread Chris Lattner
Changes in directory llvm/lib/Target: TargetSelectionDAG.td updated: 1.51 -> 1.52 --- Log message: add support for the bitconvert node --- Diffs of the changes: (+3 -0) TargetSelectionDAG.td |3 +++ 1 files changed, 3 insertions(+) Index: llvm/lib/Target/TargetSelectionDAG.td diff -

[llvm-commits] CVS: llvm/test/Regression/C++Frontend/2006-03-06-C++RecurseCrash.cpp

2006-03-15 Thread Reid Spencer
Changes in directory llvm/test/Regression/C++Frontend: 2006-03-06-C++RecurseCrash.cpp updated: 1.1 -> 1.2 --- Log message: Add a RUN: line so this test doesn't fail. --- Diffs of the changes: (+1 -1) 2006-03-06-C++RecurseCrash.cpp |2 +- 1 files changed, 1 insertion(+), 1 deletion(-)