Simplify memory management with std::unique_ptr.
[oota-llvm.git] / include / llvm / ADT / EquivalenceClasses.h
2015-06-23 Alexander KornienkoRevert r240137 (Fixed/added namespace ending comments...
2015-06-19 Alexander KornienkoFixed/added namespace ending comments using clang-tidy...
2015-02-20 Peter CollingbourneIntroduce bitset metadata format and bitset lowering...
2015-02-01 Adam NemetInclude cstddef in EquivalenceClasses.h
2014-04-28 Craig Topper[C++] Use 'nullptr'.
2014-04-24 Craig Topper[C++] Use 'nullptr'.
2014-03-11 Benjamin KramerRemove copy ctors that did the same thing as the defaul...
2012-09-15 Dmitri GribenkoFix Doxygen issues: wrap code examples in \code and...
2010-11-29 Michael J. SpencerMerge System into Support.
2010-07-12 Bill WendlinggetOrInsertLeaderValue cannot be const because it calls...
2010-05-11 Douglas GregorFixes for Microsoft Visual Studio 2010, from Steven...
2010-03-18 Andrew LenharthNick wants these alphabetized
2010-03-17 Andrew Lenharthmissing include
2009-10-26 Chandler CarruthMove DataTypes.h to include/llvm/System, update all...
2009-08-31 Gabor Greifrestore semantics of operator* (removing a FIXME I...
2009-08-27 Gabor Greifeliminate all 80-col violations that I have introduced...
2009-08-27 Gabor GreifClean up the minor mess I caused with removing iterator...
2008-05-29 Anton KorobeynikovFor PR1338: rename include/llvm/ADT/ilist and friends...
2007-12-29 Chris LattnerDon't attribute in file headers anymore. See llvmdev...
2006-12-07 Bill WendlingChanged llvm_ostream et all to OStream. llvm_cerr,...
2006-11-28 Bill WendlingSupport for llvm_ostreams.
2005-08-23 Chris Lattneradd a method
2005-04-21 Misha BrukmanRemove trailing whitespace
2005-03-21 Chris LattnerProvide a guaranteed definition of intptr_t. Thansk...
2005-03-19 Misha BrukmanConstant-propagate the value of `isL' variable and...
2005-03-19 Jeff CohenSilence VC++ warning about mixing intptr_t and bool...
2005-03-19 Chris LattnerTwo fixes for the copy ctor/operator=:
2005-03-19 Chris Lattneradd some methods, fix a major bug in getLeader() that...
2005-03-19 Chris Lattnerimplement a proper copy ctor, operator= and add a helpe...
2005-03-19 Chris LattnerRewrite this class, making the following improvements:
2004-09-01 Reid SpencerChanges For Bug 352
2004-05-23 Vikram S. AdveRemember the set of leaders. Also compute on demand...
2003-11-11 Brian GaekePut all LLVM code into the llvm namespace, as per bug...
2003-10-20 John CriswellAdded LLVM notice.
2003-09-30 Chris LattnerStandardize header file comments
2003-06-17 Brian GaekeRegularize the names of #include-guards.
2003-06-04 Sumant KowshikMade changes suggested by Chris; Renamed 'union' functi...
2003-05-29 Sumant KowshikImplementation of Equivalence Classes