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
/
atomic
Commit message (
Expand
)
Author
Age
Files
Lines
*
[libc++] Use __extension__ in a portable manner
Louis Dionne
2019-09-04
1
-1
/
+1
*
[libc++] Mark usage of _Atomic with __extension__
Louis Dionne
2019-09-03
1
-1
/
+1
*
Add noexcept throughout <atomic>
Eric Fiselier
2019-06-23
1
-28
/
+28
*
Fix C++03 build failure
Eric Fiselier
2019-03-08
1
-1
/
+1
*
Unbork `std::memory_order` ABI.
Eric Fiselier
2019-03-08
1
-6
/
+29
*
[libc++] Do not specify the underlying type of memory_order
Louis Dionne
2019-03-06
1
-8
/
+2
*
Reinstate libc++ patches now that the lldb formatter has been updated.
Davide Italiano
2019-03-05
1
-253
/
+791
*
[libcxx] Revert set of atomic patches that broke lldb.
Davide Italiano
2019-03-05
1
-791
/
+253
*
[libc++] Fix <atomic> failures on GCC
Louis Dionne
2019-03-05
1
-86
/
+86
*
[libc++] Change memory_order to an enum class
Louis Dionne
2019-03-05
1
-50
/
+82
*
[libc++] decoupling Freestanding atomic<T> from libatomic.a
Louis Dionne
2019-03-04
1
-238
/
+744
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
1
-4
/
+3
*
Implement the infrastructure for feature-test macros. Very few actual feature...
Marshall Clow
2018-09-12
1
-4
/
+1
*
Mark __c11_atomic_load as const
JF Bastien
2018-06-01
1
-2
/
+2
*
Revert "Add nonnull; use it for atomics"
JF Bastien
2018-05-26
1
-129
/
+23
*
Add nonnull; use it for atomics
JF Bastien
2018-05-25
1
-23
/
+129
*
Emit an error when include <atomic> after <stdatomic.h>
Volodymyr Sapsai
2018-05-15
1
-0
/
+3
*
Revert "Emit an error when mixing <stdatomic.h> and <atomic>"
Volodymyr Sapsai
2018-05-08
1
-3
/
+0
*
Emit an error when mixing <stdatomic.h> and <atomic>
Volodymyr Sapsai
2018-05-02
1
-0
/
+3
*
Fix static initialization of std::atomic_flag; Fixes PR#37226. Thanks to Rick...
Marshall Clow
2018-04-25
1
-1
/
+1
*
Fix ATOMIC_<TYPE>_LOCK_FREE macros on Windows.
Eric Fiselier
2017-04-20
1
-10
/
+23
*
Diagnose invalid memory orderings in <atomic>
Eric Fiselier
2017-01-13
1
-0
/
+32
*
Replace _LIBCPP_HAS_NO_DELETED_FUNCTIONS with _LIBCPP_CXX03_LANG
Eric Fiselier
2017-01-06
1
-6
/
+6
*
Remove _LIBCPP_HAS_NO_DEFAULTED_FUNCTIONS
Eric Fiselier
2016-11-18
1
-6
/
+6
*
Revert r276506 - Diagnose invalid memory order arguments in <atomic>.
Eric Fiselier
2016-07-23
1
-78
/
+0
*
[libcxx] Diagnose invalid memory order arguments in <atomic>. Fixes PR21179.
Eric Fiselier
2016-07-23
1
-0
/
+78
*
Remove FIXME for feature test macro
JF Bastien
2016-07-21
1
-1
/
+0
*
Implement LWG#2441: 'Exact-width atomic typedefs should be provided'
Marshall Clow
2016-06-30
1
-0
/
+18
*
[libcxx] [test] Replace non-Standard "atomic_flag f(false);" with Standard "a...
Eric Fiselier
2016-05-03
1
-1
/
+1
*
Implement is_always_lock_free
JF Bastien
2016-03-25
1
-11
/
+32
*
Fix various GCC mis-configurations for newer versions.
Eric Fiselier
2015-12-15
1
-0
/
+6
*
Fix GCC atomic implementation in C++03
Eric Fiselier
2015-10-14
1
-3
/
+8
*
[libcxx] Allow use of <atomic> in C++03. Try 3.
Eric Fiselier
2015-08-19
1
-14
/
+7
*
Fix PR24114 - std::atomic for non-Clang is not a literal type
Eric Fiselier
2015-07-14
1
-1
/
+2
*
Prevent dependancy on libatomic when using GCC to provide <atomic>.
Eric Fiselier
2015-06-13
1
-6
/
+8
*
Change a couple more template parameter names from 'T' to '_Tp', etc. Thanks ...
Marshall Clow
2015-01-11
1
-9
/
+9
*
Obey [atomics.types.operations.req]/21 for GCC.
Dan Albert
2015-01-06
1
-6
/
+16
*
Allow libc++ to be built on systems without POSIX threads
Jonathan Roelofs
2014-09-05
1
-0
/
+6
*
Emulate clang atomic built-ins on gcc > 4.7
Dan Albert
2014-08-09
1
-1
/
+252
*
Stephan Tolksdorf: fixes the issue in the <atomic> header and adds correspond...
Howard Hinnant
2013-05-02
1
-5
/
+15
*
Implement the ATOMIC_*_LOCK_FREE macros.
Howard Hinnant
2013-01-21
1
-8
/
+12
*
atomic_bool was missing (just a typedef to atomic<bool>).
Howard Hinnant
2013-01-04
1
-0
/
+2
*
Align <atomic> with clang r163964 which disallows const _Atomic types.
Howard Hinnant
2012-09-16
1
-1
/
+1
*
Apply noexcept and constexpr to <atomic>.
Howard Hinnant
2012-04-11
1
-323
/
+323
*
Switch libc++ from __atomic_* builtins to __c11_atomic_* builtins.
Richard Smith
2012-04-11
1
-38
/
+38
*
Now that clang supports doing the right thing with regard to atomic
David Chisnall
2012-04-11
1
-4
/
+4
*
Fix use of __atomic_is_lock_free() intrinsic.
David Chisnall
2012-04-05
1
-2
/
+2
*
Some fixes to <atomic> operations to explicitly use atomic types and operations.
David Chisnall
2011-12-19
1
-6
/
+6
*
Windows support by Ruben Van Boxem.
Howard Hinnant
2011-10-17
1
-0
/
+2
*
Provide a more readable error message for <atomic> until it is implemented.
Howard Hinnant
2011-03-31
1
-0
/
+6
[next]