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
*
[ADR] ArrayRefTest: disable SizeTSizedOperations test - it's UB.
Roman Lebedev
2019-10-10
1
-1
/
+3
*
[NFC] Add { } to silence compiler warning [-Wmissing-braces].
Huihui Zhang
2019-09-25
1
-1
/
+1
*
[llvm][ADT][NFC] Add test for makeArrayRef(std::array)
Jan Korous
2019-09-10
1
-0
/
+10
*
[ADT] Enable ArrayRef/StringRef is_assignable tests on MSVC
Simon Pilgrim
2019-07-09
1
-5
/
+0
*
[ADT] Fix OwningArrayRef's move ctor
Fangrui Song
2019-04-13
1
-0
/
+7
*
Revert r351954 "Add a value_type to ArrayRef."
Clement Courbet
2019-01-25
1
-8
/
+0
*
Re-land rL322538 "Add a value_type to ArrayRef."
Clement Courbet
2019-01-23
1
-0
/
+8
*
Replace llvm::isPodLike<...> by llvm::is_trivially_copyable<...>
Serge Guelton
2019-01-20
1
-0
/
+3
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
1
-4
/
+3
*
Revert "ADT: Move ArrayRef comparison operators into the class"
Pavel Labath
2018-06-28
1
-4
/
+0
*
ADT: Move ArrayRef comparison operators into the class
Pavel Labath
2018-06-28
1
-0
/
+4
*
Fix incorrect usage of std::is_assignable.
Richard Smith
2018-02-02
1
-4
/
+4
*
Revert "Add a value_type to ArrayRef."
Clement Courbet
2018-01-18
1
-8
/
+0
*
Add a value_type to ArrayRef.
Clement Courbet
2018-01-16
1
-0
/
+8
*
Avoid a UB pointer overflow in the ArrayRef unit test
Vedant Kumar
2017-05-31
1
-15
/
+15
*
Add some searching functions for ArrayRef<T>.
Zachary Turner
2016-11-22
1
-0
/
+44
*
Re-apply "Disallow ArrayRef assignment from temporaries."
Jordan Rose
2016-10-11
1
-0
/
+28
*
Revert "Disallow ArrayRef assignment from temporaries."
Zachary Turner
2016-10-10
1
-23
/
+0
*
Disallow ArrayRef assignment from temporaries.
Jordan Rose
2016-10-10
1
-0
/
+23
*
Fix unit test after function name change.
Zachary Turner
2016-08-30
1
-4
/
+4
*
Add StringRef::take_front and StringRef::take_back
Zachary Turner
2016-08-30
1
-0
/
+14
*
Fix ArrayRef initializer_list Ctor Test
David Blaikie
2016-08-25
1
-1
/
+2
*
[ADT] Pass ArrayRef::slice size_t instead of unsigned.
Ahmed Bougacha
2016-06-02
1
-0
/
+15
*
[ADT] Add drop_front method to ArrayRef
Reid Kleckner
2016-05-03
1
-0
/
+7
*
Add makeArrayRef() overload for ArrayRef input (no-op/identity) NFC
Mehdi Amini
2015-09-10
1
-0
/
+16
*
[ArrayRefTest] Work around a GCC 4.8 internal compiler error.
Benjamin Kramer
2015-08-05
1
-5
/
+2
*
unittests/ADT/ArrayRefTest.cpp: Suppress r243995 on g++-4.8 for now to unbrea...
NAKAMURA Takumi
2015-08-05
1
-0
/
+4
*
[ArrayRef] Make copy use std::uninitialized_copy.
Benjamin Kramer
2015-08-04
1
-1
/
+13
*
Removing spurious semi colons; NFC.
Aaron Ballman
2015-06-09
1
-1
/
+1
*
ArrayRef: Remove the equals helper with many arguments.
Benjamin Kramer
2015-03-01
1
-14
/
+14
*
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