Add support to FoldingSet for hashing APInt objects.
[oota-llvm.git] / include / llvm / ADT / FoldingSet.h
2008-02-06 Dan GohmanAdd support to FoldingSet for hashing APInt objects.
2008-02-04 Ted KremenekAdded "bucket_iterators" to FoldingSet. Bucket iterato...
2008-01-28 Ted KremenekAdded destructor for template class FoldingSetNodeWrapper.
2008-01-21 Ted KremenekAdded "clear" method to FoldingSetNodeID to allow a...
2008-01-19 Ted KremenekMade 'FoldingSetNodeID' a proper class instead of a...
2008-01-19 Ted KremenekMade 'profiling' of objects in a FoldingSet trait-based...
2007-12-29 Chris LattnerDon't attribute in file headers anymore. See llvmdev...
2007-10-31 Ted KremenekChanged access control within FoldingSet for some ivars...
2007-10-30 Ted KremenekAdded member function "size()" to FoldingSet to return...
2007-10-09 Chris LattnerChange a #include into a forward declaration
2007-10-03 Chris LattnerAdd initial iterator support for folding set.
2007-09-14 Dale JohannesenRemove the assumption that FP's are either float or
2007-09-14 Dan GohmanAnd an FoldingSetImpl::NodeID::AddInteger overload...
2007-08-27 Dan GohmanAdd explicit keywords and remove spurious trailing...
2007-01-27 Chris Lattnerclean up comment
2007-01-26 Chris Lattnerfit in 80 cols
2006-11-05 Jeff CohenUnbreak VC++ build.
2006-11-02 Jim LaskeyAllow FoldingSet clients to pump up the initial hash...
2006-10-27 Jim LaskeyClean up
2006-10-27 Jim LaskeyApply editorials.
2006-10-27 Jim LaskeyBreakout folding hash set from SelectionDAGCSEMap.