summaryrefslogtreecommitdiff
path: root/test/CodeGen/c11atomics-ios.c
AgeCommit message (Expand)Author
2018-05-09_Atomic of empty struct shouldn't assertJF Bastien
2018-01-28Change memcpy/memove/memset to have dest and source alignment attributes.Daniel Neilson
2018-01-19Change memcpy/memove/memset to have dest and source alignment attributes (Ste...Daniel Neilson
2015-11-19Revert "Change memcpy/memset/memmove to have dest and source alignments."Pete Cooper
2015-11-18Change memcpy/memset/memmove to have dest and source alignments.Pete Cooper
2015-11-09Atomics: support __c11_* calls on _Atomic struct types.Tim Northover
2015-09-08Compute and preserve alignment more faithfully in IR-generation.John McCall
2015-02-27Update Clang tests to handle explicitly typed load changes in LLVM.David Blaikie
2015-02-27Update Clang tests to handle explicitly typed gep changes in LLVM.David Blaikie
2014-12-05Have the driver and the target code agree on what the default ABIEric Christopher
2013-08-15CHECK-LABEL-ify some code gen tests to improve diagnostic experience when tes...Stephen Lin
2013-07-11Simplify atomic load/store IRGen.Eli Friedman
2013-03-07Promote atomic type sizes up to a power of two, capped byJohn McCall