summaryrefslogtreecommitdiffstats
path: root/test/CodeGen/c11atomics.c
Commit message (Expand)AuthorAgeFilesLines
* _Atomic of empty struct shouldn't assertJF Bastien2018-05-091-0/+14
* Change memcpy/memove/memset to have dest and source alignment attributes.Daniel Neilson2018-01-281-10/+10
* Change memcpy/memove/memset to have dest and source alignment attributes (Ste...Daniel Neilson2018-01-191-16/+16
* Revert "Change memcpy/memset/memmove to have dest and source alignments."Pete Cooper2015-11-191-16/+16
* Change memcpy/memset/memmove to have dest and source alignments.Pete Cooper2015-11-181-16/+16
* Atomics: support __c11_* calls on _Atomic struct types.Tim Northover2015-11-091-10/+106
* Compute and preserve alignment more faithfully in IR-generation.John McCall2015-09-081-8/+8
* [CodeGen] Remove atomic sugar from record types in isSafeToConvertDavid Majnemer2015-06-291-2/+18
* Update Clang tests to handle explicitly typed load changes in LLVM.David Blaikie2015-02-271-20/+20
* Update Clang tests to handle explicitly typed gep changes in LLVM.David Blaikie2015-02-271-32/+32
* Bugfix for Codegen of atomic load/store/other ops.Alexey Bataev2014-12-151-7/+7
* PR18097: Support initializing an _Atomic(T) from an object of C++ class type TRichard Smith2014-07-311-0/+5
* CHECK-LABEL-ify some code gen tests to improve diagnostic experience when tes...Stephen Lin2013-08-151-1/+1
* clang/test/CodeGen/c11atomics.c: Fix testcase for -Asserts since r186054.NAKAMURA Takumi2013-07-111-1/+1
* Simplify atomic load/store IRGen.Eli Friedman2013-07-111-5/+20
* Emit native implementations of atomic operations on FreeBSD/armv6.Ed Schouten2013-06-151-1/+1
* Promote atomic type sizes up to a power of two, capped byJohn McCall2013-03-071-0/+207
* Remove unused check from test.David Chisnall2013-03-031-2/+0
* Improve C11 atomics support:David Chisnall2013-03-031-0/+139