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