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

2005-12-01 Thread Andrew Lenharth
Changes in directory llvm/lib/Target/Alpha: AlphaISelPattern.cpp updated: 1.192 -> 1.193 --- Log message: major think-o --- Diffs of the changes: (+10 -5) AlphaISelPattern.cpp | 15 ++- 1 files changed, 10 insertions(+), 5 deletions(-) Index: llvm/lib/Target/Alpha/AlphaISelP

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

2005-12-01 Thread Chris Lattner
Changes in directory llvm/lib/CodeGen/SelectionDAG: SelectionDAG.cpp updated: 1.220 -> 1.221 --- Log message: This is a bugfix for SelectNodeTo. In certain situations, we could be selecting a node and use a mix of getTargetNode() and SelectNodeTo. Because SelectNodeTo didn't check the CSE map

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

2005-12-01 Thread Chris Lattner
Changes in directory llvm/lib/Target/PowerPC: PPCISelDAGToDAG.cpp updated: 1.134 -> 1.135 --- Log message: Make sure these get added into the codegenmap when appropriate --- Diffs of the changes: (+5 -4) PPCISelDAGToDAG.cpp |9 + 1 files changed, 5 insertions(+), 4 deletions(-)

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

2005-12-01 Thread Chris Lattner
Changes in directory llvm/lib/Target/IA64: IA64ISelPattern.cpp updated: 1.68 -> 1.69 --- Log message: IA64 doesn't support the LOCATION node, and for some reason the ISelPattern stuff isn't using ISelLowering.cpp --- Diffs of the changes: (+3 -0) IA64ISelPattern.cpp |3 +++ 1 files cha

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

2005-12-01 Thread Chris Lattner
Changes in directory llvm/lib/CodeGen/SelectionDAG: LegalizeDAG.cpp updated: 1.219 -> 1.220 --- Log message: Promote line and column number information for our friendly 64-bit targets. --- Diffs of the changes: (+10 -3) LegalizeDAG.cpp | 13 ++--- 1 files changed, 10 insertions(+

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

2005-12-01 Thread Chris Lattner
Changes in directory llvm/tools/lli: lli.cpp updated: 1.50 -> 1.51 --- Log message: If a module has a main, but it is defined externally, refuse to run it. Attempting to run it will find lli's main, which isn't the desired effect. --- Diffs of the changes: (+1 -1) lli.cpp |2 +- 1 fil

[llvm-commits] CVS: llvm/test/Regression/CodeGen/PowerPC/2005-12-01-Crash.ll

2005-12-01 Thread Chris Lattner
Changes in directory llvm/test/Regression/CodeGen/PowerPC: 2005-12-01-Crash.ll added (r1.1) --- Log message: New testcase that crashes llc --- Diffs of the changes: (+23 -0) 2005-12-01-Crash.ll | 23 +++ 1 files changed, 23 insertions(+) Index: llvm/test/Regression/

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

2005-12-01 Thread Chris Lattner
Changes in directory llvm/lib/CodeGen/SelectionDAG: SelectionDAG.cpp updated: 1.221 -> 1.222 --- Log message: Don't remove two operand, two result nodes from the binary ops map. These should come from the arbitrary ops map. This fixes Regression/CodeGen/PowerPC/2005-12-01-Crash.ll --- Diffs

[llvm-commits] CVS: llvm/lib/Target/X86/README.txt

2005-12-01 Thread Chris Lattner
Changes in directory llvm/lib/Target/X86: README.txt updated: 1.17 -> 1.18 --- Log message: add a note --- Diffs of the changes: (+6 -0) README.txt |6 ++ 1 files changed, 6 insertions(+) Index: llvm/lib/Target/X86/README.txt diff -u llvm/lib/Target/X86/README.txt:1.17 llvm/lib/T

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

2005-12-01 Thread Andrew Lenharth
Changes in directory llvm/lib/CodeGen/SelectionDAG: LegalizeDAG.cpp updated: 1.220 -> 1.221 --- Log message: cycle counter fix --- Diffs of the changes: (+6 -0) LegalizeDAG.cpp |6 ++ 1 files changed, 6 insertions(+) Index: llvm/lib/CodeGen/SelectionDAG/LegalizeDAG.cpp diff -u llv

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

2005-12-01 Thread Andrew Lenharth
Changes in directory llvm/lib/CodeGen/SelectionDAG: LegalizeDAG.cpp updated: 1.221 -> 1.222 --- Log message: bah, must generate all results --- Diffs of the changes: (+8 -2) LegalizeDAG.cpp | 10 -- 1 files changed, 8 insertions(+), 2 deletions(-) Index: llvm/lib/CodeGen/Selecti