summaryrefslogtreecommitdiff
path: root/libgomp/team.c
AgeCommit message (Expand)Author
2020-01-01Update copyright years.Jakub Jelinek
2019-12-11libgomp – spelling fixes, incl. omp_lib.h.inTobias Burnus
2019-11-13Optimize GCN OpenMP malloc performanceAndrew Stubbs
2019-11-13GCN libgomp portAndrew Stubbs
2019-03-27team.c (gomp_team_start): Initialize pool->threads[0].Kevin Buettner
2019-01-01Update copyright years.Jakub Jelinek
2018-11-08builtin-types.def (BT_FN_VOID_BOOL, [...]): New.Jakub Jelinek
2018-01-03Update copyright years.Jakub Jelinek
2017-01-01Update copyright years.Jakub Jelinek
2016-11-23OpenMP offloading to NVPTX: libgomp changesAlexander Monakov
2016-01-04Update copyright years.Jakub Jelinek
2015-11-14omp-low.c (lower_omp_ordered): Add argument to GOMP_SMD_ORDERED_* internal ca...Jakub Jelinek
2015-09-03[gomp] Add thread attribute customizationSebastian Huber
2015-09-03[gomp] Thread pool managementSebastian Huber
2015-09-03[gomp] Simplify thread pool initializationSebastian Huber
2015-07-15[gomp] Recycle last non-nested team if possibleSebastian Huber
2015-01-10libgomp: Now known as the GNU Offloading and Multi Processing Runtime Library.Thomas Schwinge
2015-01-05Update copyright years.Jakub Jelinek
2014-12-10config.h.in: Regenerate.Varvara Rainchik
2014-01-02Update copyright years in libgomp/Richard Sandiford
2013-10-12re PR libgomp/58691 (OpenMP 4: Surprising results with OMP_PLACES=)Jakub Jelinek
2013-10-11target.c: New file.Jakub Jelinek
2013-01-14Update copyright years in libgomp.Richard Sandiford
2012-11-21re PR libgomp/55411 (OMP threads lose their OMP_WAIT_POLICY when another OMP ...Jakub Jelinek
2011-08-02backport: re PR fortran/46752 (OpenMP - Seg fault for unallocated allocatable...Jakub Jelinek
2009-05-20re PR libgomp/40174 (Memory leak when using '#pragma omp parallel')Jakub Jelinek
2009-04-09Licensing changes to GPLv3 resp. GPLv3 with GCC Runtime Exception.Jakub Jelinek
2008-07-16team.c (gomp_team_end): Free team immediately if it has just one thread.Jakub Jelinek
2008-06-06c-cppbuiltin.c (c_cpp_builtins): Change _OPENMP value to 200805.Jakub Jelinek
2007-06-07team.c (gomp_team_start): Fix setting up thread_attr stack size.Jakub Jelinek
2007-04-04libgomp.h (gomp_cpu_affinity, [...]): New extern decls.Jakub Jelinek
2006-06-09env.c (gomp_nthreads_var): Change to unsigned long.Richard Henderson
2006-01-21re PR libgomp/25877 (team.c:269: warning: implicit declaration of function 'a...Steve Ellcey
2006-01-20re PR libgomp/25877 (team.c:269: warning: implicit declaration of function 'a...Steve Ellcey
2006-01-18[multiple changes]Diego Novillo