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