summaryrefslogtreecommitdiff
path: root/include/llvm/ADT/TinyPtrVector.h
Commit message (Expand)AuthorAge
* Switch LLVM_USE_RVALUE_REFERENCES to LLVM_HAS_RVALUE_REFERENCES.Chandler Carruth2012-11-30
* Add range erase, element insert, and range insert methods toChandler Carruth2012-08-01
* Add basic in-bounds asserts to TinyPtrVector::erase.Chandler Carruth2012-08-01
* Implement copy and move assignment for TinyPtrVector. These try toChandler Carruth2012-07-31
* Clean up trailing whitespace and unnecessary blank lines.Chandler Carruth2012-07-31
* Bring TinyPtrVector under test. Somehow we never picked up unit testsChandler Carruth2012-07-31
* add some helper methods to make the type more uniform.Chris Lattner2012-05-28
* Provide move semantics for TinyPtrVector and for DenseMap's rehash function.Benjamin Kramer2012-05-19
* Missing change in r152106 for TinyPtrVector.Eli Friedman2012-03-07
* Remove excess const, a const_iterator shouldn't be const itself.Benjamin Kramer2012-03-06
* [TinyPtrVector] Add erase method and const-goodness.Argyrios Kyrtzidis2012-03-06
* PointerUnion::getAddrOf() does not need to be template since we can onlyArgyrios Kyrtzidis2012-03-06
* allow TinyPtrVector to implicitly convert to ArrayRef.Chris Lattner2011-12-06
* various cleanups noticed by FritsChris Lattner2011-07-18
* remove pastoChris Lattner2011-07-18
* add iteration support to TinyPtrVector for clang's use.Chris Lattner2011-07-18
* fix a warning in TinyPtrVector, adopt it in SSAUpdater, saving someChris Lattner2011-07-18
* introduce a new TinyPtrVector class.Chris Lattner2011-07-18