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
/
libcxx
/
include
/
array
Commit message (
Expand
)
Author
Age
Files
Lines
*
[libc++] Fix recursive instantiation in std::array.
Eric Fiselier
2020-06-26
1
-1
/
+1
*
[libc++] Declare std::tuple_element as struct instead of class
Louis Dionne
2019-04-01
1
-3
/
+2
*
Mark 'front()' and 'back()' as noexcept for array/deque/string/string_view. T...
Marshall Clow
2019-03-19
1
-8
/
+8
*
Add noexcept to operator[] for array and deque. This is an extension. We alre...
Marshall Clow
2019-03-14
1
-4
/
+4
*
Update more file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
1
-4
/
+3
*
Change from a to a . Fixes PR#39871.
Marshall Clow
2019-01-11
1
-2
/
+2
*
Implement the infrastructure for feature-test macros. Very few actual feature...
Marshall Clow
2018-09-12
1
-0
/
+1
*
Implement P1023: constexpr comparison operators for std::array
Marshall Clow
2018-08-02
1
-6
/
+6
*
Implement deduction guides for <array>; Reviewed as https://reviews.llvm.org/...
Marshall Clow
2018-05-18
1
-1
/
+12
*
Fix size and alignment of array<T, 0>.
Eric Fiselier
2018-02-07
1
-2
/
+3
*
[libc++] Fix PR35491 - std::array of zero-size doesn't work with non-default ...
Eric Fiselier
2018-02-07
1
-20
/
+147
*
Revert "[libc++] Fix PR35491 - std::array of zero-size doesn't work with non-...
Nirav Dave
2018-02-06
1
-70
/
+17
*
Fix initialization of array<const T, 0> with GCC.
Eric Fiselier
2018-02-04
1
-8
/
+6
*
Make array<const T, 0> non-CopyAssignable and make swap and fill ill-formed.
Eric Fiselier
2018-02-04
1
-10
/
+21
*
[libc++] Fix PR35491 - std::array of zero-size doesn't work with non-default ...
Eric Fiselier
2018-02-04
1
-16
/
+60
*
First part of P0600 - '[[nodiscard] in the standard library'. Mark the 'empty...
Marshall Clow
2017-11-15
1
-1
/
+1
*
[array.tuple]/1 says that instantiating tuple_element<N, array<T, M>> is ill-...
Marshall Clow
2017-06-12
1
-0
/
+1
*
[Libc++] Use #pragma push_macro/pop_macro to better handle min/max on Windows
Eric Fiselier
2017-05-31
1
-0
/
+2
*
Replace _LIBCPP_HAS_NO_<C++03 feature> with _LIBCPP_CXX03_LANG in <array>
Eric Fiselier
2017-04-16
1
-2
/
+2
*
Implement the missing constexpr stuff in <array>. Fixes PR#31645.
Marshall Clow
2017-01-16
1
-5
/
+9
*
[NFC] Rename _LIBCPP_TYPE_VIS_ONLY to _LIBCPP_TEMPLATE_VIS
Eric Fiselier
2017-01-04
1
-3
/
+3
*
Implement the last bit of P0031: 'A Proposal to Add Constexpr Modifiers to re...
Marshall Clow
2017-01-04
1
-14
/
+14
*
Add an _LIBCPP_NORETURN inline function named __throw_XXX for each exception ...
Marshall Clow
2016-08-25
1
-13
/
+3
*
Add is_swappable/is_nothrow_swappable traits
Eric Fiselier
2016-04-21
1
-4
/
+12
*
non-member swap for array was mistakenly taking const ref params. Fixed and a...
Marshall Clow
2016-03-07
1
-1
/
+1
*
[libcxx] LWG2485: get() should be overloaded for const tuple&&. Patch from K-...
Eric Fiselier
2015-12-18
1
-0
/
+10
*
Fix some mistakes in the <array> synopsis. No functional change. Thanks to K-...
Marshall Clow
2015-11-19
1
-5
/
+5
*
[libcxx] Move tuple_size and tuple_element overloads for pair and array out o...
Eric Fiselier
2015-03-17
1
-11
/
+0
*
G M: Changes all references to "x inline" to "inline x" where x = _libcpp_alw...
Howard Hinnant
2013-10-04
1
-10
/
+10
*
Nico Rieck: this patch series fixes visibility issues on Windows as explaine...
Howard Hinnant
2013-08-12
1
-5
/
+5
*
Make std::get constexpr
Marshall Clow
2013-07-17
1
-17
/
+18
*
No functionality change at this time. I've split _LIBCPP_VISIBLE up into two...
Howard Hinnant
2013-03-06
1
-5
/
+5
*
Added static_assert to std::get<N>(std::array) calls to catch "out of bounds"...
Marshall Clow
2012-12-18
1
-0
/
+3
*
constexpr applied to <array>.
Howard Hinnant
2012-07-20
1
-4
/
+4
*
Windows support by Ruben Van Boxem.
Howard Hinnant
2011-10-17
1
-0
/
+2
*
_STD -> _VSTD to avoid macro clash on windows
Howard Hinnant
2011-06-30
1
-5
/
+5
*
Experimental support for a meaningful __is_swappable<T>::value. This does no...
Howard Hinnant
2011-06-01
1
-1
/
+5
*
noexcept for <array>.
Howard Hinnant
2011-05-31
1
-45
/
+64
*
LWG 1191
Howard Hinnant
2010-11-17
1
-0
/
+13
*
license change
Howard Hinnant
2010-11-16
1
-2
/
+2
*
visibility-decoration.
Howard Hinnant
2010-09-21
1
-7
/
+11
*
Fixing whitespace problems
Howard Hinnant
2010-08-22
1
-90
/
+90
*
Wiped out some non-ascii characters that snuck into the copyright.
Howard Hinnant
2010-05-11
1
-1
/
+1
*
libcxx initial import
Howard Hinnant
2010-05-11
1
-0
/
+296