aboutsummaryrefslogtreecommitdiff
path: root/libgomp
AgeCommit message (Expand)AuthorFilesLines
2021-11-19Daily bump.GCC Administrator1-0/+24
2021-11-18Fix typo.David Edelsohn1-1/+1
2021-11-18libgomp: Ensure that either gomp_team is properly aligned [PR102838]Jakub Jelinek3-3/+12
2021-11-18libgomp: Fix up aligned_alloc arguments [PR102838]Jakub Jelinek1-6/+12
2021-11-17Daily bump.GCC Administrator1-0/+5
2021-11-16libgomp: Mark thread_limit clause to target construct as implementedJakub Jelinek1-1/+1
2021-11-16Daily bump.GCC Administrator1-0/+36
2021-11-15Fortran: openmp: Add support for thread_limit clause on targetTobias Burnus1-0/+41
2021-11-15openmp: Add support for thread_limit clause on targetJakub Jelinek4-6/+72
2021-11-15libgomp, nvptx: Honor OpenMP 5.1 num_teams lower boundJakub Jelinek3-12/+27
2021-11-15libgomp: Add a testcase for omp_get_num_teams inside of target inside of host...Jakub Jelinek1-0/+17
2021-11-13Daily bump.GCC Administrator1-0/+31
2021-11-12libgomp: Unbreak gcn offload buildJakub Jelinek2-14/+54
2021-11-12openmp: Relax handling of implicit map vs. existing device mappingsChung-Lin Tang2-17/+88
2021-11-12openmp: Honor OpenMP 5.1 num_teams lower boundJakub Jelinek7-21/+127
2021-11-12Daily bump.GCC Administrator1-0/+22
2021-11-11Fortran/openmp: Add support for 2 argument num_teams clauseTobias Burnus1-0/+22
2021-11-11libgomp: Use TLS storage for omp_get_num_teams()/omp_get_team_num() valuesJakub Jelinek4-9/+55
2021-11-11openmp: Add support for 2 argument num_teams clauseJakub Jelinek1-0/+26
2021-11-10Daily bump.GCC Administrator1-0/+4
2021-11-09Restore 'GOMP_OPENACC_DIM' environment variable parsingThomas Schwinge1-1/+1
2021-10-31Daily bump.GCC Administrator1-0/+19
2021-10-30OpenMP: Add strictly nested API call check [PR102972]Tobias Burnus14-70/+146
2021-10-30Daily bump.GCC Administrator1-0/+5
2021-10-29Remove VRP threader passes in exchange for better threading pre-VRP.Aldy Hernandez2-2/+2
2021-10-28Daily bump.GCC Administrator1-0/+10
2021-10-27openmp: Document that non-rect loops are not supported in Fortran yetJakub Jelinek1-1/+1
2021-10-27openmp: Allow non-rectangular loops with pointer iteratorsJakub Jelinek2-0/+376
2021-10-26Daily bump.GCC Administrator1-0/+6
2021-10-25libgomp.oacc-c-c++-common/loop-gwv-2.c: Use __builtin_allocaTobias Burnus1-4/+3
2021-10-22Daily bump.GCC Administrator1-0/+6
2021-10-21openmp: Fortran strictly-structured blocks supportChung-Lin Tang2-1/+2
2021-10-21Daily bump.GCC Administrator1-0/+23
2021-10-20openmp: in_reduction support for FortranChung-Lin Tang2-0/+108
2021-10-20openmp: Fix up struct gomp_work_share handling [PR102838]Jakub Jelinek2-0/+40
2021-10-20Disallow loop rotation and loop header crossing in jump threaders.Aldy Hernandez1-1/+1
2021-10-19Daily bump.GCC Administrator1-0/+16
2021-10-18openmp: Fix handling of numa_domains(1)Jakub Jelinek1-1/+1
2021-10-18Fortran: Fix Bind(C) Array-Descriptor ConversionTobias Burnus1-0/+18
2021-10-16Daily bump.GCC Administrator1-0/+73
2021-10-15openmp: Improve testsuite/libgomp.c/affinity-1.c testcaseJakub Jelinek1-2/+3
2021-10-15openmp: Handle OpenMP 5.1 simplified OMP_PLACES syntaxJakub Jelinek3-14/+33
2021-10-15openmp: Fix up strtoul and strtoull uses in libgompJakub Jelinek3-37/+55
2021-10-15openmp: Fix up handling of OMP_PLACES=threads(1)Jakub Jelinek6-2/+57
2021-10-15openmp: Add support for OMP_PLACES=numa_domainsJakub Jelinek3-2/+116
2021-10-15openmp: Add support for OMP_PLACES=ll_cachesJakub Jelinek6-4/+107
2021-10-15Daily bump.GCC Administrator1-0/+9
2021-10-14openmp: Mark declare variant directive in documentation as supported in FortranKwok Cheung Yeung1-1/+1
2021-10-14openmp, fortran: Add support for OpenMP declare variant directive in FortranKwok Cheung Yeung1-0/+33
2021-10-13Daily bump.GCC Administrator1-0/+63