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.mutex.requirements
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix PR27658 - Make ~mutex trivial when possible.
Eric Fiselier
2019-07-07
1
-3
/
+3
*
Add include for 'test_macros.h' to all the tests that were missing them. Than...
Marshall Clow
2019-05-31
22
-0
/
+44
*
[libc++] Remove unnecessary <iostream> #includes in tests
Louis Dionne
2019-03-28
4
-8
/
+0
*
Mark another test as flaky
Kamil Rytarowski
2019-02-09
1
-0
/
+2
*
Support tests in freestanding
JF Bastien
2019-02-04
49
-49
/
+147
*
Mark another test as flaky
Kamil Rytarowski
2019-01-24
1
-0
/
+2
*
Mark another test as 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
49
-196
/
+147
*
[libcxx] [test] Consistently list "c++98, c++03" in chronological order. NFC.
Stephan T. Lavavej
2017-08-05
15
-15
/
+15
*
Fix compile error with Bionic's PTHREAD_MUTEX_INITIALIZER
Eric Fiselier
2017-06-07
1
-0
/
+2
*
Add markup for libc++ dylib availability
Mehdi Amini
2017-05-04
2
-0
/
+4
*
Adjust libc++ test infastructure to fully support modules
Eric Fiselier
2016-12-05
10
-10
/
+10
*
Add "FLAKY_TEST" test directive to support re-running flaky tests.
Eric Fiselier
2016-08-30
10
-0
/
+20
*
Move native_handle thread tests to test/libcxx
Eric Fiselier
2016-06-22
2
-54
/
+0
*
[libcxx] Improve tests to use the UNSUPPORTED lit directive
Asiri Rathnayake
2016-05-28
2
-8
/
+2
*
Guard a number of tests relying on threads support when built in
Richard Barton
2016-03-23
2
-0
/
+2
*
Attempt to prevent flaky thread.mutex tests by once again increasing timing t...
Eric Fiselier
2015-10-01
8
-19
/
+24
*
Refactor flaky shared_mutex tests
Eric Fiselier
2015-08-26
4
-22
/
+39
*
Refactor and fix more flaky shared_mutex tests
Eric Fiselier
2015-08-25
6
-37
/
+123
*
Implement N4508: shared_mutex. Reviewed as http://reviews.llvm.org/D10480
Marshall Clow
2015-06-30
8
-0
/
+327
*
Change #ifdefs in test to UNSUPPORTED. No functionality change in the tests
Marshall Clow
2015-06-11
9
-48
/
+10
*
[libcxx] Fix bug in shared_timed_mutex that could cause a program to hang.
Eric Fiselier
2015-04-02
1
-0
/
+70
*
Move test into test/std subdirectory.
Eric Fiselier
2014-12-20
42
-0
/
+1709