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
/
ArrayRefTest.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Correcting the ArrayRef test to not cause use-after-free bugs with initialize...
Aaron Ballman
2015-02-17
1
-3
/
+5
*
Adding additional tests to ensure that initializer lists created from return ...
Aaron Ballman
2015-02-17
1
-0
/
+13
*
Addressing a post-commit review comment suggesting to avoid using direct init...
Aaron Ballman
2015-02-17
1
-1
/
+1
*
I believe we no longer require LLVM_HAS_INITIALIZER_LISTS; it's supported in ...
Aaron Ballman
2015-02-17
1
-0
/
+6
*
Revert r225053: Add an ArrayRef upcasting constructor from ArrayRef<U*> -> Ar...
Chandler Carruth
2015-01-01
1
-35
/
+0
*
Add an ArrayRef upcasting constructor from ArrayRef<U*> -> ArrayRef<T*> where...
Michael Gottesman
2014-12-31
1
-0
/
+35
*
Add some negative (and positive) static_assert checks for ArrayRef-of-pointer...
David Blaikie
2014-08-31
1
-0
/
+17
*
Add a test for converting ArrayRef<T *> to ArrayRef<const T *>.
Craig Topper
2014-08-30
1
-0
/
+10
*
ADT: Unit test for ArrayRef::equals change in r215986
Duncan P. N. Exon Smith
2014-08-19
1
-0
/
+4
*
[ADT] Add a remarkbly useful little helper routine to ArrayRef for
Chandler Carruth
2014-07-27
1
-0
/
+22
*
ADT: Add a drop_back() helper to ArrayRef
David Majnemer
2014-07-05
1
-0
/
+7
*
Fix layering StringRef copy using BumpPtrAllocator.
Nick Kledzik
2014-02-05
1
-0
/
+33