summaryrefslogtreecommitdiff
path: root/clang/test/OpenMP/declare_reduction_codegen.c
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-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-03-30[OPENMP]Fix test checks for 32bit targets, NFC.Alexey Bataev
2021-03-30[OPENMP]Fix PR48740: OpenMP declare reduction in C does not require an initia...Alexey Bataev
2020-06-25[OpenMP] Upgrade default version of OpenMP to 5.0Saiyedul Islam
2019-08-03IR: print value numbers for unnamed function argumentsTim Northover
2017-12-29[OPENMP] Support for -fopenmp-simd option with compilation of simd loopsAlexey Bataev
2016-12-23Make '-disable-llvm-optzns' an alias for '-disable-llvm-passes'.Chandler Carruth
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