summaryrefslogtreecommitdiff
path: root/clang/test/OpenMP/atomic_capture_codegen.cpp
AgeCommit message (Expand)Author
2024-08-09[IRBuilder] Generate nuw GEPs for struct member accesses (#99538)Hari Limaye
2024-03-29[clang] Better SysV bitfield access units (#65742)Nathan Sidwell
2023-06-15[OpenMP] Update the default version of OpenMP to 5.1Animesh Kumar
2023-05-15[clang] Convert a few OpenMP tests to use opaque pointersSergei Barannikov
2022-05-03[Clang][OpenMP] Add the support for floating-point variables for specific ato...Shilei Tian
2022-04-07[OpaquePtrs][Clang] Add -no-opaque-pointers to tests (NFC)Nikita Popov
2022-02-10Use 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-07-26[Clang][OpenMP] Remove the mandatory flush for capture for OpenMP 5.1Shilei Tian
2021-02-11NFC: update clang tests to check ordering and alignment for atomicrmw/cmpxchg.James Y Knight
2020-08-27[OpenMP] Ensure testing for versions 4.5 and default - Part 3Saiyedul Islam
2020-02-11[OPENMP50]Add support for relaxed clause in atomic directive.Alexey Bataev
2020-02-10[OPENMP50]Add support for 'release' clause.Alexey Bataev
2020-02-10[OPENMP50]Support for acquire clause.Alexey Bataev
2020-02-07[OPENMP50]Add codegen for acq_rel clause in atomic|flush directives.Alexey Bataev
2017-12-29[OPENMP] Support for -fopenmp-simd option with compilation of simd loopsAlexey Bataev
2017-09-22[Atomic][X8664] set max atomic inline width according to the targetWei Mi
2017-08-08Sema: disable implicit conversion from _Complex to real types in C++.Tim Northover
2016-10-21Remove unnecessary x86 backend requirements from OpenMP testsReid Kleckner
2015-11-18Produce a better diagnostic for global register variables.Akira Hatanaka
2015-07-08Revert "Revert r241620 and follow-up commits" and move the initializationAdrian Prantl
2015-07-07Revert r241620 and follow-up commits while investigating linux buildbot failu...Adrian Prantl
2015-07-07Update testcases that use precompiled headers to require a target afterAdrian Prantl
2015-05-20[OPENMP] -fopenmp enables OpenMP support (fix for http://llvm.org/PR23492)Alexey Bataev
2015-05-15[OPENMP] Fixed bug in atomic update/capture/write constructs.Alexey Bataev
2015-04-23[OPENMP] Codegen for 'atomic capture'.Alexey Bataev