summaryrefslogtreecommitdiff
path: root/libgomp/team.c
Commit message (Expand)AuthorAgeFilesLines
* Update copyright years.Jakub Jelinek2023-01-161-1/+1
* Update copyright years.Jakub Jelinek2022-01-031-1/+1
* libgomp: Ensure that either gomp_team is properly aligned [PR102838]Jakub Jelinek2021-11-181-0/+5
* libgomp: Use TLS storage for omp_get_num_teams()/omp_get_team_num() valuesJakub Jelinek2021-11-111-0/+8
* Replace VRP threader with a hybrid forward threader.Aldy Hernandez2021-09-271-1/+1
* libgomp: Silence false positive -Wmaybe-uninitialized warning [PR99984]Jakub Jelinek2021-04-091-1/+3
* openmp: Fix intermittent hanging of task-detach-6 libgomp tests [PR98738]Kwok Cheung Yeung2021-02-251-2/+0
* openmp: Add support for the OpenMP 5.0 task detach clauseKwok Cheung Yeung2021-01-161-0/+4
* Update copyright years.Jakub Jelinek2021-01-041-1/+1
* openmp: Add basic library allocator support.Jakub Jelinek2020-05-191-0/+2
* Update copyright years.Jakub Jelinek2020-01-011-1/+1
* libgomp – spelling fixes, incl. omp_lib.h.inTobias Burnus2019-12-111-1/+1
* Optimize GCN OpenMP malloc performanceAndrew Stubbs2019-11-131-6/+6
* GCN libgomp portAndrew Stubbs2019-11-131-0/+3
* team.c (gomp_team_start): Initialize pool->threads[0].Kevin Buettner2019-03-271-0/+2
* Update copyright years.Jakub Jelinek2019-01-011-1/+1
* builtin-types.def (BT_FN_VOID_BOOL, [...]): New.Jakub Jelinek2018-11-081-10/+135
* Update copyright years.Jakub Jelinek2018-01-031-1/+1
* Update copyright years.Jakub Jelinek2017-01-011-1/+1
* OpenMP offloading to NVPTX: libgomp changesAlexander Monakov2016-11-231-13/+32
* Update copyright years.Jakub Jelinek2016-01-041-1/+1
* omp-low.c (lower_omp_ordered): Add argument to GOMP_SMD_ORDERED_* internal ca...Jakub Jelinek2015-11-141-2/+5
* [gomp] Add thread attribute customizationSebastian Huber2015-09-031-1/+2
* [gomp] Thread pool managementSebastian Huber2015-09-031-20/+2
* [gomp] Simplify thread pool initializationSebastian Huber2015-09-031-29/+27
* [gomp] Recycle last non-nested team if possibleSebastian Huber2015-07-151-13/+37
* 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
* config.h.in: Regenerate.Varvara Rainchik2014-12-101-3/+3
* Update copyright years in libgomp/Richard Sandiford2014-01-021-1/+1
* re PR libgomp/58691 (OpenMP 4: Surprising results with OMP_PLACES=)Jakub Jelinek2013-10-121-5/+0
* target.c: New file.Jakub Jelinek2013-10-111-48/+428
* Update copyright years in libgomp.Richard Sandiford2013-01-141-2/+1
* re PR libgomp/55411 (OMP threads lose their OMP_WAIT_POLICY when another OMP ...Jakub Jelinek2012-11-211-1/+10
* backport: re PR fortran/46752 (OpenMP - Seg fault for unallocated allocatable...Jakub Jelinek2011-08-021-1/+10
* re PR libgomp/40174 (Memory leak when using '#pragma omp parallel')Jakub Jelinek2009-05-201-0/+2
* Licensing changes to GPLv3 resp. GPLv3 with GCC Runtime Exception.Jakub Jelinek2009-04-091-16/+13
* team.c (gomp_team_end): Free team immediately if it has just one thread.Jakub Jelinek2008-07-161-1/+2
* c-cppbuiltin.c (c_cpp_builtins): Change _OPENMP value to 200805.Jakub Jelinek2008-06-061-71/+268
* team.c (gomp_team_start): Fix setting up thread_attr stack size.Jakub Jelinek2007-06-071-1/+1
* libgomp.h (gomp_cpu_affinity, [...]): New extern decls.Jakub Jelinek2007-04-041-3/+20
* env.c (gomp_nthreads_var): Change to unsigned long.Richard Henderson2006-06-091-4/+1
* re PR libgomp/25877 (team.c:269: warning: implicit declaration of function 'a...Steve Ellcey2006-01-211-6/+2
* re PR libgomp/25877 (team.c:269: warning: implicit declaration of function 'a...Steve Ellcey2006-01-201-0/+4
* [multiple changes]Diego Novillo2006-01-181-0/+344