aboutsummaryrefslogtreecommitdiff
path: root/clang/test/CodeGen/atomic_ops.c
AgeCommit message (Expand)AuthorFilesLines
2022-10-07[CodeGen] Convert tests to opaque pointers (NFC)Nikita Popov1-17/+17
2022-04-07[OpaquePtrs][Clang] Add -no-opaque-pointers to tests (NFC)Nikita Popov1-2/+2
2022-02-15Use functions with prototypes when appropriate; NFCAaron Ballman1-1/+1
2022-01-16[Clang/Test]: Rename enable_noundef_analysis to disable-noundef-analysis and ...hyeongyu kim1-5/+5
2021-11-09Revert "[Clang/Test]: Rename enable_noundef_analysis to disable-noundef-analy...hyeongyu kim1-5/+5
2021-11-06[Clang/Test]: Rename enable_noundef_analysis to disable-noundef-analysis and ...hyeongyukim1-5/+5
2021-11-06Revert "[Clang/Test]: Rename enable_noundef_analysis to disable-noundef-analy...Juneyoung Lee1-5/+5
2021-11-06[Clang/Test]: Rename enable_noundef_analysis to disable-noundef-analysis and ...Juneyoung Lee1-5/+5
2021-10-18Revert D105169 due to the two-stage failure in ASANJuneyoung Lee1-5/+5
2021-10-16[Clang/Test]: Rename enable_noundef_analysis to disable-noundef-analysis and ...Juneyoung Lee1-5/+5
2021-02-11NFC: update clang tests to check ordering and alignment for atomicrmw/cmpxchg.James Y Knight1-11/+11
2020-08-14[CGAtomic] Mark atomic libcall functions `nounwind`Gui Andrade1-0/+7
2020-02-21[CodeGen][RISCV] Fix clang/test/CodeGen/atomic_ops.c for RISC-VLuís Marques1-19/+36
2019-11-07CodeGen: set correct result for atomic compound expressionsTim Northover1-0/+53
2015-08-07[Sparc] XFAIL CodeGen/atomic_ops test.James Y Knight1-1/+2
2015-03-04Temporary XFAILs for HexagonRick Foos1-0/+1
2015-02-27Update Clang tests to handle explicitly typed load changes in LLVM.David Blaikie1-1/+1
2015-02-18Fix test/CodeGen/atomic_ops.c failure on clang-cmake-mips builder (and others).Daniel Sanders1-1/+2
2015-02-18CodeGen: Relax a FileCheck line for SystemZDavid Majnemer1-1/+1
2015-02-14CodeGen: _Atomic(_Complex) shouldn't crashDavid Majnemer1-0/+8
2015-02-14CodeGen: Correctly convert atomic bool from i8 to i1David Majnemer1-0/+10
2014-12-15Fixed test/CodeGen/atomic_ops.c for compatibility with hexagon targetAlexey Bataev1-3/+3
2013-03-03Improve C11 atomics support:David Chisnall1-5/+0
2012-06-16Fix Sema and IRGen for atomic compound assignment so it has the right semanti...Eli Friedman1-3/+12
2012-01-16Some improvements to the handling of C11 atomic types:David Chisnall1-0/+14