index
:
delta/llvm.git
277873ce0f48
51f23efbef48
5357a98c823a
9eb3e564d3b
EmptyLineAfterFunctionDefinition
HEAD
Jamie_Phabricator_D100991
LitFixes
Llvm
aranges
arcpatch-D108319
arcpatch-D113798
arcpatch-D90810
base_offset
baserock/flang
baserock/morph
c92d1aa44b132597d
cherry-pick-something
cleaner-attribute-errors
cmake-integration
dev-main-update
dev-newmaster
dev/mdvorski/ranges_the_rest_algo
diagnostic-handler-dev
efb284c07e
eng/PR-D101122-follow-up
fix_asan
forTom
hostassoc
llvm_plex_11.0.1
lntue-libc-fmin
maain
mai
main
maste
master
muiez/revert-ffad4
omp-loop
optimize_compinstr_fix
perf/tmp
relase/12.x
release/1.0.x
release/1.1.x
release/1.2.x
release/1.3.x
release/1.4.x
release/1.5.x
release/1.6.x
release/1.7.x
release/1.8.x
release/1.9.x
release/10.x
release/11.x
release/12.x
release/13.x
release/14.x
release/15.x
release/16.x
release/2.0.x
release/2.1.x
release/2.2.x
release/2.3.x
release/2.4.x
release/2.5.x
release/2.6.x
release/2.7.x
release/2.8.x
release/2.9.x
release/3.0.x
release/3.1.x
release/3.2.x
release/3.3.x
release/3.4.x
release/3.5.x
release/3.6.x
release/3.7.x
release/3.8.x
release/3.9.x
release/4.x
release/5.x
release/6.x
release/7.x
release/8.x
release/9.x
release_1
release_16
release_20
release_21
release_22
release_23
release_24
release_25
release_26
release_27
release_28
release_29
release_30
release_31
release_32
release_33
release_34
release_35
release_35@215010
release_36
release_37
release_38
release_39
release_40
release_50
release_60
release_70
release_80
release_90
relese/12.x
rgallop/opensource-main/scudo_standalone
scripted-process
shape
stable
svn-tags/RELEASE_1
svn-tags/RELEASE_20
svn-tags/RELEASE_21
svn-tags/RELEASE_22
svn-tags/RELEASE_23
svn-tags/RELEASE_24
svn-tags/RELEASE_25
svn-tags/RELEASE_26
svn-tags/RELEASE_27
svn-tags/RELEASE_28
svn-tags/RELEASE_29
svn-tags/RELEASE_30
svn-tags/RELEASE_31
temp-test-main
test-D97234
testing
upstream
use-after-move-docs
verify-in-debug
vkd1
zibi/warnings_from_nanosleep
github.com: llvm/llvm-project.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
libcxx
/
include
/
atomic
Commit message (
Expand
)
Author
Age
Files
Lines
*
[libc++] Remove some workarounds for unsupported GCC and Clang versions
Louis Dionne
2021-09-01
1
-3
/
+0
*
[libcxx] Implement P0883R2 ("Fixing Atomic Initialization")
Raul Tambre
2021-06-20
1
-6
/
+30
*
[libcxx][atomic] Fix failure mapping in compare_exchange_{strong,weak}.
Jordan Rupprecht
2021-06-15
1
-4
/
+11
*
[libc++] Alphabetize and include-what-you-use. NFCI.
Arthur O'Dwyer
2021-05-29
1
-1
/
+1
*
[libc++] s/_LIBCPP_NO_HAS_CHAR8_T/_LIBCPP_HAS_NO_CHAR8_T/g
Arthur O'Dwyer
2021-04-21
1
-4
/
+4
*
[libc++] NFC: Normalize `#endif //` comment indentation
Louis Dionne
2021-04-20
1
-1
/
+1
*
[libc++] Remove hard tabs, U+00AD, and U+200B from all libc++ headers. NFCI.
Arthur O'Dwyer
2021-04-17
1
-1
/
+1
*
[libc++] Fix for the Bug 41784
Ruslan Arutyunyan
2021-02-01
1
-6
/
+6
*
[libc++] Remove invalid use of `#if _LIBCPP_STD_VER >= 11`, as `_LIBCPP_STD_V...
Marek Kurdej
2020-12-11
1
-4
/
+0
*
[libc++] ADL-proof by adding _VSTD:: qualifications to memmove etc.
Arthur O'Dwyer
2020-12-10
1
-9
/
+9
*
[libc++] [P0482] [C++20] Implement missing bits for atomic
Marek Kurdej
2020-11-24
1
-0
/
+14
*
[gcc] Fix -Wempty-body warning. NFC.
Marek Kurdej
2020-11-15
1
-1
/
+1
*
[libc++] Rework the whole availability markup implementation
Louis Dionne
2020-11-05
1
-0
/
+1
*
[libc++] NFC: Remove trailing whitespace
Louis Dionne
2020-11-04
1
-3
/
+3
*
Re-split integral & pointer overloads. Add tests.
Olivier Giroux
2020-09-11
1
-8
/
+72
*
Update atomic feature macros, synopsis, signatures to match C++20. Improve te...
Olivier Giroux
2020-09-09
1
-126
/
+67
*
Updated synopsis of <atomic> to match what is implemented
Olivier Giroux
2020-06-01
1
-201
/
+222
*
[libc++] Add availability markup for the C++20 Synchronization Library on Apple
Louis Dionne
2020-04-06
1
-28
/
+31
*
[libc++] Fix CI and Linux failures after landing D68480
Louis Dionne
2020-02-24
1
-8
/
+25
*
[libc++] Adapt a few things around the implementation of P1135R6
Louis Dionne
2020-02-24
1
-9
/
+9
*
[libc++] Implementation of C++20's P1135R6 for libcxx
Olivier Giroux
2020-02-24
1
-6
/
+311
*
[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
[next]