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

2005-11-28 Thread Chris Lattner
Changes in directory llvm/lib/Target: Target.td updated: 1.58 - 1.59 --- Log message: fix a typo :) --- Diffs of the changes: (+1 -1) Target.td |2 +- 1 files changed, 1 insertion(+), 1 deletion(-) Index: llvm/lib/Target/Target.td diff -u llvm/lib/Target/Target.td:1.58

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

2005-11-28 Thread Chris Lattner
Changes in directory llvm/lib/Target: Target.td updated: 1.59 - 1.60 --- Log message: revert my change for the time being, which broke the build --- Diffs of the changes: (+1 -1) Target.td |2 +- 1 files changed, 1 insertion(+), 1 deletion(-) Index: llvm/lib/Target/Target.td diff -u

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

2005-11-28 Thread Chris Lattner
Changes in directory llvm/lib/Target/PowerPC: PPCRegisterInfo.td updated: 1.22 - 1.23 --- Log message: don't say this is i128, because it isn't yet. Hopefully nate will change this to be something sane, but in the mean time it is unused, so safe to make something bogus. --- Diffs of the

[llvm-commits] CVS: llvm/include/llvm/Analysis/Dominators.h

2005-11-28 Thread Chris Lattner
Changes in directory llvm/include/llvm/Analysis: Dominators.h updated: 1.50 - 1.51 --- Log message: Fix PR670: http://llvm.cs.uiuc.edu/PR670 and test/Regression/Transforms/Mem2Reg/2005-11-28-Crash.ll --- Diffs of the changes: (+1 -0) Dominators.h |1 + 1 files changed, 1

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

2005-11-28 Thread Chris Lattner
Changes in directory llvm/docs: Lexicon.html updated: 1.11 - 1.12 --- Log message: Add SCC to the lexicon. Patch provided by Marco Matthies, thanks! --- Diffs of the changes: (+5 -2) Lexicon.html |7 +-- 1 files changed, 5 insertions(+), 2 deletions(-) Index:

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

2005-11-28 Thread Nate Begeman
Changes in directory llvm/include/llvm/CodeGen: ValueTypes.h updated: 1.13 - 1.14 --- Log message: Add the majority of the vector machien value types we expect to support, and make a few changes to the legalization machinery to support more than 16 types. --- Diffs of the changes: (+21 -3)

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

2005-11-28 Thread Nate Begeman
Changes in directory llvm/lib/Target: Target.td updated: 1.61 - 1.62 TargetLowering.cpp updated: 1.14 - 1.15 --- Log message: Add the majority of the vector machien value types we expect to support, and make a few changes to the legalization machinery to support more than 16 types. --- Diffs

[llvm-commits] CVS: llvm/include/llvm/Target/TargetLowering.h

2005-11-28 Thread Nate Begeman
Changes in directory llvm/include/llvm/Target: TargetLowering.h updated: 1.28 - 1.29 --- Log message: Add the majority of the vector machien value types we expect to support, and make a few changes to the legalization machinery to support more than 16 types. --- Diffs of the changes: (+2

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

2005-11-28 Thread Nate Begeman
Changes in directory llvm/lib/CodeGen/SelectionDAG: LegalizeDAG.cpp updated: 1.215 - 1.216 --- Log message: Add the majority of the vector machien value types we expect to support, and make a few changes to the legalization machinery to support more than 16 types. --- Diffs of the changes:

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

2005-11-28 Thread Nate Begeman
Changes in directory llvm/lib/CodeGen: ValueTypes.cpp updated: 1.5 - 1.6 --- Log message: Add the majority of the vector machien value types we expect to support, and make a few changes to the legalization machinery to support more than 16 types. --- Diffs of the changes: (+6 -0)

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

2005-11-28 Thread Chris Lattner
Changes in directory llvm/include/llvm/CodeGen: SelectionDAG.h updated: 1.70 - 1.71 SelectionDAGNodes.h updated: 1.78 - 1.79 --- Log message: Add support for a new STRING and LOCATION node for line number support, patch contributed by Daniel Berlin, with a few cleanups here and there by me.

[llvm-commits] CVS: llvm/lib/Target/Alpha/AlphaISelLowering.cpp

2005-11-28 Thread Chris Lattner
Changes in directory llvm/lib/Target/Alpha: AlphaISelLowering.cpp updated: 1.8 - 1.9 --- Log message: No targets support line number info yet. --- Diffs of the changes: (+3 -0) AlphaISelLowering.cpp |3 +++ 1 files changed, 3 insertions(+) Index:

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

2005-11-28 Thread Chris Lattner
Changes in directory llvm/lib/Target/PowerPC: PPCISelLowering.cpp updated: 1.45 - 1.46 --- Log message: No targets support line number info yet. --- Diffs of the changes: (+3 -0) PPCISelLowering.cpp |3 +++ 1 files changed, 3 insertions(+) Index:

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

2005-11-28 Thread Chris Lattner
Changes in directory llvm/lib/Target/IA64: IA64ISelLowering.cpp updated: 1.3 - 1.4 --- Log message: No targets support line number info yet. --- Diffs of the changes: (+3 -0) IA64ISelLowering.cpp |3 +++ 1 files changed, 3 insertions(+) Index:

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

2005-11-28 Thread Chris Lattner
Changes in directory llvm/lib/CodeGen/SelectionDAG: LegalizeDAG.cpp updated: 1.216 - 1.217 SelectionDAG.cpp updated: 1.215 - 1.216 SelectionDAGISel.cpp updated: 1.105 - 1.106 SelectionDAGPrinter.cpp updated: 1.28 - 1.29 --- Log message: Add support for a new STRING and LOCATION node for line