aboutsummaryrefslogtreecommitdiff
path: root/libgomp/env.c
AgeCommit message (Expand)AuthorFilesLines
2017-06-27Use secure_getenv for GOMP_DEBUGTom de Vries1-7/+37
2017-04-04re PR libgomp/79876 (FAIL: libgomp.fortran/strassen.f90 -O execution test ...Jakub Jelinek1-2/+4
2017-03-30* env.c (initialize_env): Initialize stacksize to 0.Jakub Jelinek1-1/+1
2017-01-01Update copyright years.Jakub Jelinek1-1/+1
2016-11-30libgomp: move data definitions from icv.c back to env.cAlexander Monakov1-4/+39
2016-11-23OpenMP offloading to NVPTX: libgomp changesAlexander Monakov1-268/+2
2016-01-04Update copyright years.Jakub Jelinek1-1/+1
2015-10-13builtin-types.def (BT_FN_BOOL_UINT_LONGPTR_LONGPTR_LONGPTR, [...]): New.Jakub Jelinek1-13/+83
2015-01-15Merge current set of OpenACC changes from gomp-4_0-branch.Thomas Schwinge1-0/+24
2015-01-10libgomp: Now known as the GNU Offloading and Multi Processing Runtime Library.Thomas Schwinge1-1/+2
2015-01-05Update copyright years.Jakub Jelinek1-1/+1
2014-01-02Update copyright years in libgomp/Richard Sandiford1-1/+1
2013-10-14env.c (parse_bind_var): Initialize value to avoid (false positive) warning.Jakub Jelinek1-1/+1
2013-10-12re PR libgomp/58691 (OpenMP 4: Surprising results with OMP_PLACES=)Jakub Jelinek1-11/+39
2013-10-11target.c: New file.Jakub Jelinek1-68/+729
2013-01-14Update copyright years in libgomp.Richard Sandiford1-2/+1
2011-08-02backport: re PR fortran/46752 (OpenMP - Seg fault for unallocated allocatable...Jakub Jelinek1-3/+97
2011-06-22re PR libgomp/49490 (suboptimal load balancing in loops)Jakub Jelinek1-2/+8
2010-12-02re PR libgomp/43706 (scheduling two threads on one core leads to starvation)Jakub Jelinek1-2/+2
2010-03-22re PR libgomp/42942 (OpenMP omp_set_max_active_levels(0) isn't resetting value)Jakub Jelinek1-7/+10
2009-04-09Licensing changes to GPLv3 resp. GPLv3 with GCC Runtime Exception.Jakub Jelinek1-16/+13
2008-06-29env.c (parse_stacksize): Add cast to avoid warning.Krister Walfridsson1-2/+2
2008-06-15env.c (initialize_env): Always initialize gomp_remaining_threads_lock mutex w...John David Anglin1-4/+2
2008-06-11re PR libgomp/36469 (bootstrap broken on HPUX PA)Jakub Jelinek1-0/+3
2008-06-06c-cppbuiltin.c (c_cpp_builtins): Change _OPENMP value to 200805.Jakub Jelinek1-24/+316
2008-03-03re PR libgomp/33131 (libgomp/env.c:60: warning: implicit declaration of funct...Peter O'Gorman1-1/+12
2007-04-04libgomp.h (gomp_cpu_affinity, [...]): New extern decls.Jakub Jelinek1-1/+96
2006-12-04re PR libgomp/29949 (implement argument checking for user accessable runtime ...Daniel Franke1-1/+1
2006-11-09env.c (parse_schedule): Reject out of range values.Uros Bizjak1-2/+12
2006-08-17re PR libgomp/28725 (Case Sensitive OpenMP environment variables and patch)Jakub Jelinek1-15/+34
2006-06-14re PR libgomp/28008 (build failure due to PTHREAD_STACK_MIN not being declared)Richard Henderson1-10/+16
2006-06-09env.c (gomp_nthreads_var): Change to unsigned long.Richard Henderson1-11/+38
2006-01-18[multiple changes]Diego Novillo1-0/+197