index
:
external_llvm.git
replicant-6.0
Unnamed repository; edit this file 'description' to name the repository.
git repository hosting
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
include
/
llvm
/
ADT
/
TinyPtrVector.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
Switch LLVM_USE_RVALUE_REFERENCES to LLVM_HAS_RVALUE_REFERENCES.
Chandler Carruth
2012-11-30
1
-1
/
+1
*
Add range erase, element insert, and range insert methods to
Chandler Carruth
2012-08-01
1
-1
/
+57
*
Add basic in-bounds asserts to TinyPtrVector::erase.
Chandler Carruth
2012-08-01
1
-0
/
+3
*
Implement copy and move assignment for TinyPtrVector. These try to
Chandler Carruth
2012-07-31
1
-9
/
+56
*
Clean up trailing whitespace and unnecessary blank lines.
Chandler Carruth
2012-07-31
1
-18
/
+16
*
Bring TinyPtrVector under test. Somehow we never picked up unit tests
Chandler Carruth
2012-07-31
1
-9
/
+4
*
add some helper methods to make the type more uniform.
Chris Lattner
2012-05-28
1
-0
/
+17
*
Provide move semantics for TinyPtrVector and for DenseMap's rehash function.
Benjamin Kramer
2012-05-19
1
-0
/
+10
*
Missing change in r152106 for TinyPtrVector.
Eli Friedman
2012-03-07
1
-1
/
+1
*
Remove excess const, a const_iterator shouldn't be const itself.
Benjamin Kramer
2012-03-06
1
-1
/
+1
*
[TinyPtrVector] Add erase method and const-goodness.
Argyrios Kyrtzidis
2012-03-06
1
-4
/
+27
*
PointerUnion::getAddrOf() does not need to be template since we can only
Argyrios Kyrtzidis
2012-03-06
1
-1
/
+1
*
allow TinyPtrVector to implicitly convert to ArrayRef.
Chris Lattner
2011-12-06
1
-0
/
+9
*
various cleanups noticed by Frits
Chris Lattner
2011-07-18
1
-7
/
+7
*
remove pasto
Chris Lattner
2011-07-18
1
-4
/
+0
*
add iteration support to TinyPtrVector for clang's use.
Chris Lattner
2011-07-18
1
-0
/
+22
*
fix a warning in TinyPtrVector, adopt it in SSAUpdater, saving some
Chris Lattner
2011-07-18
1
-1
/
+1
*
introduce a new TinyPtrVector class.
Chris Lattner
2011-07-18
1
-0
/
+115