aboutsummaryrefslogtreecommitdiffstats
path: root/include/llvm/ADT/TinyPtrVector.h
Commit message (Expand)AuthorAgeFilesLines
* Update aosp/master LLVM for rebase to r230699.Stephen Hines2015-03-231-1/+21
* Update aosp/master LLVM for rebase to r222494.Stephen Hines2014-12-021-1/+1
* Update LLVM for 3.5 rebase (r209712).Stephen Hines2014-05-291-7/+7
* Update to LLVM 3.5a.Stephen Hines2014-04-241-6/+2
* Switch LLVM_USE_RVALUE_REFERENCES to LLVM_HAS_RVALUE_REFERENCES.Chandler Carruth2012-11-301-1/+1
* Add range erase, element insert, and range insert methods toChandler Carruth2012-08-011-1/+57
* Add basic in-bounds asserts to TinyPtrVector::erase.Chandler Carruth2012-08-011-0/+3
* Implement copy and move assignment for TinyPtrVector. These try toChandler Carruth2012-07-311-9/+56
* Clean up trailing whitespace and unnecessary blank lines.Chandler Carruth2012-07-311-18/+16
* Bring TinyPtrVector under test. Somehow we never picked up unit testsChandler Carruth2012-07-311-9/+4
* add some helper methods to make the type more uniform.Chris Lattner2012-05-281-0/+17
* Provide move semantics for TinyPtrVector and for DenseMap's rehash function.Benjamin Kramer2012-05-191-0/+10
* Missing change in r152106 for TinyPtrVector.Eli Friedman2012-03-071-1/+1
* Remove excess const, a const_iterator shouldn't be const itself.Benjamin Kramer2012-03-061-1/+1
* [TinyPtrVector] Add erase method and const-goodness.Argyrios Kyrtzidis2012-03-061-4/+27
* PointerUnion::getAddrOf() does not need to be template since we can onlyArgyrios Kyrtzidis2012-03-061-1/+1
* allow TinyPtrVector to implicitly convert to ArrayRef.Chris Lattner2011-12-061-0/+9
* various cleanups noticed by FritsChris Lattner2011-07-181-7/+7
* remove pastoChris Lattner2011-07-181-4/+0
* add iteration support to TinyPtrVector for clang's use.Chris Lattner2011-07-181-0/+22
* fix a warning in TinyPtrVector, adopt it in SSAUpdater, saving someChris Lattner2011-07-181-1/+1
* introduce a new TinyPtrVector class.Chris Lattner2011-07-181-0/+115