aboutsummaryrefslogtreecommitdiffstats
path: root/include/llvm/ADT/FoldingSet.h
Commit message (Expand)AuthorAgeFilesLines
* Move DataTypes.h to include/llvm/System, update all users. This breaks the lastChandler Carruth2009-10-261-1/+1
* Random include cleanup.Benjamin Kramer2009-10-221-1/+0
* Switch FoldingSet::AddString to StringRef based API.Daniel Dunbar2009-09-221-4/+2
* Add an optional optimization to FoldingSet to allow ID values to beDan Gohman2009-07-131-0/+14
* Add a 'const' in a comment.Dan Gohman2009-06-271-1/+1
* Add terminal width detection to llvm::sys::Process. This is needed toDouglas Gregor2009-05-111-0/+1
* Add FoldingSet profile method for bools. Patch by Ben Laurie!Ted Kremenek2009-02-111-0/+1
* Add an API for strings with possible NULLs in the middle. Refactor the otherNick Lewycky2009-02-071-0/+1
* Do not use host floating point types when emittingDale Johannesen2009-01-211-2/+0
* Removed trailing whitespace.Misha Brukman2009-01-091-63/+63
* Tidy up #includes, deleting a bunch of unnecessary #includes.Dan Gohman2009-01-051-2/+0
* move partial template specialization to FoldingSet.h.Zhongxing Xu2008-11-171-0/+6
* Fix 80-col violation.Zhongxing Xu2008-11-161-1/+1
* Overload AddInteger on int/long/long long instead of on int/int64_t,Dan Gohman2008-11-031-2/+4
* Add a clear() method to FoldingSet.Dan Gohman2008-08-231-0/+3
* Add an empty() member to FoldingSet.Dan Gohman2008-08-221-0/+3
* Remove an unnecessary reinterpret_cast.Dan Gohman2008-07-071-1/+1
* Add explicit keywords.Dan Gohman2008-07-071-4/+4
* Add a version of AddString that takes a const char* so we can avoid extraneousOwen Anderson2008-07-011-0/+1
* Added partial specialization of FoldingSetTrait for pointers.Ted Kremenek2008-07-011-0/+12
* 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