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
*
Optimize operator=(const basic_string&) for tail call.
Eric Fiselier
2019-10-09
1
-1
/
+1
*
[libc++] Remove C++03 variadics in shared_ptr (v2)
Zoe Carver
2019-10-07
1
-70
/
+0
*
[libc++] Harden usage of static_assert against C++03
Louis Dionne
2019-10-01
1
-2
/
+2
*
Refactor default constructor SFINAE in pair and tuple.
Eric Fiselier
2019-09-30
3
-44
/
+29
*
[libc++] Take 2: Implement LWG 3158
Louis Dionne
2019-09-27
1
-13
/
+29
*
[libc++] Take 2: Implement LWG 2510
Louis Dionne
2019-09-26
7
-23
/
+85
*
[libcxx] Do not implicitly #include assert.h
David Zarzycki
2019-09-26
2
-2
/
+0
*
Add forward declaration of operator<< in <string_view> as required.
Eric Fiselier
2019-09-25
2
-1
/
+8
*
Add a missing default parameter to regex::assign. This is LWG3296; reviewed a...
Marshall Clow
2019-09-25
1
-6
/
+6
*
Revert r372777: [libc++] Implement LWG 2510 and its follow-ups
Ilya Biryukov
2019-09-25
7
-96
/
+27
*
[libc++] Remove C++03 variadics in shared_ptr
Zoe Carver
2019-09-24
1
-194
/
+0
*
[libc++] Implement LWG 3158
Louis Dionne
2019-09-24
1
-13
/
+29
*
[libc++] Implement LWG 2510
Louis Dionne
2019-09-24
7
-23
/
+76
*
Revert "Extension: Mark the default constructor of chrono::duration as condit...
Marshall Clow
2019-09-23
1
-1
/
+1
*
Extension: Mark the default constructor of chrono::duration as conditionally ...
Marshall Clow
2019-09-23
1
-1
/
+1
*
Revert "Revert "Implement std::condition_variable via pthread_cond_clockwait(...
Dan Albert
2019-09-18
2
-17
/
+138
*
Revert "Implement std::condition_variable via pthread_cond_clockwait() where ...
Dan Albert
2019-09-16
2
-134
/
+17
*
Open fstream files in O_CLOEXEC mode when possible.
Dan Albert
2019-09-16
2
-12
/
+23
*
Implement std::condition_variable via pthread_cond_clockwait() where available
Dan Albert
2019-09-16
2
-17
/
+134
*
Add debug check for null pointers passed to <string_view>
Eric Fiselier
2019-09-14
2
-1
/
+13
*
Fix C++03 build failures due to >>
Eric Fiselier
2019-09-13
1
-1
/
+1
*
Fix various test failures with GCC
Eric Fiselier
2019-09-13
1
-2
/
+2
*
Recommit r370502: Make `vector` unconditionally move elements when
Eric Fiselier
2019-09-13
2
-10
/
+55
*
Consolidate swap, swap_ranges, and iter_swap in <type_traits>.
Zoe Carver
2019-09-11
2
-22
/
+26
*
Remove ::gets for FreeBSD 13 and later
Dimitry Andric
2019-09-07
2
-1
/
+8
*
[libc++] Revert "Make `vector` unconditionally move elements when exceptions ...
Louis Dionne
2019-09-05
2
-25
/
+10
*
[libc++] Move __clamp_to_integral to <cmath>, and harden against min()/max() ...
Louis Dionne
2019-09-04
2
-34
/
+36
*
[libc++] Add `__truncating_cast` for safely casting float types to integers
Louis Dionne
2019-09-04
1
-0
/
+34
*
[libc++] Use __extension__ in a portable manner
Louis Dionne
2019-09-04
2
-1
/
+9
*
[libc++] Mark usage of _Atomic with __extension__
Louis Dionne
2019-09-03
1
-1
/
+1
*
Make `vector` unconditionally move elements when exceptions are disabled.
Eric Fiselier
2019-08-30
2
-10
/
+25
*
[libc++] Fix visibility of __vector_base_common on GCC
Louis Dionne
2019-08-28
1
-1
/
+1
*
[libcxx] Only declare contents of threading API when
David Spickett
2019-08-21
1
-2
/
+5
*
Add a missing _VSTD:: before a call to merge. Fixes PR43034. Checked the rest...
Marshall Clow
2019-08-20
1
-1
/
+1
*
Fix a couple of unguarded operator, calls in algorithm. Fixes PR#43063. Updat...
Marshall Clow
2019-08-20
1
-13
/
+13
*
[libc++] Implement LWG 3199
Louis Dionne
2019-08-20
1
-1
/
+1
*
Fix availability of __thread_id on builds with external threading. Reviewed a...
Marshall Clow
2019-08-20
1
-8
/
+11
*
[libc++] Explicitly cast in generate_canonical
Louis Dionne
2019-08-20
1
-1
/
+1
*
[libcxx] Fix build breakage on mips
Mikhail Maltsev
2019-08-20
1
-1
/
+1
*
[libc++] reverts commit a5f5aad568bb7a91ceee47641f3076ac339ef8c7.
Zoe Carver
2019-08-19
1
-110
/
+260
*
Fix thread comparison by making sure we never pass our special 'not a thread'...
Marshall Clow
2019-08-14
1
-3
/
+11
*
This commit removes std::shared_ptr::make_shared and std::shared_ptr::allocat...
Zoe Carver
2019-08-14
1
-260
/
+110
*
[libc++] Enable <chrono> ""d and ""y literals for AppleClang 10 and up
Louis Dionne
2019-08-14
1
-3
/
+4
*
[libc++] Do not define _LIBCPP_CLANG_VER for non-LLVM Clang
Louis Dionne
2019-08-14
1
-6
/
+2
*
Rework recursive_timed_mutex so that it uses __thread_id instead of using the...
Marshall Clow
2019-08-14
3
-72
/
+81
*
[libc++] Always build with -fvisibility=hidden
Louis Dionne
2019-08-13
2
-0
/
+2
*
[libc++] Use [[nodiscard]] for lock_guard, as an extension
Louis Dionne
2019-08-13
1
-2
/
+3
*
[libc++] Implement CTAD for std::tuple
Louis Dionne
2019-08-12
1
-7
/
+21
*
Improve codegen for deque.
Eric Fiselier
2019-08-12
2
-25
/
+117
*
Implement hh_mm_ss from P1466R3. Reviewed as https://reviews.llvm.org/D65365.
Marshall Clow
2019-08-08
1
-6
/
+114
[next]