Move DataTypes.h to include/llvm/System, update all users. This breaks the last
[oota-llvm.git] / include / llvm / ADT / FoldingSet.h
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.