summaryrefslogtreecommitdiff
path: root/clang/test/OpenMP/atomic_codegen.cpp
AgeCommit message (Expand)Author
2022-10-07[OpenMP] Convert tests to opaque pointers (NFC)Nikita Popov
2022-04-07[OpaquePtrs][Clang] Add -no-opaque-pointers to tests (NFC)Nikita Popov
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-03-31[OPENMP]Fix PR48658: [OpenMP 5.0] Compiler crash when OpenMP atomic sync hint...Alexey Bataev
2021-02-11NFC: update clang tests to check ordering and alignment for atomicrmw/cmpxchg.James Y Knight
2020-11-16[CodeGen] Apply 'nonnull' and 'dereferenceable(N)' to 'this' pointerCJ Johnson
2020-07-15[CodeGen] Emit a call instruction instead of an invoke if the calledAkira Hatanaka
2020-05-19[CGCall] Annotate references with "align" attribute.Eli Friedman
2018-10-15Revert "[CodeGenCXX] Treat 'this' as noalias in constructors"Sean Fertile
2018-10-10[CodeGenCXX] Treat 'this' as noalias in constructorsAnton Bikineev
2017-12-29[OPENMP] Support for -fopenmp-simd option with compilation of simd loopsAlexey Bataev
2017-01-09[Lit Test] Make tests C++11 compatible - nothrow destructorsCharles Li
2015-12-14[OPENMP] Fix debug info for 'atomic' construct.Alexey Bataev
2015-10-08Stop messing with the 'g' group of options in CompilerInvocation.Douglas Katzman
2015-09-04[OPENMP] Fix false diagnostic on instantiation-dependent exprs for atomic con...Alexey Bataev
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-29DebugInfo: Metadata constructs now start with DI*Duncan P. N. Exon Smith
2015-04-23[OPENMP] Fix for failed tests for 'omp atomic write' construct.Alexey Bataev
2015-04-23[OPENMP] Codegen for 'atomic capture'.Alexey Bataev
2015-03-30[OPENMP] Codegen for 'atomic update' construct.Alexey Bataev
2015-03-11[OPENMP] Fix for ExprWithCleanups in 'omp atomic' constructs.Alexey Bataev
2015-03-10[OPENMP] Fixed tests for non-debug builds. NFC.Alexey Bataev
2015-03-10[OPENMP] Improved code for generating debug info + generation of all OpenMP r...Alexey Bataev
2015-03-10Revert "[OPENMP] Improved code for generating debug info + generation of all ...Rafael Espindola
2015-03-10[OPENMP] Improved code for generating debug info + generation of all OpenMP r...Alexey Bataev