summaryrefslogtreecommitdiff
path: root/clang/test/OpenMP/declare_reduction_codegen.cpp
AgeCommit message (Expand)Author
2023-05-17[clang] Convert remaining OpenMP tests to opaque pointersSergei Barannikov
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
2020-11-16[CodeGen] Apply 'nonnull' and 'dereferenceable(N)' to 'this' pointerCJ Johnson
2020-06-25[OpenMP] Upgrade default version of OpenMP to 5.0Saiyedul Islam
2020-05-19[CGCall] Annotate references with "align" attribute.Eli Friedman
2020-01-07[OPENMP]Allow using of members in standalone declaration pragmas.Alexey Bataev
2019-12-02[OPENMP]Fix PR44133: Emit definitions of used constructors/functions.Alexey Bataev
2019-08-03IR: print value numbers for unnamed function argumentsTim Northover
2018-12-26Pass a concrete triple for two OpenMP tests that depend on TLSNico Weber
2018-10-15Revert "[CodeGenCXX] Treat 'this' as noalias in constructors"Sean Fertile
2018-10-10[CodeGenCXX] Treat 'this' as noalias in constructorsAnton Bikineev
2018-04-16[OPENMP] General code improvements.Alexey Bataev
2017-12-29[OPENMP] Support for -fopenmp-simd option with compilation of simd loopsAlexey Bataev
2017-10-12[OPENMP] Fix PR34927: Emit initializer for reduction array with declareAlexey Bataev
2017-08-25[OPENMP] Fix for PR34321: ustom OpenMP reduction in C++ template causesAlexey Bataev
2016-12-23Make '-disable-llvm-optzns' an alias for '-disable-llvm-passes'.Chandler Carruth
2016-04-27[OPENMP] Fix crash on initialization of classes with no init clause inAlexey Bataev
2016-03-17[OPENMP 4.0] Use 'declare reduction' constructs in 'reduction' clauses.Alexey Bataev
2016-03-04[OPENMP 4.0] Codegen for 'declare reduction' construct.Alexey Bataev