summaryrefslogtreecommitdiff
path: root/clang/test/OpenMP/declare_target_codegen_globalization.cpp
AgeCommit message (Expand)Author
2023-10-31 [OpenMP] Introduce the KernelLaunchEnvironment as implicit argument (#70401)Johannes Doerfert
2023-07-26[OpenMP] Introduce kernel environmentShilei Tian
2023-07-23Revert commits for kernel environmentShilei Tian
2023-07-23[OpenMP] Introduce kernel environmentShilei Tian
2023-07-10[OpenMP][OMPIRBuilder] Rename IsEmbedded and IsTargetCodegen flagsSergio Afonso
2023-04-22Revert "[OpenMP] Introduce kernel environment"Shilei Tian
2023-04-22[OpenMP] Introduce kernel environmentShilei Tian
2023-04-19[OpenMP] Prefix outlined and reduction func names with original func's nameItay Bookstein
2023-04-19Revert "[OpenMP] Prefix outlined and reduction func names with original func'...Itay Bookstein
2023-04-19[OpenMP] Prefix outlined and reduction func names with original func's nameItay Bookstein
2022-12-13[OpenMP][NFCI] Remove effectively dead code in clang and the runtimeJohannes Doerfert
2022-12-12Revert "[OpenMP][NFCI] Remove effectively dead code in clang and the runtime"Johannes Doerfert
2022-12-12[OpenMP][NFCI] Remove effectively dead code in clang and the runtimeJohannes Doerfert
2022-10-07[OpenMP] Convert tests to opaque pointers (NFC)Nikita Popov
2022-09-15Revert "[OpenMP] Codegen aggregate for outlined function captures"Dhruva Chakrabarti
2022-09-15[OpenMP] Codegen aggregate for outlined function capturesGiorgis Georgakoudis
2022-04-07[OpaquePtrs][Clang] Add -no-opaque-pointers to tests (NFC)Nikita Popov
2022-01-16[Clang/Test]: Rename enable_noundef_analysis to disable-noundef-analysis and ...hyeongyu kim
2021-12-27[OpenMP][FIX] Change globalization alignment to 16Joseph Huber
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-09-22[OpenMP][Offloading] Change `bool IsSPMD` to `int8_t Mode` in `__kmpc_target_...Shilei Tian
2021-09-21Revert "[OpenMP] Codegen aggregate for outlined function captures"Giorgis Georgakoudis
2021-09-21[OpenMP] Codegen aggregate for outlined function capturesGiorgis Georgakoudis
2021-07-27[OpenMP] Creating the `omp_target_num_teams` and `omp_target_thread_limit` at...Jose M Monsalve Diaz
2021-07-21[OpenMP] Change `__kmpc_free_shared` to include the paired allocation sizeJoseph Huber
2021-07-19Revert "[OpenMP] Codegen aggregate for outlined function captures"Giorgis Georgakoudis
2021-07-16[OpenMP] Codegen aggregate for outlined function capturesGiorgis Georgakoudis
2021-07-10[OpenMP] Unified entry point for SPMD & generic kernels in the device RTLJohannes Doerfert
2021-06-22[OpenMP] Simplify GPU memory globalizationJoseph Huber
2021-05-06[OpenMP] Overhaul `declare target` handlingJohannes Doerfert
2021-05-05[OpenMP][NFC] Refactor Clang OpenMP tests using update_cc_test_checksGiorgis Georgakoudis
2021-05-04Revert "[OpenMP][NFC] Refactor Clang OpenMP tests using update_cc_test_checks"Giorgis Georgakoudis
2021-05-04[OpenMP][NFC] Refactor Clang OpenMP tests using update_cc_test_checksGiorgis Georgakoudis
2020-05-19[CGCall] Annotate references with "align" attribute.Eli Friedman
2019-05-21[OPENMP][NVPTX]Mark more functions as always_inline for betterAlexey Bataev
2018-11-02[OPENMP][NVPTX]Use __kmpc_data_sharing_coalesced_push_stack function.Alexey Bataev
2018-10-09[OPENMP][NVPTX] Support memory coalescing for globalized variables.Alexey Bataev
2018-08-29[OPENMP][NVPTX] Add support for lightweight runtime.Alexey Bataev
2018-07-09[OPENMP, NVPTX] Do not globalize local variables in parallel regions.Alexey Bataev
2018-05-08[OPENMP, NVPTX] Fix linkage of the global entries.Alexey Bataev
2018-03-15[OPENMP, NVPTX] Improve globalization of the variables captured by value.Alexey Bataev