aboutsummaryrefslogtreecommitdiffstats
path: root/include/llvm/ADT/FoldingSet.h
Commit message (Expand)AuthorAgeFilesLines
* Fix comment.Duncan Sands2008-03-191-1/+1
* Added "Profile" method to APFloat for use with FoldingSet.Ted Kremenek2008-02-111-15/+16
* Add support to FoldingSet for hashing APInt objects.Dan Gohman2008-02-061-0/+2
* Added "bucket_iterators" to FoldingSet. Bucket iterators allow iterationTed Kremenek2008-02-041-0/+62
* Added destructor for template class FoldingSetNodeWrapper.Ted Kremenek2008-01-281-1/+4
* Added "clear" method to FoldingSetNodeID to allow a FoldingSetNodeID objectTed Kremenek2008-01-211-0/+4
* Made 'FoldingSetNodeID' a proper class instead of a nested class inTed Kremenek2008-01-191-51/+47
* Made 'profiling' of objects in a FoldingSet trait-based using FoldingSetTraitTed Kremenek2008-01-191-1/+53
* Don't attribute in file headers anymore. See llvmdev for theChris Lattner2007-12-291-2/+2
* Changed access control within FoldingSet for some ivars from "private"Ted Kremenek2007-10-311-1/+1
* Added member function "size()" to FoldingSet to return the number ofTed Kremenek2007-10-301-1/+4
* Change a #include into a forward declarationChris Lattner2007-10-091-1/+1
* Add initial iterator support for folding set.Chris Lattner2007-10-031-0/+51
* Remove the assumption that FP's are either float orDale Johannesen2007-09-141-0/+2
* And an FoldingSetImpl::NodeID::AddInteger overload for int64_t, to avoidDan Gohman2007-09-141-0/+1
* Add explicit keywords and remove spurious trailing semicolons.Dan Gohman2007-08-271-2/+2
* clean up commentChris Lattner2007-01-271-3/+3
* fit in 80 colsChris Lattner2007-01-261-2/+2
* Unbreak VC++ build.Jeff Cohen2006-11-051-0/+2
* Allow FoldingSet clients to pump up the initial hash size.Jim Laskey2006-11-021-1/+5
* Clean upJim Laskey2006-10-271-2/+2
* Apply editorials.Jim Laskey2006-10-271-87/+58
* Breakout folding hash set from SelectionDAGCSEMap.Jim Laskey2006-10-271-0/+281