summaryrefslogtreecommitdiff
path: root/libgomp/env.c
Commit message (Expand)AuthorAgeFilesLines
* libgomp: Fix default value of GOMP_SPINCOUNT [PR 109062]Hongyu Wang2023-03-091-2/+2
* Update copyright years.Jakub Jelinek2023-01-161-1/+1
* libgomp: Fix up build on mingw [PR107641]Jakub Jelinek2022-11-121-1/+1
* libgomp: Appease some static analyzers [PR106906]Jakub Jelinek2022-09-131-3/+3
* libgomp: Use libiberty environ.h to declare the environment pointer.Iain Sandoe2022-09-101-1/+1
* libgomp: Fix up OMP_PROC_BIND handling [PR106894]Jakub Jelinek2022-09-091-5/+3
* OpenMP, libgomp: Environment variable syntax extensionMarcel Vollweiler2022-09-081-301/+1019
* Update copyright years.Jakub Jelinek2022-01-031-1/+1
* Restore 'GOMP_OPENACC_DIM' environment variable parsingThomas Schwinge2021-11-091-1/+1
* openmp: Handle OpenMP 5.1 simplified OMP_PLACES syntaxJakub Jelinek2021-10-151-9/+26
* openmp: Fix up strtoul and strtoull uses in libgompJakub Jelinek2021-10-151-19/+27
* openmp: Add support for OMP_PLACES=numa_domainsJakub Jelinek2021-10-151-0/+5
* openmp: Add support for OMP_PLACES=ll_cachesJakub Jelinek2021-10-151-0/+5
* openmp: Add omp_set_num_teams, omp_get_max_teams, omp_[gs]et_teams_thread_limitJakub Jelinek2021-10-111-0/+7
* openmp: Avoid PLT relocations for omp_* symbols in libgompJakub Jelinek2021-10-011-1/+1
* OpenMP 5.1: Add proc-bind 'primary' supportTobias Burnus2021-08-121-6/+7
* Implement OpenMP 5.1 section 3.15: omp_display_envUlrich Drepper2021-07-271-40/+48
* Update copyright years.Jakub Jelinek2021-01-041-1/+1
* openmp: Retire nest-var ICV for OpenMP 5.1Kwok Cheung Yeung2020-11-181-14/+30
* libgomp: Hopefully avoid false positive warnings in env.c on solarisJakub Jelinek2020-10-211-6/+2
* openmp: Implement support for OMP_TARGET_OFFLOAD environment variableKwok Cheung Yeung2020-10-201-0/+60
* openmp: Add support for the omp_get_supported_active_levels runtime library r...Kwok Cheung Yeung2020-10-131-1/+3
* openmp: Add basic library allocator support.Jakub Jelinek2020-05-191-2/+60
* Update copyright years.Jakub Jelinek2020-01-011-1/+1
* libgomp – spelling fixes, incl. omp_lib.h.inTobias Burnus2019-12-111-1/+1
* OpenACC Profiling Interface (incomplete)Thomas Schwinge2019-05-171-0/+2
* Update copyright years.Jakub Jelinek2019-01-011-1/+1
* builtin-types.def (BT_FN_VOID_BOOL, [...]): New.Jakub Jelinek2018-11-081-4/+59
* [openacc] Move GOMP_OPENACC_DIM parsing out of nvptx pluginTom de Vries2018-05-021-0/+32
* Update copyright years.Jakub Jelinek2018-01-031-1/+1
* Use secure_getenv for GOMP_DEBUGTom de Vries2017-06-271-7/+37
* re PR libgomp/79876 (FAIL: libgomp.fortran/strassen.f90 -O execution test ...Jakub Jelinek2017-04-041-2/+4
* * env.c (initialize_env): Initialize stacksize to 0.Jakub Jelinek2017-03-301-1/+1
* Update copyright years.Jakub Jelinek2017-01-011-1/+1
* libgomp: move data definitions from icv.c back to env.cAlexander Monakov2016-11-301-4/+39
* OpenMP offloading to NVPTX: libgomp changesAlexander Monakov2016-11-231-268/+2
* Update copyright years.Jakub Jelinek2016-01-041-1/+1
* builtin-types.def (BT_FN_BOOL_UINT_LONGPTR_LONGPTR_LONGPTR, [...]): New.Jakub Jelinek2015-10-131-13/+83
* Merge current set of OpenACC changes from gomp-4_0-branch.Thomas Schwinge2015-01-151-0/+24
* libgomp: Now known as the GNU Offloading and Multi Processing Runtime Library.Thomas Schwinge2015-01-101-1/+2
* Update copyright years.Jakub Jelinek2015-01-051-1/+1
* Update copyright years in libgomp/Richard Sandiford2014-01-021-1/+1
* env.c (parse_bind_var): Initialize value to avoid (false positive) warning.Jakub Jelinek2013-10-141-1/+1
* re PR libgomp/58691 (OpenMP 4: Surprising results with OMP_PLACES=)Jakub Jelinek2013-10-121-11/+39
* target.c: New file.Jakub Jelinek2013-10-111-68/+729
* Update copyright years in libgomp.Richard Sandiford2013-01-141-2/+1
* backport: re PR fortran/46752 (OpenMP - Seg fault for unallocated allocatable...Jakub Jelinek2011-08-021-3/+97
* re PR libgomp/49490 (suboptimal load balancing in loops)Jakub Jelinek2011-06-221-2/+8
* re PR libgomp/43706 (scheduling two threads on one core leads to starvation)Jakub Jelinek2010-12-021-2/+2
* re PR libgomp/42942 (OpenMP omp_set_max_active_levels(0) isn't resetting value)Jakub Jelinek2010-03-221-7/+10