aboutsummaryrefslogtreecommitdiff
path: root/libgomp/team.c
AgeCommit message (Expand)AuthorFilesLines
2023-01-16Update copyright years.Jakub Jelinek1-1/+1
2022-01-03Update copyright years.Jakub Jelinek1-1/+1
2021-11-18libgomp: Ensure that either gomp_team is properly aligned [PR102838]Jakub Jelinek1-0/+5
2021-11-11libgomp: Use TLS storage for omp_get_num_teams()/omp_get_team_num() valuesJakub Jelinek1-0/+8
2021-09-27Replace VRP threader with a hybrid forward threader.Aldy Hernandez1-1/+1
2021-04-09libgomp: Silence false positive -Wmaybe-uninitialized warning [PR99984]Jakub Jelinek1-1/+3
2021-02-25openmp: Fix intermittent hanging of task-detach-6 libgomp tests [PR98738]Kwok Cheung Yeung1-2/+0
2021-01-16openmp: Add support for the OpenMP 5.0 task detach clauseKwok Cheung Yeung1-0/+4
2021-01-04Update copyright years.Jakub Jelinek1-1/+1
2020-05-19openmp: Add basic library allocator support.Jakub Jelinek1-0/+2
2020-01-01Update copyright years.Jakub Jelinek1-1/+1
2019-12-11libgomp – spelling fixes, incl. omp_lib.h.inTobias Burnus1-1/+1
2019-11-13Optimize GCN OpenMP malloc performanceAndrew Stubbs1-6/+6
2019-11-13GCN libgomp portAndrew Stubbs1-0/+3
2019-03-27team.c (gomp_team_start): Initialize pool->threads[0].Kevin Buettner1-0/+2
2019-01-01Update copyright years.Jakub Jelinek1-1/+1
2018-11-08builtin-types.def (BT_FN_VOID_BOOL, [...]): New.Jakub Jelinek1-10/+135
2018-01-03Update copyright years.Jakub Jelinek1-1/+1
2017-01-01Update copyright years.Jakub Jelinek1-1/+1
2016-11-23OpenMP offloading to NVPTX: libgomp changesAlexander Monakov1-13/+32
2016-01-04Update copyright years.Jakub Jelinek1-1/+1
2015-11-14omp-low.c (lower_omp_ordered): Add argument to GOMP_SMD_ORDERED_* internal ca...Jakub Jelinek1-2/+5
2015-09-03[gomp] Add thread attribute customizationSebastian Huber1-1/+2
2015-09-03[gomp] Thread pool managementSebastian Huber1-20/+2
2015-09-03[gomp] Simplify thread pool initializationSebastian Huber1-29/+27
2015-07-15[gomp] Recycle last non-nested team if possibleSebastian Huber1-13/+37
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-12-10config.h.in: Regenerate.Varvara Rainchik1-3/+3
2014-01-02Update copyright years in libgomp/Richard Sandiford1-1/+1
2013-10-12re PR libgomp/58691 (OpenMP 4: Surprising results with OMP_PLACES=)Jakub Jelinek1-5/+0
2013-10-11target.c: New file.Jakub Jelinek1-48/+428
2013-01-14Update copyright years in libgomp.Richard Sandiford1-2/+1
2012-11-21re PR libgomp/55411 (OMP threads lose their OMP_WAIT_POLICY when another OMP ...Jakub Jelinek1-1/+10
2011-08-02backport: re PR fortran/46752 (OpenMP - Seg fault for unallocated allocatable...Jakub Jelinek1-1/+10
2009-05-20re PR libgomp/40174 (Memory leak when using '#pragma omp parallel')Jakub Jelinek1-0/+2
2009-04-09Licensing changes to GPLv3 resp. GPLv3 with GCC Runtime Exception.Jakub Jelinek1-16/+13
2008-07-16team.c (gomp_team_end): Free team immediately if it has just one thread.Jakub Jelinek1-1/+2
2008-06-06c-cppbuiltin.c (c_cpp_builtins): Change _OPENMP value to 200805.Jakub Jelinek1-71/+268
2007-06-07team.c (gomp_team_start): Fix setting up thread_attr stack size.Jakub Jelinek1-1/+1
2007-04-04libgomp.h (gomp_cpu_affinity, [...]): New extern decls.Jakub Jelinek1-3/+20
2006-06-09env.c (gomp_nthreads_var): Change to unsigned long.Richard Henderson1-4/+1
2006-01-21re PR libgomp/25877 (team.c:269: warning: implicit declaration of function 'a...Steve Ellcey1-6/+2
2006-01-20re PR libgomp/25877 (team.c:269: warning: implicit declaration of function 'a...Steve Ellcey1-0/+4
2006-01-18[multiple changes]Diego Novillo1-0/+344