aboutsummaryrefslogtreecommitdiff
path: root/clang/test/OpenMP/target_parallel_codegen.cpp
AgeCommit message (Expand)AuthorFilesLines
2024-08-09[IRBuilder] Generate nuw GEPs for struct member accesses (#99538)Hari Limaye1-206/+206
2024-03-19[OpenMP] Increment kernel args version, used by runtime for detecting dyn_ptr...dhruvachak1-14/+14
2024-02-21[OpenMP] Remove `register_requires` global constructor (#80460)Joseph Huber1-54/+40
2023-10-31 [OpenMP] Introduce the KernelLaunchEnvironment as implicit argument (#70401)Johannes Doerfert1-14/+42
2023-10-29[OpenMP] Unify the min/max thread/teams pathwaysJohannes Doerfert1-110/+110
2023-10-26[OpenMP] Pass min/max thread and team count to the OMPIRBuilder (#70247)Johannes Doerfert1-48/+48
2023-10-20Diagnose use of VLAs in C++ by defaultAaron Ballman1-40/+40
2023-10-20Revert "Diagnose use of VLAs in C++ by default"Aaron Ballman1-40/+40
2023-10-20Diagnose use of VLAs in C++ by defaultAaron Ballman1-40/+40
2023-08-23[OpenMP][NFC] Update clang OpenMP testsJohannes Doerfert1-40/+40
2023-08-09Intrinsics: Add type overload to stacksave and stackstoreMatt Arsenault1-8/+8
2023-07-11clang: Regenerate OpenMP testsMatt Arsenault1-40/+40
2023-07-10[OpenMP][OMPIRBuilder] Rename IsEmbedded and IsTargetCodegen flagsSergio Afonso1-24/+24
2023-07-06[clang][CodeGenCXX] Improve handling of itanium ABI member function alignment...David Tenty1-1/+1
2023-04-19[OpenMP] Prefix outlined and reduction func names with original func's nameItay Bookstein1-86/+86
2023-04-19Revert "[OpenMP] Prefix outlined and reduction func names with original func'...Itay Bookstein1-86/+86
2023-04-19[OpenMP] Prefix outlined and reduction func names with original func's nameItay Bookstein1-86/+86
2023-03-17[Clang][OpenMP] Insert alloca for kernel args at function entry block instead...Dhruva Chakrabarti1-12/+12
2023-01-21[OpenMP] Modernize the kernel launching interface and APIsJohannes Doerfert1-348/+460
2022-10-07[OpenMP] Convert more tests to opaque pointers (NFC)Nikita Popov1-2290/+2073
2022-09-15Revert "[OpenMP] Codegen aggregate for outlined function captures"Dhruva Chakrabarti1-1096/+940
2022-09-15[OpenMP] Codegen aggregate for outlined function capturesGiorgis Georgakoudis1-940/+1096
2022-07-20Inliner: don't mark call sites as 'nounwind' if that would be redundantNicolai Hähnle1-2/+2
2022-07-08[OpenMP] Add loop tripcount argument to kernel launch and remove push functionJoseph Huber1-340/+368
2022-07-08[OpenMP] Change OpenMP code generation for target region entriesJoseph Huber1-333/+571
2022-07-01[OpenMP][NFC] Reuse check lines for Clang/OpenMP testsJohannes Doerfert1-8451/+12
2022-04-07[OpaquePtrs][Clang] Add -no-opaque-pointers to tests (NFC)Nikita Popov1-56/+56
2022-02-25[OPENMP]Fix PR50347: Mapping of global scope deep object fails.Alexey Bataev1-1192/+1048
2022-02-24Revert "[OPENMP]Fix PR50347: Mapping of global scope deep object fails."Alexey Bataev1-1008/+1240
2022-02-24[OPENMP]Fix PR50347: Mapping of global scope deep object fails.Alexey Bataev1-1240/+1008
2022-01-20[IRGen] Do not overwrite existing attributes in CGCall.Florian Hahn1-16/+16
2022-01-16[Clang/Test]: Rename enable_noundef_analysis to disable-noundef-analysis and ...hyeongyu kim1-304/+304
2021-12-23[OpenMP] Fix incorrect type when casting from uintptrNikita Popov1-364/+364
2021-11-09Revert "[Clang/Test]: Rename enable_noundef_analysis to disable-noundef-analy...hyeongyu kim1-304/+304
2021-11-06[Clang/Test]: Rename enable_noundef_analysis to disable-noundef-analysis and ...hyeongyukim1-304/+304
2021-11-06Revert "[Clang/Test]: Rename enable_noundef_analysis to disable-noundef-analy...Juneyoung Lee1-304/+304
2021-11-06[Clang/Test]: Rename enable_noundef_analysis to disable-noundef-analysis and ...Juneyoung Lee1-304/+304
2021-10-18Revert D105169 due to the two-stage failure in ASANJuneyoung Lee1-304/+304
2021-10-16[Clang/Test]: Rename enable_noundef_analysis to disable-noundef-analysis and ...Juneyoung Lee1-304/+304
2021-09-21Revert "[OpenMP] Codegen aggregate for outlined function captures"Giorgis Georgakoudis1-4384/+3760
2021-09-21[OpenMP] Codegen aggregate for outlined function capturesGiorgis Georgakoudis1-3760/+4384
2021-07-27[OpenMP] Creating the `omp_target_num_teams` and `omp_target_thread_limit` at...Jose M Monsalve Diaz1-256/+256
2021-07-22[OPENMP]Fix PR49787: Codegen for calling __tgt_target_teams_nowait_mapper has...Alexey Bataev1-8/+8
2021-07-22Revert "[OPENMP]Fix PR49787: Codegen for calling __tgt_target_teams_nowait_ma...Alexey Bataev1-8/+8
2021-07-22[OPENMP]Fix PR49787: Codegen for calling __tgt_target_teams_nowait_mapper has...Alexey Bataev1-8/+8
2021-07-19Revert "[OpenMP] Codegen aggregate for outlined function captures"Giorgis Georgakoudis1-4384/+3760
2021-07-16[OpenMP] Codegen aggregate for outlined function capturesGiorgis Georgakoudis1-3760/+4384
2021-06-25[OpenMP] Add Module metadata for OpenMP compilationJoseph Huber1-113/+112
2021-06-04[OPENMP]Fix PR50129: omp cancel parallel not working as expected.Alexey Bataev1-1/+17
2021-05-19[OpenMP][NFC] Remove SIMD check lines for non-simd testsJohannes Doerfert1-3544/+17