summaryrefslogtreecommitdiff
path: root/clang/test/CodeGen/Atomics.c
AgeCommit message (Expand)Author
2022-10-07[CodeGen] Convert tests to opaque pointers (NFC)Nikita Popov
2022-04-07[OpaquePtrs][Clang] Add -no-opaque-pointers to tests (NFC)Nikita Popov
2021-02-11NFC: update clang tests to check ordering and alignment for atomicrmw/cmpxchg.James Y Knight
2020-12-30[test] Add {{.*}} to make tests immune to dso_local/dso_preemptable/(none) di...Fangrui Song
2020-07-07orrectly generate invert xor value for Binary Atomics of int size > 64Jennifer Yu
2018-05-13Added atomic_fetch_min, max, umin, umax intrinsics to clang.Elena Demikhovsky
2014-10-02Add __sync_fetch_and_nand (again)Hal Finkel
2014-06-13IR-change: cmpxchg operations now return { iN, i1 }.Tim Northover
2013-08-15CHECK-LABEL-ify some code gen tests to improve diagnostic experience when tes...Stephen Lin
2012-05-09hopefully fix a bunch of ARM buildbot failuresNuno Lopes
2011-09-13Re-commit r139643.Eli Friedman
2011-09-13Revert r139643 while I look into it; it's breaking selfhost.Eli Friedman
2011-09-13Make clang use Acquire loads and Release stores where necessary.Eli Friedman
2011-09-07Switch clang over to using fence/atomicrmw/cmpxchg instead of the intrinsics ...Eli Friedman
2011-07-28This works on arm.Eric Christopher
2011-07-26Migrate most of the rest of test/FrontendC from llvm and migrateEric Christopher