[ADT] Fix a confusing interface spec and some annoying peculiarities
[oota-llvm.git] / include / llvm / ADT / TinyPtrVector.h
2015-08-10 NAKAMURA TakumiWhitespace.
2015-08-10 NAKAMURA TakumiReformat linebreaks.
2015-01-19 Michael Gottesman[tinyptrvector] Add in a MutableArrayRef implicit conve...
2015-01-19 Michael GottesmanChange using => typedef to please the MSVC bots.
2015-01-19 Michael GottesmanHide the state of TinyPtrVector and remove the single...
2014-12-31 Michael GottesmanAdd 2x constructors for TinyPtrVector, one that takes...
2014-08-27 Craig TopperSimplify creation of a bunch of ArrayRefs by using...
2014-04-14 Craig TopperAdd back some typecasts I accidentally lost in r206142.
2014-04-14 Craig Topper[C++11] More 'nullptr' conversion. In some cases just...
2014-03-02 Benjamin Kramer[C++11] Replace llvm::next and llvm::prior with std...
2014-03-01 Chandler Carruth[C++11] Remove the R-value reference #if usage from...
2012-11-30 Chandler CarruthSwitch LLVM_USE_RVALUE_REFERENCES to LLVM_HAS_RVALUE_RE...
2012-08-01 Chandler CarruthAdd range erase, element insert, and range insert metho...
2012-08-01 Chandler CarruthAdd basic in-bounds asserts to TinyPtrVector::erase.
2012-07-31 Chandler CarruthImplement copy and move assignment for TinyPtrVector...
2012-07-31 Chandler CarruthClean up trailing whitespace and unnecessary blank...
2012-07-31 Chandler CarruthBring TinyPtrVector under test. Somehow we never picked...
2012-05-28 Chris Lattneradd some helper methods to make the type more uniform.
2012-05-19 Benjamin KramerProvide move semantics for TinyPtrVector and for DenseM...
2012-03-07 Eli FriedmanMissing change in r152106 for TinyPtrVector.
2012-03-06 Benjamin KramerRemove excess const, a const_iterator shouldn't be...
2012-03-06 Argyrios Kyrtzidis[TinyPtrVector] Add erase method and const-goodness.
2012-03-06 Argyrios KyrtzidisPointerUnion::getAddrOf() does not need to be template...
2011-12-06 Chris Lattnerallow TinyPtrVector to implicitly convert to ArrayRef.
2011-07-18 Chris Lattnervarious cleanups noticed by Frits
2011-07-18 Chris Lattnerremove pasto
2011-07-18 Chris Lattneradd iteration support to TinyPtrVector for clang's...
2011-07-18 Chris Lattnerfix a warning in TinyPtrVector, adopt it in SSAUpdater...
2011-07-18 Chris Lattnerintroduce a new TinyPtrVector class.