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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Update the synopsis for <chrono> for C++20. No functional change.
Marshall Clow
2018-07-18
1
-0
/
+492
*
Address "always inline function is not always inlinable" warning with GCC.
Eric Fiselier
2018-07-17
1
-13
/
+8
*
[CMake] Use correct variable as header install prefix
Petr Hosek
2018-07-15
1
-2
/
+2
*
Mark __equal_to 's operations as constexpr.
Marshall Clow
2018-07-14
1
-4
/
+4
*
Mark one more __wrap_iter operation as constexpr.
Marshall Clow
2018-07-14
1
-1
/
+2
*
wrap _LIBCPP_HAS_NO_CXX14_CONSTEXPR in defined(...)
Marshall Clow
2018-07-13
1
-1
/
+1
*
Shot in the dark to fix gcc 4.9 / c++11 build
Marshall Clow
2018-07-13
1
-3
/
+3
*
Make internal class __wrap_iter constexpr when not using libc++'s debugging m...
Marshall Clow
2018-07-13
3
-56
/
+66
*
[libc++] Take 2: Replace uses of _LIBCPP_ALWAYS_INLINE by _LIBCPP_INLINE_VISI...
Louis Dionne
2018-07-11
28
-381
/
+371
*
[libc++] Declare noop_coroutine() with _LIBCPP_INLINE_VISIBILITY
Louis Dionne
2018-07-10
1
-0
/
+1
*
[libc++] Declare <compare> operators with the proper visibility attribute
Louis Dionne
2018-07-10
1
-55
/
+55
*
type_traits: aligned_union is NOT the same as __uncvref [NFC]
Casey Carter
2018-07-08
1
-25
/
+25
*
Revert "[libc++] Replace uses of _LIBCPP_ALWAYS_INLINE by _LIBCPP_INLINE_VISI...
Louis Dionne
2018-07-05
28
-371
/
+381
*
[libc++] Replace uses of _LIBCPP_ALWAYS_INLINE by _LIBCPP_INLINE_VISIBILITY
Louis Dionne
2018-07-05
28
-381
/
+371
*
[NFC] Add <initializer_list> to the synopsis of <utility>
Louis Dionne
2018-07-05
1
-0
/
+2
*
[libc++] Install the missing header __errc
Zhihao Yuan
2018-07-03
1
-0
/
+1
*
[libc++] Lift std::errc into a separated header
Zhihao Yuan
2018-07-03
3
-187
/
+220
*
[Win32] Overload ==, != for locale_t and long long
Pirama Arumuga Nainar
2018-07-02
1
-0
/
+8
*
Implement LWG 2946, 3075 and 3076. Reviewed as https://reviews.llvm.org/D48616
Marshall Clow
2018-07-02
2
-105
/
+298
*
[CMake] Rename cxx_headers back to cxx-headers.
Ahmed Bougacha
2018-06-28
1
-4
/
+4
*
Support for multiarch runtimes layout
Petr Hosek
2018-06-28
1
-3
/
+3
*
[CMake] Fix install-cxx target.
Matt Morehouse
2018-06-25
1
-1
/
+1
*
[CMake] Use common variable for all header targets NFC
Petr Hosek
2018-06-12
1
-3
/
+3
*
Reland "Use custom command and target to install libc++ headers"
Petr Hosek
2018-06-12
1
-32
/
+220
*
Remove unused code from __functional_base. NFC.
Eric Fiselier
2018-06-06
2
-12
/
+2
*
Fix PR37694 - std::vector doesn't correctly move construct allocators.
Eric Fiselier
2018-06-05
3
-25
/
+51
*
Fix a strict aliasing violation in map and unordered_map.
Erik Pilkington
2018-06-04
4
-89
/
+177
*
Mark __c11_atomic_load as const
JF Bastien
2018-06-01
1
-2
/
+2
*
Mark __clear_and_shrink() as noexcept. This prevents the generation of a catc...
Marshall Clow
2018-05-29
1
-2
/
+2
*
LWG 2969 "polymorphic_allocator::construct() shouldn't pass resource()"
Eric Fiselier
2018-05-29
1
-11
/
+11
*
Revert "Add nonnull; use it for atomics"
JF Bastien
2018-05-26
2
-140
/
+23
*
Add nonnull; use it for atomics
JF Bastien
2018-05-25
2
-23
/
+140
*
Add deduction guides for optional
Marshall Clow
2018-05-25
1
-0
/
+9
*
Do not define template specialization __libcpp_is_floating_point<__fp16>
Akira Hatanaka
2018-05-23
1
-0
/
+2
*
Teach __libcpp_is_floating_point that __fp16 and _Float16 are
Akira Hatanaka
2018-05-23
1
-0
/
+4
*
Implement deduction guides for basic_regex
Marshall Clow
2018-05-23
1
-0
/
+14
*
Change the names of two private methods: allocate -> __vallocate and dealloca...
Marshall Clow
2018-05-22
1
-41
/
+41
*
Deduction guides for the container adaptors - queue, stack, and priority_queue
Marshall Clow
2018-05-22
2
-0
/
+88
*
Implement deduction guides for vector
Marshall Clow
2018-05-21
1
-7
/
+28
*
Deduction guides for list
Marshall Clow
2018-05-20
1
-2
/
+24
*
Implement deduction guides for forward_list
Marshall Clow
2018-05-19
1
-0
/
+22
*
Implement deduction guides for <deque>
Marshall Clow
2018-05-18
1
-3
/
+26
*
Implement deduction guides for <array>; Reviewed as https://reviews.llvm.org/...
Marshall Clow
2018-05-18
1
-1
/
+12
*
Condition usage of locale stdlib functions on Android API version
Peter Collingbourne
2018-05-16
1
-7
/
+8
*
Emit an error when include <atomic> after <stdatomic.h>
Volodymyr Sapsai
2018-05-15
1
-0
/
+3
*
Fix PR37407 - callable traits don't correctly check complete types.
Eric Fiselier
2018-05-10
1
-142
/
+2
*
Allow copy elision in path concatenation
David Bolvansky
2018-05-09
1
-1
/
+3
*
Revert "Emit an error when mixing <stdatomic.h> and <atomic>"
Volodymyr Sapsai
2018-05-08
1
-3
/
+0
*
Emit an error when mixing <stdatomic.h> and <atomic>
Volodymyr Sapsai
2018-05-02
1
-0
/
+3
*
Fix return type of isinf(double) and isnan(double) where possible.
Richard Smith
2018-05-01
1
-0
/
+28
[next]