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

2005-11-29 Thread Andrew Lenharth
Changes in directory llvm/lib/CodeGen/SelectionDAG: LegalizeDAG.cpp updated: 1.217 - 1.218 --- Log message: add support for custom lowering SINT_TO_FP --- Diffs of the changes: (+13 -0) LegalizeDAG.cpp | 13 + 1 files changed, 13 insertions(+) Index:

[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/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

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

2005-11-20 Thread Andrew Lenharth
Changes in directory llvm/lib/CodeGen/SelectionDAG: LegalizeDAG.cpp updated: 1.211 - 1.212 --- Log message: The first patch of X86 support for read cycle counter --- Diffs of the changes: (+12 -0) LegalizeDAG.cpp | 12 1 files changed, 12 insertions(+) Index:

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

2005-11-18 Thread Nate Begeman
Changes in directory llvm/lib/CodeGen/SelectionDAG: LegalizeDAG.cpp updated: 1.209 - 1.210 SelectionDAG.cpp updated: 1.212 - 1.213 SelectionDAGISel.cpp updated: 1.101 - 1.102 --- Log message: Teach LLVM how to scalarize packed types. Currently, this only works on packed types with an element

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

2005-11-16 Thread Chris Lattner
Changes in directory llvm/lib/CodeGen/SelectionDAG: LegalizeDAG.cpp updated: 1.207 - 1.208 --- Log message: Teach legalize about targetglobaladdress --- Diffs of the changes: (+1 -0) LegalizeDAG.cpp |1 + 1 files changed, 1 insertion(+) Index:

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

2005-11-09 Thread Chris Lattner
Changes in directory llvm/lib/CodeGen/SelectionDAG: LegalizeDAG.cpp updated: 1.205 - 1.206 DAGCombiner.cpp updated: 1.60 - 1.61 ScheduleDAG.cpp updated: 1.44 - 1.45 SelectionDAG.cpp updated: 1.210 - 1.211 --- Log message: Switch the allnodes list from a vector of pointers to an ilist of

<    1   2   3