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
/
thread
/
thread.mutex
/
thread.lock
Commit message (
Expand
)
Author
Age
Files
Lines
*
[libc++] Take 2: Implement LWG 2510
Louis Dionne
2019-09-26
2
-5
/
+38
*
Revert r372777: [libc++] Implement LWG 2510 and its follow-ups
Ilya Biryukov
2019-09-25
2
-38
/
+5
*
[libc++] Purge mentions of GCC 4 from the test suite
Louis Dionne
2019-09-24
1
-1
/
+1
*
[libc++] Try fixing tests that fail on GCC 5 and older
Louis Dionne
2019-09-24
1
-1
/
+4
*
[libc++] Implement LWG 2510
Louis Dionne
2019-09-24
2
-5
/
+35
*
libcxx: Rename .hpp files in libcxx/test/support to .h
Nico Weber
2019-08-21
8
-8
/
+8
*
Add include for 'test_macros.h' to all the tests that were missing them. Than...
Marshall Clow
2019-05-31
31
-0
/
+62
*
[libc++] Add proper XFAILs for shared_mutex tests
Louis Dionne
2019-03-27
14
-2
/
+13
*
Support tests in freestanding
JF Bastien
2019-02-04
59
-59
/
+177
*
Correct mark for flaky tests
Kamil Rytarowski
2019-01-23
5
-5
/
+5
*
Mark more tests flaky
Kamil Rytarowski
2019-01-23
1
-0
/
+2
*
Update more file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
59
-236
/
+177
*
Mark two more tests as FLAKY
Eric Fiselier
2019-01-09
2
-0
/
+4
*
Mark more tests as flaky
Eric Fiselier
2019-01-07
3
-0
/
+6
*
Change (void) casts to TEST_IGNORE_NODISCARD, as requested by Eric. Reviewed ...
Billy Robert O'Neal III
2017-11-21
6
-12
/
+12
*
Tolerate even more [[nodiscard]] in the STL. Reviewed as https://reviews.llvm...
Billy Robert O'Neal III
2017-11-15
6
-12
/
+12
*
[libcxx] [test] Untabify, NFC.
Stephan T. Lavavej
2017-07-29
4
-11
/
+11
*
Implement P0739R0: 'Some improvements to class template argument deduction in...
Marshall Clow
2017-07-27
1
-4
/
+4
*
Add markup for libc++ dylib availability
Mehdi Amini
2017-05-04
1
-0
/
+2
*
[libcxx] [test] Strip trailing whitespace. NFC.
Stephan T. Lavavej
2017-05-04
2
-2
/
+2
*
Implement Pp0156r2: 'Variadic Lock Guard, version 5' Reviewed as https://rev...
Marshall Clow
2017-03-24
10
-77
/
+145
*
Clean up more usages of _LIBCPP_HAS_NO_RVALUE_REFERENCES
Eric Fiselier
2017-03-03
2
-6
/
+2
*
Fix unused parameters and variables
Eric Fiselier
2016-12-23
1
-3
/
+3
*
Adjust libc++ test infastructure to fully support modules
Eric Fiselier
2016-12-05
12
-29
/
+12
*
Mark variadic lock guard tests as XFAIL with modules, since they have to defi...
Eric Fiselier
2016-11-21
7
-1
/
+24
*
Protect lock tests under libcpp-no-exceptions
Roger Ferrer Ibanez
2016-11-01
10
-11
/
+58
*
Add "FLAKY_TEST" test directive to support re-running flaky tests.
Eric Fiselier
2016-08-30
5
-0
/
+10
*
Avoid assignment in return. Patch from STL@microsoft.com
Eric Fiselier
2016-06-22
2
-2
/
+2
*
Add missing include
Eric Fiselier
2016-06-14
1
-0
/
+2
*
Implement variadic lock_guard.
Eric Fiselier
2016-06-14
8
-28
/
+410
*
[libcxx] Improve tests to use the UNSUPPORTED lit directive
Asiri Rathnayake
2016-05-28
2
-14
/
+2
*
Implement LWG2577: {shared,unique}_lock</tt> should use std::addressof
Marshall Clow
2016-03-14
10
-42
/
+150
*
Make it possible to build a no-exceptions variant of libcxx.
Asiri Rathnayake
2015-11-10
10
-0
/
+10
*
Attempt to prevent flaky thread.mutex tests by once again increasing timing t...
Eric Fiselier
2015-10-01
4
-9
/
+8
*
Refactor shared_timed_mutex tests.
Eric Fiselier
2015-08-22
21
-146
/
+119
*
Fix PR23041. Use lock_shared() as opposed to lock() in shared_lock test.
Eric Fiselier
2015-03-27
1
-1
/
+1
*
Move test into test/std subdirectory.
Eric Fiselier
2014-12-20
53
-0
/
+2483