index
:
emscripten-fastcomp
master
LLVM with the emscripten fastcomp javascript backend
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
include
/
llvm
/
ADT
/
TinyPtrVector.h
Age
Commit message (
Expand
)
Author
2012-08-01
Add range erase, element insert, and range insert methods to
Chandler Carruth
2012-08-01
Add basic in-bounds asserts to TinyPtrVector::erase.
Chandler Carruth
2012-07-31
Implement copy and move assignment for TinyPtrVector. These try to
Chandler Carruth
2012-07-31
Clean up trailing whitespace and unnecessary blank lines.
Chandler Carruth
2012-07-31
Bring TinyPtrVector under test. Somehow we never picked up unit tests
Chandler Carruth
2012-05-28
add some helper methods to make the type more uniform.
Chris Lattner
2012-05-19
Provide move semantics for TinyPtrVector and for DenseMap's rehash function.
Benjamin Kramer
2012-03-07
Missing change in r152106 for TinyPtrVector.
Eli Friedman
2012-03-06
Remove 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-06
PointerUnion::getAddrOf() does not need to be template since we can only
Argyrios Kyrtzidis
2011-12-06
allow TinyPtrVector to implicitly convert to ArrayRef.
Chris Lattner
2011-07-18
various cleanups noticed by Frits
Chris Lattner
2011-07-18
remove pasto
Chris Lattner
2011-07-18
add iteration support to TinyPtrVector for clang's use.
Chris Lattner
2011-07-18
fix a warning in TinyPtrVector, adopt it in SSAUpdater, saving some
Chris Lattner
2011-07-18
introduce a new TinyPtrVector class.
Chris Lattner