aboutsummaryrefslogtreecommitdiff
path: root/clang/test/OpenMP/target_parallel_debug_codegen.cpp
AgeCommit message (Expand)AuthorFilesLines
2024-07-23[OpenMP] Ensure the actual kernel is annotated with launch bounds (#99927)Johannes Doerfert1-344/+344
2024-06-14 [RemoveDIs] Print IR with debug records by default (#91724)Stephen Tozer1-335/+335
2023-10-31 [OpenMP] Introduce the KernelLaunchEnvironment as implicit argument (#70401)Johannes Doerfert1-420/+441
2023-10-29[OpenMP] Unify the min/max thread/teams pathwaysJohannes Doerfert1-420/+420
2023-07-26[OpenMP] Introduce kernel environmentShilei Tian1-10/+10
2023-07-23Revert commits for kernel environmentShilei Tian1-10/+10
2023-07-23[OpenMP] Introduce kernel environmentShilei Tian1-10/+10
2023-07-10[OpenMP][OMPIRBuilder] Rename IsEmbedded and IsTargetCodegen flagsSergio Afonso1-1/+1
2023-04-22Revert "[OpenMP] Introduce kernel environment"Shilei Tian1-10/+10
2023-04-22[OpenMP] Introduce kernel environmentShilei Tian1-10/+10
2023-04-19[OpenMP] Prefix outlined and reduction func names with original func's nameItay Bookstein1-12/+12
2023-04-19Revert "[OpenMP] Prefix outlined and reduction func names with original func'...Itay Bookstein1-12/+12
2023-04-19[OpenMP] Prefix outlined and reduction func names with original func's nameItay Bookstein1-12/+12
2022-12-13[OpenMP][NFCI] Remove effectively dead code in clang and the runtimeJohannes Doerfert1-42/+42
2022-12-12Revert "[OpenMP][NFCI] Remove effectively dead code in clang and the runtime"Johannes Doerfert1-42/+42
2022-12-12[OpenMP][NFCI] Remove effectively dead code in clang and the runtimeJohannes Doerfert1-42/+42
2022-10-07[OpenMP] Convert tests to opaque pointers (NFC)Nikita Popov1-543/+525
2022-09-15Revert "[OpenMP] Codegen aggregate for outlined function captures"Dhruva Chakrabarti1-353/+508
2022-09-15[OpenMP] Codegen aggregate for outlined function capturesGiorgis Georgakoudis1-508/+353
2022-04-07[OpaquePtrs][Clang] Add -no-opaque-pointers to tests (NFC)Nikita Popov1-2/+2
2022-01-16[Clang/Test]: Rename enable_noundef_analysis to disable-noundef-analysis and ...hyeongyu kim1-12/+12
2021-12-23[OpenMP] Fix incorrect type when casting from uintptrNikita Popov1-4/+4
2021-12-22[OpenMP] Regenerate test checks (NFC)Nikita Popov1-4/+4
2021-11-09Revert "[Clang/Test]: Rename enable_noundef_analysis to disable-noundef-analy...hyeongyu kim1-12/+12
2021-11-06[Clang/Test]: Rename enable_noundef_analysis to disable-noundef-analysis and ...hyeongyukim1-12/+12
2021-11-06Revert "[Clang/Test]: Rename enable_noundef_analysis to disable-noundef-analy...Juneyoung Lee1-12/+12
2021-11-06[Clang/Test]: Rename enable_noundef_analysis to disable-noundef-analysis and ...Juneyoung Lee1-12/+12
2021-10-18Revert D105169 due to the two-stage failure in ASANJuneyoung Lee1-12/+12
2021-10-16[Clang/Test]: Rename enable_noundef_analysis to disable-noundef-analysis and ...Juneyoung Lee1-12/+12
2021-09-22[OpenMP][Offloading] Change `bool IsSPMD` to `int8_t Mode` in `__kmpc_target_...Shilei Tian1-6/+6
2021-09-21Revert "[OpenMP] Codegen aggregate for outlined function captures"Giorgis Georgakoudis1-357/+509
2021-09-21[OpenMP] Codegen aggregate for outlined function capturesGiorgis Georgakoudis1-509/+357
2021-07-27[OpenMP] Creating the `omp_target_num_teams` and `omp_target_thread_limit` at...Jose M Monsalve Diaz1-3/+3
2021-07-19Revert "[OpenMP] Codegen aggregate for outlined function captures"Giorgis Georgakoudis1-356/+508
2021-07-16[OpenMP] Codegen aggregate for outlined function capturesGiorgis Georgakoudis1-508/+356
2021-07-10[OpenMP] Unified entry point for SPMD & generic kernels in the device RTLJohannes Doerfert1-453/+447
2021-06-22[OpenMP] Simplify GPU memory globalizationJoseph Huber1-3/+0
2021-05-05[OpenMP][NFC] Refactor Clang OpenMP tests using update_cc_test_checksGiorgis Georgakoudis1-640/+640
2021-05-05[Utils][NFC] Rename replace-function-regex in update_cc_test_checksGiorgis Georgakoudis1-1/+1
2021-05-04Revert "[OpenMP][NFC] Refactor Clang OpenMP tests using update_cc_test_checks"Giorgis Georgakoudis1-639/+639
2021-05-04[OpenMP][NFC] Refactor Clang OpenMP tests using update_cc_test_checksGiorgis Georgakoudis1-639/+639
2021-04-21[OpenMP] Simplify offloading parallel call codegenGiorgis Georgakoudis1-72/+662
2020-05-19[CGCall] Annotate references with "align" attribute.Eli Friedman1-6/+6
2018-11-07[OPENMP]Fix handling of the globals during compilation for the device.Alexey Bataev1-3/+14
2018-05-10[OPENMP, NVPTX] Initial support for L2 parallelism in SPMD mode.Alexey Bataev1-4/+4
2018-05-08[OPENMP, NVPTX] Fix linkage of the global entries.Alexey Bataev1-3/+3
2018-02-28[OpenMP] Extend NVPTX SPMD implementation of combined constructsCarlo Bertolli1-2/+2
2018-01-08[OPENMP] Fix debug info for outlined functions in NVPTX + add more tests.Alexey Bataev1-4/+7
2018-01-04[OPENMP] Add debug info for generated functions.Alexey Bataev1-3/+3
2017-11-22[OPENMP] Do not mark captured variables as artificial in debug info.Alexey Bataev1-0/+10