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
/
test
/
std
Commit message (
Expand
)
Author
Age
Files
Lines
*
libcxx: Rename .hpp files in libcxx/test/support to .h
Nico Weber
2019-08-21
401
-641
/
+641
*
Fix a couple of unguarded operator, calls in algorithm. Fixes PR#43063. Updat...
Marshall Clow
2019-08-20
12
-0
/
+93
*
[libc++] Fix std::abs tests
Zoe Carver
2019-08-20
1
-7
/
+14
*
[libc++] Avoid implicit conversion warning in a <random> test
Louis Dionne
2019-08-20
1
-23
/
+16
*
[libc++] Implement LWG 3199
Louis Dionne
2019-08-20
1
-0
/
+12
*
[libc++] Precise XFAIL for AppleClang 11
Louis Dionne
2019-08-20
1
-1
/
+1
*
[libc++] fix test for unsigned char
Zoe Carver
2019-08-20
1
-1
/
+7
*
[libc++] Disable <chrono> ""d and ""y literal tests on AppleClang 10.0.0
Louis Dionne
2019-08-20
2
-0
/
+2
*
[libc++] std::abs should not return double
Zoe Carver
2019-08-20
2
-0
/
+97
*
[libc++] Add XFAIL for is_base_of test on AppleClang 11
Louis Dionne
2019-08-19
1
-2
/
+2
*
[libc++] Mark <chrono> test as unsupported on AppleClang 9
Louis Dionne
2019-08-14
1
-0
/
+1
*
[libc++] Mark std::tuple CTAD test as failing on AppleClang 9
Louis Dionne
2019-08-14
1
-0
/
+1
*
[libc++] Enable <chrono> ""d and ""y literals for AppleClang 10 and up
Louis Dionne
2019-08-14
2
-2
/
+2
*
[libc++] Mark two <chrono> tests as unsupported on AppleClang 11
Louis Dionne
2019-08-13
2
-2
/
+2
*
[libc++] Implement CTAD for std::tuple
Louis Dionne
2019-08-12
1
-13
/
+57
*
Implement hh_mm_ss from P1466R3. Reviewed as https://reviews.llvm.org/D65365.
Marshall Clow
2019-08-08
15
-0
/
+782
*
[libc++] Take 2: Integrate the PSTL into libc++
Louis Dionne
2019-08-05
1
-0
/
+1
*
Revert "Suppress -Wctad-maybe-unsupported on types w/o deduction guides."
Eric Fiselier
2019-08-04
1
-41
/
+0
*
Suppress -Wctad-maybe-unsupported on types w/o deduction guides.
Eric Fiselier
2019-08-03
1
-0
/
+41
*
libcxx: Define __STDCPP_THREADS__ to 1, not to __cplusplus.
Nico Weber
2019-07-30
1
-1
/
+3
*
Fix tests with modules enabled
Eric Fiselier
2019-07-29
4
-0
/
+4
*
Fix a bug in std::chrono::abs where it would fail when the duration's period ...
Marshall Clow
2019-07-26
1
-0
/
+6
*
Implement change #4 of P1466: Change weekday to accept both 0 and 7 as Sunday...
Marshall Clow
2019-07-25
19
-60
/
+155
*
Implement most of P1612R1: Relocate endian. Moves the std::endian functional...
Marshall Clow
2019-07-23
1
-1
/
+2
*
[libc++] Set __file_ to 0 in basic_filebuf::close() even if fclose fails
Petr Hosek
2019-07-22
1
-0
/
+56
*
Revert "[libc++] Integrate the PSTL into libc++"
Louis Dionne
2019-07-19
1
-1
/
+0
*
[libc++] Integrate the PSTL into libc++
Louis Dionne
2019-07-19
1
-0
/
+1
*
[libc++] Add C++17 deduction guides for std::function
Louis Dionne
2019-07-18
3
-0
/
+283
*
[libcxx] Rejigger test for destroying delete feature-test macros
Louis Dionne
2019-07-16
1
-4
/
+13
*
[libc++] Add missing UNSUPPORTED for CTAD tests
Louis Dionne
2019-07-16
2
-0
/
+2
*
Add contains method to associative containers. This patch implements P0458R2,...
Zoe Carver
2019-07-16
4
-0
/
+212
*
[libc++] Implement P0433: deduction guides for <unordered_map>
Louis Dionne
2019-07-15
6
-0
/
+965
*
Add test for variant construction with duplicate types.
Eric Fiselier
2019-07-14
1
-0
/
+12
*
Harden variant test added in r366022
Eric Fiselier
2019-07-14
1
-3
/
+3
*
Avoid eager template instantiation caused by the variant narrowing checks.
Eric Fiselier
2019-07-14
1
-1
/
+13
*
Fix non-conformance it `std::tuple`.
Eric Fiselier
2019-07-12
1
-0
/
+16
*
Add option to disable variant narrowing conversion changes.
Eric Fiselier
2019-07-12
6
-93
/
+92
*
[libc++] Add XFAILs for CTAD tests on older compilers
Louis Dionne
2019-07-12
2
-0
/
+2
*
Mark destroying delete test as UNSUPPORTED with clang 7
Eric Fiselier
2019-07-12
1
-1
/
+1
*
Fix memory leak in set and map.
Eric Fiselier
2019-07-11
2
-10
/
+53
*
[libc++] Implement deduction guides for <unordered_set>
Louis Dionne
2019-07-11
4
-0
/
+586
*
Make forward_list::remove/remove_if/unique all return void before C++20; undo...
Marshall Clow
2019-07-08
4
-62
/
+124
*
Fix PR27658 - Make ~mutex trivial when possible.
Eric Fiselier
2019-07-07
1
-3
/
+3
*
Make list::remove/remove_if/unique all return void before C++20; undoes that ...
Marshall Clow
2019-07-06
4
-19
/
+84
*
This patch makes swap functions constexpr. Both swap overloads, swap_ranges a...
Zoe Carver
2019-07-05
4
-0
/
+65
*
Add tests for regex_match ambiguity (aka LWG2273). NFC. Reviewed as https://r...
Marshall Clow
2019-07-03
2
-0
/
+48
*
Fix tuple's conditionally explicit constructors for very weird user
Eric Fiselier
2019-07-03
1
-0
/
+14
*
Bit Operations: P0556, P0553 and P1355. Reviewed as: https://reviews.llvm.org...
Marshall Clow
2019-07-01
13
-0
/
+1904
*
Ensure bitset's string constructor doesn't poison the overload set.
Eric Fiselier
2019-07-01
1
-0
/
+13
*
Implement P0646R1: Erase-Like Algorithms Should Return size_type. Reviewed as...
Marshall Clow
2019-07-01
6
-41
/
+41
[next]