aboutsummaryrefslogtreecommitdiff
path: root/libgomp/libgomp.h
AgeCommit message (Expand)Author
2022-01-03Update copyright years.Jakub Jelinek
2021-12-08openmp: Improve OpenMP target support for C++ (PR92120)Chung-Lin Tang
2021-11-18libgomp: Ensure that either gomp_team is properly aligned [PR102838]Jakub Jelinek
2021-11-11libgomp: Use TLS storage for omp_get_num_teams()/omp_get_team_num() valuesJakub Jelinek
2021-10-20openmp: Fix up struct gomp_work_share handling [PR102838]Jakub Jelinek
2021-10-11openmp: Add omp_set_num_teams, omp_get_max_teams, omp_[gs]et_teams_thread_limitJakub Jelinek
2021-07-27Fix OpenACC "ephemeral" asynchronous host-to-device copiesJulian Brown
2021-07-20[gcn] Work-around libgomp 'error: array subscript 0 is outside array bounds o...Thomas Schwinge
2021-07-19[gcn] Work-around libgomp 'error: array subscript 0 is outside array bounds o...Thomas Schwinge
2021-06-17libgomp: Structure element mapping for OpenMP 5.0Chung-Lin Tang
2021-02-25openmp: Fix intermittent hanging of task-detach-6 libgomp tests [PR98738]Kwok Cheung Yeung
2021-01-16openmp: Add support for the OpenMP 5.0 task detach clauseKwok Cheung Yeung
2021-01-04Update copyright years.Jakub Jelinek
2020-11-18openmp: Retire nest-var ICV for OpenMP 5.1Kwok Cheung Yeung
2020-11-10openmp: Implement OpenMP 5.0 base-pointer attachement and clause orderingChung-Lin Tang
2020-10-20openmp: Implement support for OMP_TARGET_OFFLOAD environment variableKwok Cheung Yeung
2020-10-13openmp: Add support for the omp_get_supported_active_levels runtime library r...Kwok Cheung Yeung
2020-09-15OpenMP/Fortran: Fix (re)mapping of allocatable/pointer arrays [PR96668]Tobias Burnus
2020-07-27openacc: Deep copy attach/detach should not affect reference countsJulian Brown
2020-07-10openacc: Adjust dynamic reference count semanticsJulian Brown
2020-05-19openmp: Add basic library allocator support.Jakub Jelinek
2020-01-10OpenACC 'acc_get_property' cleanupThomas Schwinge
2020-01-10re PR libgomp/93219 (unused return value in affinity-fmt.c)Jakub Jelinek
2020-01-01Update copyright years.Jakub Jelinek
2019-12-22Add OpenACC 2.6 `acc_get_property' supportMaciej W. Rozycki
2019-12-20OpenACC 2.6 deep copy: libgomp partsJulian Brown
2019-12-20OpenACC 2.6 deep copy: attach/detach API routinesJulian Brown
2019-12-20Use gomp_map_val for OpenACC host-to-device address translationJulian Brown
2019-12-20OpenACC reference count overhaulJulian Brown
2019-12-20Use aux struct in libgomp for infrequently-used/API-specific dataJulian Brown
2019-12-18Make 'libgomp/target.c:gomp_unmap_tgt' 'static' againThomas Schwinge
2019-12-13Fix potential race condition in OpenACC "exit data" operationsJulian Brown
2019-12-11[OpenACC] Consolidate 'GOACC_enter_exit_data' and its helper functions in 'li...Thomas Schwinge
2019-12-09[PR92116, PR92877] [OpenACC] Replace 'openacc.data_environ' by standard libgo...Thomas Schwinge
2019-11-13Optimize GCN OpenMP malloc performanceAndrew Stubbs
2019-11-13GCN libgomp portAndrew Stubbs
2019-10-03Libgomp magic offset value self-documentationJulian Brown
2019-10-01configure.ac: Remove GCC_HEADER_STDINT(gstdint.h).Jakub Jelinek
2019-05-132019-05-13 Chung-Lin Tang <cltang@codesourcery.com>Chung-Lin Tang
2019-01-01Update copyright years.Jakub Jelinek
2018-12-13[libgomp, nvptx] Fix libgomp.c/target-5.c compilationTom de Vries
2018-11-09PR middle-end/81824 - Warn for missing attributes with function aliasesMartin Sebor
2018-11-08builtin-types.def (BT_FN_VOID_BOOL, [...]): New.Jakub Jelinek
2018-06-20Update OpenACC data clause semantics to the 2.5 behaviorChung-Lin Tang
2018-05-02[openacc] Move GOMP_OPENACC_DIM parsing out of nvptx pluginTom de Vries
2018-01-03Update copyright years.Jakub Jelinek
2017-05-24C/C++ OpenACC: acc_pcopyin, acc_pcreateThomas Schwinge
2017-02-02libgomp: Normalize the names of a few functions of the libgomp plugin APIThomas Schwinge
2017-01-31libgomp: Provide prototypes for functions implemented by libgomp pluginsThomas Schwinge
2017-01-01Update copyright years.Jakub Jelinek