index
:
bcm5719-llvm
meklort-10.0.0
meklort-10.0.1
ortega-7.0.1
Project Ortega BCM5719 LLVM
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
llvm
/
unittests
/
ADT
/
TinyPtrVectorTest.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add TinyPtrVector support for general pointer-like things.
Andrew Trick
2019-08-20
1
-7
/
+18
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
1
-4
/
+3
*
Ensure moved-from container is cleared on move
George Burgess IV
2017-12-11
1
-0
/
+6
*
Remove uses of deprecated std::random_shuffle in the LLVM code base. Reviewed...
Marshall Clow
2017-02-16
1
-8
/
+2
*
[NFC] Header cleanup
Mehdi Amini
2016-04-18
1
-2
/
+0
*
[tinyptrvector] Add in a MutableArrayRef implicit conversion operator to comp...
Michael Gottesman
2015-01-19
1
-0
/
+21
*
Add 2x constructors for TinyPtrVector, one that takes in one elemenet and the...
Michael Gottesman
2014-12-31
1
-0
/
+26
*
[C++11] Replace LLVM-style type traits with C++11 standard ones.
Benjamin Kramer
2014-03-07
1
-1
/
+1
*
[C++11] Replace llvm::next and llvm::prior with std::next and std::prev.
Benjamin Kramer
2014-03-02
1
-41
/
+41
*
[C++11] Remove uses of LLVM_HAS_RVALUE_REFERENCES from the unittests.
Chandler Carruth
2014-03-01
1
-34
/
+0
*
Sort the #include lines for unittest/...
Chandler Carruth
2012-12-04
1
-3
/
+3
*
Switch LLVM_USE_RVALUE_REFERENCES to LLVM_HAS_RVALUE_REFERENCES.
Chandler Carruth
2012-11-30
1
-17
/
+17
*
Add range erase, element insert, and range insert methods to
Chandler Carruth
2012-08-01
1
-0
/
+91
*
Implement copy and move assignment for TinyPtrVector. These try to
Chandler Carruth
2012-07-31
1
-0
/
+166
*
Bring TinyPtrVector under test. Somehow we never picked up unit tests
Chandler Carruth
2012-07-31
1
-0
/
+191