summaryrefslogtreecommitdiffstats
path: root/clang/test/Sema/atomic-ops.c
Commit message (Expand)AuthorAgeFilesLines
* Atomics: support min/max orthogonallyTim Northover2019-11-211-2/+30
* Add -fgnuc-version= to control __GNUC__ and other GCC macrosReid Kleckner2019-10-101-1/+1
* __c11_atomic_load's _Atomic can be constJF Bastien2018-08-021-2/+2
* Follow-up fix for nonnull atomic non-member functionsJF Bastien2018-05-251-1/+66
* Make atomic non-member functions as nonnullJF Bastien2018-05-251-4/+76
* Added atomic_fetch_min, max, umin, umax intrinsics to clang.Elena Demikhovsky2018-05-131-0/+17
* Add __CLANG_ATOMIC_<TYPE>_LOCK_FREE macros for use in MSVC compatibility mode.Eric Fiselier2017-04-201-0/+10
* Revert r291477 "[Frontend] Correct values of ATOMIC_*_LOCK_FREE to match buil...Hans Wennborg2017-02-241-0/+4
* [Frontend] Correct values of ATOMIC_*_LOCK_FREE to match builtinMichal Gorny2017-01-091-4/+0
* [Sema][Atomics] Treat expected pointer in compare exchange atomics as _NonnullAlex Lorenz2016-11-231-7/+12
* Fix deduction of __atomic_load's parameter types.Eric Fiselier2016-03-301-1/+4
* [OpenCL] Fix atomic Builtins check for address spaces of non-atomic pointerAnastasia Stulova2015-12-221-0/+6
* Diagnose const atomics in __atomic builtins.Eric Fiselier2015-10-041-7/+32
* Sema: Ensure that __c11_atomic_fetch_add has a pointer to complete typeDavid Majnemer2015-01-281-1/+5
* Make test/Sema/atomic-ops.c free-standingHal Finkel2014-10-031-1/+1
* Add an implementation of C11's stdatomic.hHal Finkel2014-10-031-4/+67
* AArch64/ARM64: update Clang after AArch64 removal.Tim Northover2014-05-241-1/+0
* Sema: demote invalid atomic ordering message to warning.Tim Northover2014-03-111-17/+17
* Sema: produce error when invalid ordering is passed to atomic builtinTim Northover2014-03-111-0/+222
* Handle init lists and _Atomic fields.Eli Friedman2013-08-191-0/+6
* ARM: implement low-level intrinsics for the atomic exclusive operations.Tim Northover2013-07-161-5/+5
* Add test for PR12527 (bug has apparently already been fixed).Richard Smith2013-04-011-0/+3
* AArch64: add atomic support parameters to TargetInfoTim Northover2013-02-181-0/+5
* const _Atomic(T) is not an atomic type, so do not allow it as the type 'A' inRichard Smith2012-09-151-1/+6
* Implement the missing pieces needed to support libstdc++4.7's <atomic>:Richard Smith2012-04-131-8/+76
* Implement support for 18 of the GNU-compatible __atomic builtins.Richard Smith2012-04-121-7/+67
* Provide, and document, a set of __c11_atomic_* intrinsics to implement C11'sRichard Smith2012-04-111-26/+26
* Initial implementation of __atomic_* (everything except __atomic_is_lock_free).Eli Friedman2011-10-111-0/+37
OpenPOWER on IntegriCloud