aboutsummaryrefslogtreecommitdiff
path: root/clang/test/OpenMP/nvptx_parallel_codegen.cpp
AgeCommit message (Expand)AuthorFilesLines
2023-10-31 [OpenMP] Introduce the KernelLaunchEnvironment as implicit argument (#70401)Johannes Doerfert1-12/+24
2023-07-26[OpenMP] Introduce kernel environmentShilei Tian1-14/+14
2023-07-23Revert commits for kernel environmentShilei Tian1-14/+14
2023-07-23[OpenMP] Introduce kernel environmentShilei Tian1-14/+14
2023-07-10[OpenMP][OMPIRBuilder] Rename IsEmbedded and IsTargetCodegen flagsSergio Afonso1-2/+2
2023-04-22Revert "[OpenMP] Introduce kernel environment"Shilei Tian1-14/+14
2023-04-22[OpenMP] Introduce kernel environmentShilei Tian1-14/+14
2023-04-19[OpenMP] Prefix outlined and reduction func names with original func's nameItay Bookstein1-40/+40
2023-04-19Revert "[OpenMP] Prefix outlined and reduction func names with original func'...Itay Bookstein1-40/+40
2023-04-19[OpenMP] Prefix outlined and reduction func names with original func's nameItay Bookstein1-40/+40
2022-12-13[OpenMP][NFCI] Remove effectively dead code in clang and the runtimeJohannes Doerfert1-44/+44
2022-12-12Revert "[OpenMP][NFCI] Remove effectively dead code in clang and the runtime"Johannes Doerfert1-44/+44
2022-12-12[OpenMP][NFCI] Remove effectively dead code in clang and the runtimeJohannes Doerfert1-44/+44
2022-10-07[OpenMP] Convert tests to opaque pointers (NFC)Nikita Popov1-274/+252
2022-09-15Revert "[OpenMP] Codegen aggregate for outlined function captures"Dhruva Chakrabarti1-252/+158
2022-09-15[OpenMP] Codegen aggregate for outlined function capturesGiorgis Georgakoudis1-158/+252
2022-06-28[OpenMP][NFC] Remove unused check lines in Clang/OpenMP testsJohannes Doerfert1-1364/+0
2022-04-07[OpaquePtrs][Clang] Add -no-opaque-pointers to tests (NFC)Nikita Popov1-4/+4
2022-02-01[OpenMP] Add kernel string attribute to kernel functionJoseph Huber1-30/+30
2022-01-16[Clang/Test]: Rename enable_noundef_analysis to disable-noundef-analysis and ...hyeongyu kim1-26/+26
2021-12-27[OpenMP][FIX] Change globalization alignment to 16Joseph Huber1-2/+2
2021-12-23[OpenMP] Fix incorrect type when casting from uintptrNikita Popov1-10/+10
2021-11-09[clang][openmp][NFC] Remove arch-specific CGOpenMPRuntimeGPU filesAtmn Patel1-30/+30
2021-11-09Revert "[clang][openmp][NFC] Remove arch-specific CGOpenMPRuntimeGPU files"Atmn Patel1-30/+30
2021-11-09[clang][openmp][NFC] Remove arch-specific CGOpenMPRuntimeGPU filesAtmn Patel1-30/+30
2021-11-09Revert "[Clang/Test]: Rename enable_noundef_analysis to disable-noundef-analy...hyeongyu kim1-26/+26
2021-11-06[Clang/Test]: Rename enable_noundef_analysis to disable-noundef-analysis and ...hyeongyukim1-26/+26
2021-11-06Revert "[Clang/Test]: Rename enable_noundef_analysis to disable-noundef-analy...Juneyoung Lee1-26/+26
2021-11-06[Clang/Test]: Rename enable_noundef_analysis to disable-noundef-analysis and ...Juneyoung Lee1-26/+26
2021-10-18Revert D105169 due to the two-stage failure in ASANJuneyoung Lee1-26/+26
2021-10-16[Clang/Test]: Rename enable_noundef_analysis to disable-noundef-analysis and ...Juneyoung Lee1-26/+26
2021-10-12[CFE][Codegen][In-progress] Remove CodeGenFunction::InitTempAlloca()hsmahesha1-10/+10
2021-10-08[OpenMP] Add RTL function for getting number of threads in block.Joseph Huber1-2/+2
2021-09-22[OpenMP][Offloading] Change `bool IsSPMD` to `int8_t Mode` in `__kmpc_target_...Shilei Tian1-12/+12
2021-09-21Revert "[OpenMP] Codegen aggregate for outlined function captures"Giorgis Georgakoudis1-236/+130
2021-09-21[OpenMP] Codegen aggregate for outlined function capturesGiorgis Georgakoudis1-130/+236
2021-08-18[libomptarget][devicertl] Replace lanemask with uint64 at interfaceJon Chesterfield1-10/+10
2021-07-21[OpenMP] Change `__kmpc_free_shared` to include the paired allocation sizeJoseph Huber1-2/+2
2021-07-19Revert "[OpenMP] Codegen aggregate for outlined function captures"Giorgis Georgakoudis1-236/+130
2021-07-16[OpenMP] Codegen aggregate for outlined function capturesGiorgis Georgakoudis1-130/+236
2021-07-10[OpenMP] Unified entry point for SPMD & generic kernels in the device RTLJohannes Doerfert1-564/+146
2021-06-22[OpenMP] Simplify GPU memory globalizationJoseph Huber1-1081/+965
2021-05-05[OpenMP][NFC] Refactor Clang OpenMP tests using update_cc_test_checksGiorgis Georgakoudis1-531/+531
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-531/+531
2021-05-04[OpenMP][NFC] Refactor Clang OpenMP tests using update_cc_test_checksGiorgis Georgakoudis1-531/+531
2021-04-21[OpenMP] Simplify offloading parallel call codegenGiorgis Georgakoudis1-313/+2448
2021-03-30[OpenMP][NFC] Move the `noinline` to the parallel entry pointJohannes Doerfert1-3/+6
2020-10-28[libomptarget][nvptx] Undef, weak shared variablesJonChesterfield1-2/+2
2020-10-08[OpenMP] Replace OpenMP RTL Functions With OMPIRBuilder and OMPKinds.defJoseph Huber1-4/+4