aboutsummaryrefslogtreecommitdiff
path: root/libgomp/env.c
AgeCommit message (Expand)Author
2024-01-03Update copyright years.Jakub Jelinek
2023-10-12x86: set spincount 1 for x86 hybrid platformZhang, Jun
2023-09-19libgomp: Handle NULL environ like pointer to NULL pointer [PR111413]Jakub Jelinek
2023-06-15libgomp: Extend OMP_ALLOCATOR, add affinity env var docTobias Burnus
2023-06-14OpenMP: Set default-device-var with OMP_TARGET_OFFLOAD=mandatoryTobias Burnus
2023-03-09libgomp: Fix default value of GOMP_SPINCOUNT [PR 109062]Hongyu Wang
2023-01-16Update copyright years.Jakub Jelinek
2022-11-12libgomp: Fix up build on mingw [PR107641]Jakub Jelinek
2022-09-13libgomp: Appease some static analyzers [PR106906]Jakub Jelinek
2022-09-10libgomp: Use libiberty environ.h to declare the environment pointer.Iain Sandoe
2022-09-09libgomp: Fix up OMP_PROC_BIND handling [PR106894]Jakub Jelinek
2022-09-08OpenMP, libgomp: Environment variable syntax extensionMarcel Vollweiler
2022-01-03Update copyright years.Jakub Jelinek
2021-11-09Restore 'GOMP_OPENACC_DIM' environment variable parsingThomas Schwinge
2021-10-15openmp: Handle OpenMP 5.1 simplified OMP_PLACES syntaxJakub Jelinek
2021-10-15openmp: Fix up strtoul and strtoull uses in libgompJakub Jelinek
2021-10-15openmp: Add support for OMP_PLACES=numa_domainsJakub Jelinek
2021-10-15openmp: Add support for OMP_PLACES=ll_cachesJakub Jelinek
2021-10-11openmp: Add omp_set_num_teams, omp_get_max_teams, omp_[gs]et_teams_thread_limitJakub Jelinek
2021-10-01openmp: Avoid PLT relocations for omp_* symbols in libgompJakub Jelinek
2021-08-12OpenMP 5.1: Add proc-bind 'primary' supportTobias Burnus
2021-07-27Implement OpenMP 5.1 section 3.15: omp_display_envUlrich Drepper
2021-01-04Update copyright years.Jakub Jelinek
2020-11-18openmp: Retire nest-var ICV for OpenMP 5.1Kwok Cheung Yeung
2020-10-21libgomp: Hopefully avoid false positive warnings in env.c on solarisJakub Jelinek
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-05-19openmp: Add basic library allocator support.Jakub Jelinek
2020-01-01Update copyright years.Jakub Jelinek
2019-12-11libgomp – spelling fixes, incl. omp_lib.h.inTobias Burnus
2019-05-17OpenACC Profiling Interface (incomplete)Thomas Schwinge
2019-01-01Update copyright years.Jakub Jelinek
2018-11-08builtin-types.def (BT_FN_VOID_BOOL, [...]): New.Jakub Jelinek
2018-05-02[openacc] Move GOMP_OPENACC_DIM parsing out of nvptx pluginTom de Vries
2018-01-03Update copyright years.Jakub Jelinek
2017-06-27Use secure_getenv for GOMP_DEBUGTom de Vries
2017-04-04re PR libgomp/79876 (FAIL: libgomp.fortran/strassen.f90 -O execution test ...Jakub Jelinek
2017-03-30* env.c (initialize_env): Initialize stacksize to 0.Jakub Jelinek
2017-01-01Update copyright years.Jakub Jelinek
2016-11-30libgomp: move data definitions from icv.c back to env.cAlexander Monakov
2016-11-23OpenMP offloading to NVPTX: libgomp changesAlexander Monakov
2016-01-04Update copyright years.Jakub Jelinek
2015-10-13builtin-types.def (BT_FN_BOOL_UINT_LONGPTR_LONGPTR_LONGPTR, [...]): New.Jakub Jelinek
2015-01-15Merge current set of OpenACC changes from gomp-4_0-branch.Thomas Schwinge
2015-01-10libgomp: Now known as the GNU Offloading and Multi Processing Runtime Library.Thomas Schwinge
2015-01-05Update copyright years.Jakub Jelinek
2014-01-02Update copyright years in libgomp/Richard Sandiford
2013-10-14env.c (parse_bind_var): Initialize value to avoid (false positive) warning.Jakub Jelinek
2013-10-12re PR libgomp/58691 (OpenMP 4: Surprising results with OMP_PLACES=)Jakub Jelinek
2013-10-11target.c: New file.Jakub Jelinek