Last round of 2-node folds from SD.cpp. Will move on to 3 node ops such
[oota-llvm.git] / lib / CodeGen / SelectionDAG / DAGCombiner.cpp
2005-09-09 Nate BegemanLast round of 2-node folds from SD.cpp. Will move...
2005-09-08 Nate BegemanMove yet more folds over to the dag combiner from sd.cpp
2005-09-07 Nate BegemanAnother round of dag combiner changes. This fixes...
2005-09-07 Nate BegemanImplement a common missing fold, (add (add x, c1),...
2005-09-07 Nate BegemanAdd an option to the DAG Combiner to enable it for...
2005-09-06 Nate BegemanNext round of DAGCombiner changes. This version now...
2005-09-02 Nate BegemanNext round of DAG Combiner changes. Just need to suppo...
2005-09-01 Nate BegemanImplement first round of feedback from chris (there...
2005-09-01 Nate BegemanAdd the rest of the currently implemented visit routine...
2005-09-01 Nate BegemanFirst pass at the DAG Combiner. It isn't used anywhere...