[ADT] Fix a confusing interface spec and some annoying peculiarities
[oota-llvm.git] / include / llvm / ADT / FoldingSet.h
2015-08-16 Chandler Carruth[ADT] Teach FoldingSet to be movable.
2015-08-10 NAKAMURA TakumiReformat headers in ADT and Support partially.
2015-08-10 NAKAMURA TakumiWhitespace.
2015-08-10 NAKAMURA TakumiReformat linebreaks.
2015-03-23 Benjamin KramerPurge unused includes throughout libSupport.
2015-03-22 Benjamin KramerFoldingSet: Make FoldingSetImpl's dtor protected and...
2015-02-15 Benjamin KramerFoldingSet: Replace faux variadics with real variadics...
2015-02-01 Benjamin KramerFoldingSetVectorIterator is just a subset of pointee_it...
2014-06-15 Manuel KlimekAdd specialization of FoldingSetTrait for std::pair.
2014-04-07 Craig Topper[C++11] Make use of 'nullptr' in the Support library.
2014-03-30 Chandler Carruth[Allocator] Stop forward-declaring BumpPtrAllocator...
2014-03-04 Craig Topper[C+11] Add 'override' keyword to methods in the support...
2014-01-21 Nick LewyckyAdd operator!= for FoldingSetNodeID and FoldingSetNodeI...
2013-06-10 Duncan SandsAvoid warnings about unused parameters that tend to...
2012-12-03 Chandler CarruthSort the #include lines for the include/... tree with...
2012-09-08 Ted KremenekAdd operator< for FoldingSetNodeID.
2012-05-03 Chandler CarruthAdd a FoldingSetVector datastructure which is analogous...
2012-04-11 Benjamin KramerFoldingSet: Push the hash through FoldingSetTraits...
2012-03-08 Duncan SandsRevert commit 152300 (ddunbar) since it still seems...
2012-03-08 Daniel Dunbar[ADT] Change the trivial FoldingSetNodeID::Add* methods...
2012-03-08 Daniel DunbarRevert r152288, "[ADT] Change the trivial FoldingSetNod...
2012-03-08 Daniel Dunbar[ADT] Change the trivial FoldingSetNodeID::Add* methods...
2011-05-16 Zhongxing XuRemove redundant template partial specilization.
2011-04-25 Chris LattnerImprove adherence to general style, use "foo_t &x"...
2011-04-25 Chris Lattnerallow adding a FoldingSetNodeID to a FastFoldingSetNode...
2010-11-29 Michael J. SpencerMerge System into Support.
2010-08-16 Dan GohmanAdd hooks to FoldingSetTrait to allow specializations...
2010-08-16 Dan GohmanTidy up whitespace in comments.
2010-08-16 Dan GohmanConstify FoldingSetNodeIDRef's Data.
2010-08-16 Dan GohmanReverse the order of GetNodeProfile's arguments, for...
2010-08-16 Dan GohmanFix indentation in example code in a comment.
2010-08-07 Nick LewyckyFix typo.
2010-07-12 Argyrios KyrtzidisAdd convenience method FoldingSetImpl::InsertNode(Node...
2010-06-11 John McCallDefine ContextualFoldingSet, which stores a context...
2010-03-18 Dan GohmanAdd the ability to "intern" FoldingSetNodeID data into a
2009-10-26 Chandler CarruthMove DataTypes.h to include/llvm/System, update all...
2009-10-22 Benjamin KramerRandom include cleanup.
2009-09-22 Daniel DunbarSwitch FoldingSet::AddString to StringRef based API.
2009-07-13 Dan GohmanAdd an optional optimization to FoldingSet to allow...
2009-06-27 Dan GohmanAdd a 'const' in a comment.
2009-05-11 Douglas GregorAdd terminal width detection to llvm::sys::Process...
2009-02-11 Ted KremenekAdd FoldingSet profile method for bools. Patch by...
2009-02-07 Nick LewyckyAdd an API for strings with possible NULLs in the middl...
2009-01-21 Dale JohannesenDo not use host floating point types when emitting
2009-01-09 Misha BrukmanRemoved trailing whitespace.
2009-01-05 Dan GohmanTidy up #includes, deleting a bunch of unnecessary...
2008-11-17 Zhongxing Xumove partial template specialization to FoldingSet.h.
2008-11-16 Zhongxing XuFix 80-col violation.
2008-11-03 Dan GohmanOverload AddInteger on int/long/long long instead of...
2008-08-23 Dan GohmanAdd a clear() method to FoldingSet.
2008-08-22 Dan GohmanAdd an empty() member to FoldingSet.
2008-07-07 Dan GohmanRemove an unnecessary reinterpret_cast.
2008-07-07 Dan GohmanAdd explicit keywords.
2008-07-01 Owen AndersonAdd a version of AddString that takes a const char...
2008-07-01 Ted KremenekAdded partial specialization of FoldingSetTrait for...
2008-03-19 Duncan SandsFix comment.
2008-02-11 Ted KremenekAdded "Profile" method to APFloat for use with FoldingSet.
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.