aboutsummaryrefslogtreecommitdiff
path: root/include/llvm/CodeGen/SelectionDAGCSEMap.h
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-12Track # nodes in a CSEMap.Chris Lattner
2006-08-11Switch NodeID to track 32-bit chunks instead of 8-bit chunks, for a 2.5%Chris Lattner
2006-08-11Start moving leaf nodes over to the CSEMap.Chris Lattner
2006-08-11new method for adding intsChris Lattner
2006-08-07New CSEMap datastructure implChris Lattner