summaryrefslogtreecommitdiff
path: root/include/llvm/ADT/FoldingSet.h
Commit message (Expand)AuthorAge
* Add a clear() method to FoldingSet.Dan Gohman2008-08-23
* Add an empty() member to FoldingSet.Dan Gohman2008-08-22
* Remove an unnecessary reinterpret_cast.Dan Gohman2008-07-07
* Add explicit keywords.Dan Gohman2008-07-07
* Add a version of AddString that takes a const char* so we can avoid extraneousOwen Anderson2008-07-01
* Added partial specialization of FoldingSetTrait for pointers.Ted Kremenek2008-07-01
* Fix comment.Duncan Sands2008-03-19
* Added "Profile" method to APFloat for use with FoldingSet.Ted Kremenek2008-02-11
* Add support to FoldingSet for hashing APInt objects.Dan Gohman2008-02-06
* Added "bucket_iterators" to FoldingSet. Bucket iterators allow iterationTed Kremenek2008-02-04
* Added destructor for template class FoldingSetNodeWrapper.Ted Kremenek2008-01-28
* Added "clear" method to FoldingSetNodeID to allow a FoldingSetNodeID objectTed Kremenek2008-01-21
* Made 'FoldingSetNodeID' a proper class instead of a nested class inTed Kremenek2008-01-19
* Made 'profiling' of objects in a FoldingSet trait-based using FoldingSetTraitTed Kremenek2008-01-19
* Don't attribute in file headers anymore. See llvmdev for theChris Lattner2007-12-29
* Changed access control within FoldingSet for some ivars from "private"Ted Kremenek2007-10-31
* Added member function "size()" to FoldingSet to return the number ofTed Kremenek2007-10-30
* Change a #include into a forward declarationChris Lattner2007-10-09
* Add initial iterator support for folding set.Chris Lattner2007-10-03
* Remove the assumption that FP's are either float orDale Johannesen2007-09-14
* And an FoldingSetImpl::NodeID::AddInteger overload for int64_t, to avoidDan Gohman2007-09-14
* Add explicit keywords and remove spurious trailing semicolons.Dan Gohman2007-08-27
* clean up commentChris Lattner2007-01-27
* fit in 80 colsChris Lattner2007-01-26
* Unbreak VC++ build.Jeff Cohen2006-11-05
* Allow FoldingSet clients to pump up the initial hash size.Jim Laskey2006-11-02
* Clean upJim Laskey2006-10-27
* Apply editorials.Jim Laskey2006-10-27
* Breakout folding hash set from SelectionDAGCSEMap.Jim Laskey2006-10-27