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
/
utilities
Commit message (
Expand
)
Author
Age
Files
Lines
*
Move internal usages of `alignof`/`__alignof` to use `_LIBCPP_ALIGNOF`.
Eric Fiselier
2019-01-16
2
-7
/
+10
*
Change from a to a . Fixes PR#39871.
Marshall Clow
2019-01-11
3
-8
/
+8
*
Don't use the form '2017y' in tests, since some gcc versions don't allow it
Marshall Clow
2019-01-11
2
-6
/
+6
*
Implement the 'sys_time' portions of the C++20 calendaring stuff. Reviewed as...
Marshall Clow
2019-01-11
20
-113
/
+1052
*
[libcxx] Reorganize tests since the application of P0602R4
Louis Dionne
2019-01-10
10
-189
/
+273
*
[NFC] Normalize some test 'main' signatures
JF Bastien
2019-01-09
4
-8
/
+4
*
Mark two UDL tests as being unsupported with Clang 7
Eric Fiselier
2019-01-09
2
-2
/
+2
*
De-tab a couple tests. NFC
Marshall Clow
2019-01-03
3
-6
/
+6
*
Fix copy paste error in file_clock tests
Eric Fiselier
2018-12-21
1
-3
/
+3
*
Implement LWG 3145: file_clock breaks ABI for C++17 implementations.
Eric Fiselier
2018-12-21
4
-0
/
+128
*
[libcxx] Use custom allocator's `construct` in C++03 when available.
Volodymyr Sapsai
2018-12-19
1
-1
/
+1
*
Portability fix: add missing includes and static_casts. Reviewed as https://r...
Marshall Clow
2018-12-18
4
-0
/
+4
*
Fix FP comparisons when SSE isn't available
Eric Fiselier
2018-12-17
1
-1
/
+2
*
[test] [ctime] Ignore -Wformat-zero-length warnings
Michal Gorny
2018-12-16
1
-0
/
+4
*
[libcxx] Mark some tests as still failing on macosx10.14
Louis Dionne
2018-12-14
2
-0
/
+2
*
[pair] Mark constructors as conditionally noexcept
Louis Dionne
2018-12-11
1
-2
/
+3
*
Second part of P0482 - char8_t. Reviewed as https://reviews.llvm.org/D55308
Marshall Clow
2018-12-11
1
-1
/
+1
*
Revert "[pair] Mark constructors as conditionally noexcept"
Louis Dionne
2018-12-11
1
-3
/
+2
*
[pair] Mark constructors as conditionally noexcept
Louis Dionne
2018-12-11
1
-2
/
+3
*
[libcxx] Remove the availability_markup LIT feature
Louis Dionne
2018-12-07
5
-35
/
+35
*
[libcxx] Fix incorrect XFAILs for chrono tests on old macos deployment targets
Louis Dionne
2018-12-06
3
-9
/
+12
*
[libcxx] Implement P0318: unwrap_ref_decay and unwrap_reference
Louis Dionne
2018-12-03
2
-0
/
+109
*
First part of P0482 - Establish that char8_t is an integral type, and that nu...
Marshall Clow
2018-11-29
1
-0
/
+3
*
Revert commit r347904 because it broke older compilers
Marshall Clow
2018-11-29
1
-3
/
+0
*
First part of P0482 - Establish that char8_t is an integral type, and that nu...
Marshall Clow
2018-11-29
1
-0
/
+3
*
Revert "Move internal usages of `alignof`/`__alignof` to use `_LIBCPP_ALIGNOF...
Eric Fiselier
2018-11-28
1
-3
/
+6
*
Move internal usages of `alignof`/`__alignof` to use `_LIBCPP_ALIGNOF`.
Eric Fiselier
2018-11-28
1
-6
/
+3
*
[libcxx] Use clang-verify in the lit test suite even when availability is ena...
Louis Dionne
2018-11-28
3
-0
/
+12
*
[libcxx] Use a type that is always an aggregate in variant's tests
Louis Dionne
2018-11-26
3
-25
/
+28
*
Mark P0771 as complete; we already did this - I just added tests to be sure
Marshall Clow
2018-11-20
1
-1
/
+13
*
[libcxx] Fix XFAIL for GCC 4.9
Louis Dionne
2018-11-19
1
-1
/
+1
*
[libcxx] Update test of trivial copyability of reference_wrapper
Louis Dionne
2018-11-19
1
-3
/
+4
*
[libcxx] Add missing <cstddef> includes in tests
Louis Dionne
2018-11-19
1
-0
/
+1
*
[libcxx] Add availability markup for bad_optional_access, bad_variant_access ...
Louis Dionne
2018-11-19
45
-240
/
+322
*
Get tests compiling with -Wunused-local-typedef
Eric Fiselier
2018-11-15
28
-35
/
+0
*
[libcxx] [test] Strip trailing whitespace. NFC.
Stephan T. Lavavej
2018-11-14
117
-375
/
+374
*
Implement P0972R0: <chrono> zero(), min(), and max() should be noexcept. Revi...
Marshall Clow
2018-11-13
8
-8
/
+57
*
[libcxx] Implement http://wg21.link/p1006, constexpr in pointer_traits
Louis Dionne
2018-11-13
1
-3
/
+14
*
[NFC] Reformat std::optional tests
Louis Dionne
2018-11-12
2
-4
/
+4
*
Work around gcc.gnu.org/PR87766
Eric Fiselier
2018-10-26
1
-1
/
+1
*
Adjust unsupported C++ versions in some tests
Mikhail Maltsev
2018-10-24
174
-174
/
+174
*
[libcxx] Mark chrono literal unit tests as being unsupported on AppleClang 10
Louis Dionne
2018-10-17
4
-4
/
+4
*
Recommit <chrono> changes with a couple xtra tests marked to fail on apple's ...
Marshall Clow
2018-10-16
178
-1
/
+9864
*
Re-apply r344546 "Mark a couple of test cases as 'C++17-only'..."
Artem Dergachev
2018-10-16
2
-2
/
+6
*
Revert r344529 "Implement the first part of the calendar support for C++20"
Artem Dergachev
2018-10-16
181
-9927
/
+2
*
Mark a couple of test cases as 'C++17-only' pending the resolution of PR#39232
Marshall Clow
2018-10-15
2
-2
/
+6
*
Wrap up the new chrono literals in an #ifdef so that old versions of clang do...
Marshall Clow
2018-10-15
2
-0
/
+4
*
Implement the first part of the calendar support for C++20. This is still inc...
Marshall Clow
2018-10-15
179
-0
/
+9917
*
Add a test that shows what happens with throwing destructors. NFC.
Marshall Clow
2018-10-11
1
-0
/
+11
*
[libcxx] Fix the binder deprecation tests on Clang 5.
Louis Dionne
2018-09-23
4
-24
/
+8
[next]