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

2006-08-15 Thread Chris Lattner
Changes in directory llvm/include/llvm/CodeGen: SelectionDAG.h updated: 1.122 -> 1.123 SelectionDAGCSEMap.h updated: 1.6 -> 1.7 SelectionDAGNodes.h updated: 1.141 -> 1.142 --- Log message: Start using SDVTList more consistently --- Diffs of the changes: (+25 -18) SelectionDAG.h |

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

2006-08-14 Thread Chris Lattner
Changes in directory llvm/include/llvm/CodeGen: SelectionDAG.h updated: 1.117 -> 1.118 SelectionDAGCSEMap.h updated: 1.5 -> 1.6 SelectionDAGNodes.h updated: 1.139 -> 1.140 --- Log message: Add code to resize the CSEMap hash table. This doesn't speedup codegen of kimwitu, but seems like a good

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

2006-08-11 Thread Chris Lattner
Changes in directory llvm/include/llvm/CodeGen: SelectionDAG.h updated: 1.115 -> 1.116 SelectionDAGCSEMap.h updated: 1.2 -> 1.3 --- Log message: Start moving leaf nodes over to the CSEMap. --- Diffs of the changes: (+20 -14) SelectionDAG.h | 21 - SelectionDAGCS