Start using SDVTList more consistently
[oota-llvm.git] / include / llvm / CodeGen / SelectionDAGCSEMap.h
2006-08-15 Chris LattnerStart using SDVTList more consistently
2006-08-14 Chris LattnerAdd code to resize the CSEMap hash table. This doesn...
2006-08-12 Chris LattnerTrack # nodes in a CSEMap.
2006-08-11 Chris LattnerSwitch NodeID to track 32-bit chunks instead of 8-bit...
2006-08-11 Chris LattnerStart moving leaf nodes over to the CSEMap.
2006-08-11 Chris Lattnernew method for adding ints
2006-08-07 Chris LattnerNew CSEMap datastructure impl