Age | Commit message (Expand) | Author |
---|---|---|
2006-10-27 | Switch over from SelectionNodeCSEMap to FoldingSet. | Jim Laskey |
2006-09-12 | Added support for machine specific constantpool values. These are useful for | Evan Cheng |
2006-08-15 | Start using SDVTList more consistently | Chris Lattner |
2006-08-14 | Add code to resize the CSEMap hash table. This doesn't speedup codegen of | Chris Lattner |
2006-08-14 | Add the actual constant to the hash for ConstantPool nodes. Thanks to | Chris Lattner |
2006-08-12 | Switch to using SuperFastHash instead of adding all elements together. This | Chris Lattner |
2006-08-11 | Switch NodeID to track 32-bit chunks instead of 8-bit chunks, for a 2.5% | Chris Lattner |
2006-08-11 | Remove 8 more std::map's. | Chris Lattner |
2006-08-11 | Move the BBNodes, GlobalValues, TargetGlobalValues, Constants, TargetConstants, | Chris Lattner |
2006-08-07 | Revamp the "CSEMap" datastructure used in the SelectionDAG class. This | Chris Lattner |