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
/
thread
Commit message (
Expand
)
Author
Age
Files
Lines
*
[libc++] Hide some functions and types in <future> and <thread> as hidden
Louis Dionne
2019-12-10
1
-0
/
+1
*
Rework recursive_timed_mutex so that it uses __thread_id instead of using the...
Marshall Clow
2019-08-14
1
-69
/
+5
*
libcxx: Define __STDCPP_THREADS__ to 1, not to __cplusplus.
Nico Weber
2019-07-30
1
-4
/
+0
*
Fix backwards test that I committed yesterday. Sigh
Marshall Clow
2019-04-03
1
-2
/
+2
*
Special case some duration arithmetic for GCC and PPC because their long doub...
Marshall Clow
2019-04-02
1
-0
/
+5
*
Update more file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
1
-4
/
+3
*
[libc++] Make sure we can build libc++ with -fvisibility=hidden
Louis Dionne
2018-10-25
1
-1
/
+1
*
Implement LWG 3039 and 3041 - 'Treating Unnecessary decay'.
Marshall Clow
2018-03-20
1
-1
/
+1
*
[Libc++] Use #pragma push_macro/pop_macro to better handle min/max on Windows
Eric Fiselier
2017-05-31
1
-0
/
+5
*
Cleanup _LIBCPP_HAS_NO_<c++11-feature> macros in thread.
Eric Fiselier
2017-04-18
1
-23
/
+19
*
Implement P0599: 'noexcept for hash functions'. Fix a couple of hash function...
Marshall Clow
2017-03-23
1
-1
/
+1
*
[libc++] Make _LIBCPP_TYPE_VIS export members
Shoaib Meenai
2017-03-02
1
-1
/
+4
*
Use protected name for the prototype arguments.
Joerg Sonnenberger
2017-02-09
1
-1
/
+1
*
[libcxx] Don't assume __libcpp_thread_t is an integral type
Asiri Rathnayake
2017-01-16
1
-5
/
+5
*
provide Win32 native threading
Saleem Abdulrasool
2017-01-07
1
-8
/
+7
*
[NFC] Rename _LIBCPP_TYPE_VIS_ONLY to _LIBCPP_TEMPLATE_VIS
Eric Fiselier
2017-01-04
1
-3
/
+3
*
[libcxx] Introduce an externally-threaded libc++ variant.
Asiri Rathnayake
2016-09-11
1
-4
/
+4
*
Fix PR30202 - notify_all_at_thread_exit seg faults if run from a raw pthread ...
Eric Fiselier
2016-09-03
1
-16
/
+7
*
Cleanup error handling when TLS creation fails
Eric Fiselier
2016-05-30
1
-3
/
+1
*
Refactor pthread usage of libcxx.
Asiri Rathnayake
2016-05-06
1
-19
/
+20
*
Fix most GCC attribute ignored warnings
Eric Fiselier
2016-04-21
1
-1
/
+1
*
[libcxx] Fix PR15638 - Only allocate in parent when starting a thread to prev...
Eric Fiselier
2016-04-20
1
-17
/
+33
*
Cleanup: move visibility/linkage attributes to the first declaration.
Evgeniy Stepanov
2015-11-07
1
-1
/
+2
*
Fix use of static_assert macro with nested commas
Eric Fiselier
2015-08-19
1
-1
/
+1
*
[libc++] Fix PR22606 - Leak pthread_key with static storage duration to ensur...
Eric Fiselier
2015-08-18
1
-22
/
+31
*
Explicitly include <sched.h> for sched_yield()
Sergey Dmitrouk
2014-12-08
1
-0
/
+1
*
Allow libc++ to be built on systems without POSIX threads
Jonathan Roelofs
2014-09-05
1
-0
/
+6
*
Nico Rieck: this patch series fixes visibility issues on Windows as explaine...
Howard Hinnant
2013-08-12
1
-8
/
+7
*
Fix stupid but harmless type-o. Fixes http://llvm.org/bugs/show_bug.cgi?id=1...
Howard Hinnant
2013-04-03
1
-2
/
+2
*
Add missing #ifndef _LIBCPP_NO_EXCEPTIONS around throw in include/thread.
Howard Hinnant
2013-03-28
1
-0
/
+2
*
No functionality change at this time. I've split _LIBCPP_VISIBLE up into two...
Howard Hinnant
2013-03-06
1
-9
/
+9
*
Dimitry Andric: many visibility fixes. Howard: Much appreciated. Can you ...
Howard Hinnant
2012-09-14
1
-3
/
+3
*
Change sleep_for, sleep_until, and the condition_variable timed wait
Howard Hinnant
2012-08-30
1
-4
/
+14
*
Patch contributed by Dev Dude for mingw64 port.
Howard Hinnant
2012-08-19
1
-1
/
+1
*
noexcept applied to <thread>.
Howard Hinnant
2012-07-21
1
-37
/
+37
*
Starting using murmur2 when combining multiple size_t's into a single hash, a...
Howard Hinnant
2011-12-05
1
-4
/
+5
*
Further macro protection by replacing _[A-Z] with _[A-Z]p
Howard Hinnant
2011-11-29
1
-20
/
+20
*
de-tabbify
Howard Hinnant
2011-10-17
1
-11
/
+11
*
Windows support by Ruben Van Boxem.
Howard Hinnant
2011-10-17
1
-0
/
+2
*
_STD -> _VSTD to avoid macro clash on windows
Howard Hinnant
2011-06-30
1
-4
/
+4
*
I had a giant misunderstanding of what 'synchronizes with' meant in [futures....
Howard Hinnant
2011-05-19
1
-1
/
+1
*
Brought thread variadic constructor up to current spec, which allows move-onl...
Howard Hinnant
2011-05-16
1
-6
/
+28
*
Effort to reduce the number of exported symbols
Howard Hinnant
2010-12-17
1
-1
/
+1
*
N3191: C++ Timeout Specification
Howard Hinnant
2010-11-20
1
-2
/
+2
*
license change
Howard Hinnant
2010-11-16
1
-2
/
+2
*
I have reverted all contributions made by Jesse Towner in revision 110724
Howard Hinnant
2010-11-16
1
-5
/
+0
*
Convert __thread_local_data to the singleton pattern
Howard Hinnant
2010-10-14
1
-2
/
+2
*
visibility-decoration.
Howard Hinnant
2010-09-23
1
-15
/
+34
*
Changed __config to react to all of clang's currently documented has_feature ...
Howard Hinnant
2010-09-04
1
-4
/
+4
*
[futures.atomic_future] and notify_all_at_thread_exit. This completes the he...
Howard Hinnant
2010-09-03
1
-0
/
+1
[next]