summaryrefslogtreecommitdiffstats
path: root/clang/test/Sema/atomic-ops.c
Commit message (Expand)AuthorAgeFilesLines
* 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