summaryrefslogtreecommitdiff
path: root/clang/test/CodeGen/atomic_ops.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
2022-02-15Use functions with prototypes when appropriate; NFCAaron Ballman
2022-01-16[Clang/Test]: Rename enable_noundef_analysis to disable-noundef-analysis and ...hyeongyu kim
2021-11-09Revert "[Clang/Test]: Rename enable_noundef_analysis to disable-noundef-analy...hyeongyu kim
2021-11-06[Clang/Test]: Rename enable_noundef_analysis to disable-noundef-analysis and ...hyeongyukim
2021-11-06Revert "[Clang/Test]: Rename enable_noundef_analysis to disable-noundef-analy...Juneyoung Lee
2021-11-06[Clang/Test]: Rename enable_noundef_analysis to disable-noundef-analysis and ...Juneyoung Lee
2021-10-18Revert D105169 due to the two-stage failure in ASANJuneyoung Lee
2021-10-16[Clang/Test]: Rename enable_noundef_analysis to disable-noundef-analysis and ...Juneyoung Lee
2021-02-11NFC: update clang tests to check ordering and alignment for atomicrmw/cmpxchg.James Y Knight
2020-08-14[CGAtomic] Mark atomic libcall functions `nounwind`Gui Andrade
2020-02-21[CodeGen][RISCV] Fix clang/test/CodeGen/atomic_ops.c for RISC-VLuís Marques
2019-11-07CodeGen: set correct result for atomic compound expressionsTim Northover
2015-08-07[Sparc] XFAIL CodeGen/atomic_ops test.James Y Knight
2015-03-04Temporary XFAILs for HexagonRick Foos
2015-02-27Update Clang tests to handle explicitly typed load changes in LLVM.David Blaikie
2015-02-18Fix test/CodeGen/atomic_ops.c failure on clang-cmake-mips builder (and others).Daniel Sanders
2015-02-18CodeGen: Relax a FileCheck line for SystemZDavid Majnemer
2015-02-14CodeGen: _Atomic(_Complex) shouldn't crashDavid Majnemer
2015-02-14CodeGen: Correctly convert atomic bool from i8 to i1David Majnemer
2014-12-15Fixed test/CodeGen/atomic_ops.c for compatibility with hexagon targetAlexey Bataev
2013-03-03Improve C11 atomics support:David Chisnall
2012-06-16Fix Sema and IRGen for atomic compound assignment so it has the right semanti...Eli Friedman
2012-01-16Some improvements to the handling of C11 atomic types:David Chisnall