aboutsummaryrefslogtreecommitdiff
path: root/clang/test/OpenMP/distribute_simd_codegen.cpp
AgeCommit message (Expand)AuthorFilesLines
2024-09-05Reland "[clang] Add nuw attribute to GEPs (#105496)" (#107257)Hari Limaye1-48/+48
2024-08-28Revert "[clang] Add nuw attribute to GEPs" (#106343)Vitaly Buka1-48/+48
2024-08-27[clang] Add nuw attribute to GEPs (#105496)Hari Limaye1-48/+48
2024-08-09[IRBuilder] Generate nuw GEPs for struct member accesses (#99538)Hari Limaye1-260/+260
2024-03-19[OpenMP] Increment kernel args version, used by runtime for detecting dyn_ptr...dhruvachak1-20/+20
2024-02-21[OpenMP] Remove `register_requires` global constructor (#80460)Joseph Huber1-46/+18
2023-10-31 [OpenMP] Introduce the KernelLaunchEnvironment as implicit argument (#70401)Johannes Doerfert1-20/+60
2023-10-29[OpenMP] Unify the min/max thread/teams pathwaysJohannes Doerfert1-508/+508
2023-08-23[OpenMP] Add NVIDIA annotations for static grid thread limitJohannes Doerfert1-444/+444
2023-08-23[OpenMP] Properly set static thread limit (w/o analysis)Johannes Doerfert1-64/+64
2023-08-23[OpenMP][NFC] Update clang OpenMP testsJohannes Doerfert1-18/+18
2023-07-11clang: Regenerate OpenMP testsMatt Arsenault1-18/+18
2023-07-10[OpenMP][OMPIRBuilder] Rename IsEmbedded and IsTargetCodegen flagsSergio Afonso1-24/+24
2023-04-19[OpenMP] Prefix outlined and reduction func names with original func's nameItay Bookstein1-112/+112
2023-04-19Revert "[OpenMP] Prefix outlined and reduction func names with original func'...Itay Bookstein1-112/+112
2023-04-19[OpenMP] Prefix outlined and reduction func names with original func's nameItay Bookstein1-112/+112
2023-03-17[Clang][OpenMP] Insert alloca for kernel args at function entry block instead...Dhruva Chakrabarti1-20/+20
2023-01-21[OpenMP] Modernize the kernel launching interface and APIsJohannes Doerfert1-80/+240
2023-01-09[OpenMP][NFC] Rerun the update_cc_test_checks on most OpenMP testsJohannes Doerfert1-1420/+1420
2022-10-07[OpenMP] Convert tests to opaque pointers (NFC)Nikita Popov1-4256/+4100
2022-09-15Revert "[OpenMP] Codegen aggregate for outlined function captures"Dhruva Chakrabarti1-2544/+2264
2022-09-15[OpenMP] Codegen aggregate for outlined function capturesGiorgis Georgakoudis1-2264/+2544
2022-07-08[OpenMP] Add loop tripcount argument to kernel launch and remove push functionJoseph Huber1-80/+100
2022-07-08[OpenMP] Change OpenMP code generation for target region entriesJoseph Huber1-60/+400
2022-07-01[OpenMP][NFC] Reuse check lines for Clang/OpenMP testsJohannes Doerfert1-10074/+20
2022-04-07[OpaquePtrs][Clang] Add -no-opaque-pointers to tests (NFC)Nikita Popov1-56/+56
2022-01-16[Clang/Test]: Rename enable_noundef_analysis to disable-noundef-analysis and ...hyeongyu kim1-256/+256
2021-11-09Revert "[Clang/Test]: Rename enable_noundef_analysis to disable-noundef-analy...hyeongyu kim1-256/+256
2021-11-06[Clang/Test]: Rename enable_noundef_analysis to disable-noundef-analysis and ...hyeongyukim1-256/+256
2021-11-06Revert "[Clang/Test]: Rename enable_noundef_analysis to disable-noundef-analy...Juneyoung Lee1-256/+256
2021-11-06[Clang/Test]: Rename enable_noundef_analysis to disable-noundef-analysis and ...Juneyoung Lee1-256/+256
2021-10-18Revert D105169 due to the two-stage failure in ASANJuneyoung Lee1-256/+256
2021-10-16[Clang/Test]: Rename enable_noundef_analysis to disable-noundef-analysis and ...Juneyoung Lee1-256/+256
2021-09-21Revert "[OpenMP] Codegen aggregate for outlined function captures"Giorgis Georgakoudis1-5088/+4528
2021-09-21[OpenMP] Codegen aggregate for outlined function capturesGiorgis Georgakoudis1-4528/+5088
2021-07-19Revert "[OpenMP] Codegen aggregate for outlined function captures"Giorgis Georgakoudis1-5088/+4528
2021-07-16[OpenMP] Codegen aggregate for outlined function capturesGiorgis Georgakoudis1-4528/+5088
2021-06-25[OpenMP] Add Module metadata for OpenMP compilationJoseph Huber1-888/+888
2021-06-22[Clang][OpenMP] Monotonic does not apply to SIMDGraham Hunter1-408/+408
2021-05-05[OpenMP][NFC] Refactor Clang OpenMP tests using update_cc_test_checksGiorgis Georgakoudis1-225/+17464
2021-05-04Revert "[OpenMP][NFC] Refactor Clang OpenMP tests using update_cc_test_checks"Giorgis Georgakoudis1-17464/+225
2021-05-04[OpenMP][NFC] Refactor Clang OpenMP tests using update_cc_test_checksGiorgis Georgakoudis1-225/+17464
2020-11-19[OpenMP] Add Location Fields to Libomptarget Runtime for DebuggingJoseph Huber1-1/+1
2020-08-27[OpenMP] Ensure testing for versions 4.5 and default - Part 3Saiyedul Islam1-56/+56
2020-08-10[OpenMP][NFC] Reuse OMPIRBuilder `struct ident_t` handling in ClangJohannes Doerfert1-2/+2
2020-07-15[OpenMP 5.0] Codegen support to pass user-defined mapper functions to runtimeGeorge Rokos1-1/+1
2020-05-19[CGCall] Annotate references with "align" attribute.Eli Friedman1-4/+4
2019-12-23[OPENMP50]Codegen for nontemporal clause.Alexey Bataev1-2/+10
2019-12-06[OPENMP50]Add if clause in distribute simd directive.Alexey Bataev1-11/+54
2018-08-29[OPENMP] Create non-const ident_t objects.Mike Rice1-2/+2