summaryrefslogtreecommitdiff
path: root/libgomp
Commit message (Expand)AuthorAgeFilesLines
* openmp: Fix up handling of kind(host) and kind(nohost) in ACCEL_COMPILERs [PR...Jakub Jelinek2021-11-241-0/+45
* Daily bump.GCC Administrator2021-11-191-0/+24
* Fix typo.David Edelsohn2021-11-181-1/+1
* libgomp: Ensure that either gomp_team is properly aligned [PR102838]Jakub Jelinek2021-11-183-3/+12
* libgomp: Fix up aligned_alloc arguments [PR102838]Jakub Jelinek2021-11-181-6/+12
* Daily bump.GCC Administrator2021-11-171-0/+5
* libgomp: Mark thread_limit clause to target construct as implementedJakub Jelinek2021-11-161-1/+1
* Daily bump.GCC Administrator2021-11-161-0/+36
* Fortran: openmp: Add support for thread_limit clause on targetTobias Burnus2021-11-151-0/+41
* openmp: Add support for thread_limit clause on targetJakub Jelinek2021-11-154-6/+72
* libgomp, nvptx: Honor OpenMP 5.1 num_teams lower boundJakub Jelinek2021-11-153-12/+27
* libgomp: Add a testcase for omp_get_num_teams inside of target inside of host...Jakub Jelinek2021-11-151-0/+17
* Daily bump.GCC Administrator2021-11-131-0/+31
* libgomp: Unbreak gcn offload buildJakub Jelinek2021-11-122-14/+54
* openmp: Relax handling of implicit map vs. existing device mappingsChung-Lin Tang2021-11-122-17/+88
* openmp: Honor OpenMP 5.1 num_teams lower boundJakub Jelinek2021-11-127-21/+127
* Daily bump.GCC Administrator2021-11-121-0/+22
* Fortran/openmp: Add support for 2 argument num_teams clauseTobias Burnus2021-11-111-0/+22
* libgomp: Use TLS storage for omp_get_num_teams()/omp_get_team_num() valuesJakub Jelinek2021-11-114-9/+55
* openmp: Add support for 2 argument num_teams clauseJakub Jelinek2021-11-111-0/+26
* Daily bump.GCC Administrator2021-11-101-0/+4
* Restore 'GOMP_OPENACC_DIM' environment variable parsingThomas Schwinge2021-11-091-1/+1
* Daily bump.GCC Administrator2021-10-311-0/+19
* OpenMP: Add strictly nested API call check [PR102972]Tobias Burnus2021-10-3014-70/+146
* Daily bump.GCC Administrator2021-10-301-0/+5
* Remove VRP threader passes in exchange for better threading pre-VRP.Aldy Hernandez2021-10-292-2/+2
* Daily bump.GCC Administrator2021-10-281-0/+10
* openmp: Document that non-rect loops are not supported in Fortran yetJakub Jelinek2021-10-271-1/+1
* openmp: Allow non-rectangular loops with pointer iteratorsJakub Jelinek2021-10-272-0/+376
* Daily bump.GCC Administrator2021-10-261-0/+6
* libgomp.oacc-c-c++-common/loop-gwv-2.c: Use __builtin_allocaTobias Burnus2021-10-251-4/+3
* Daily bump.GCC Administrator2021-10-221-0/+6
* openmp: Fortran strictly-structured blocks supportChung-Lin Tang2021-10-212-1/+2
* Daily bump.GCC Administrator2021-10-211-0/+23
* openmp: in_reduction support for FortranChung-Lin Tang2021-10-202-0/+108
* openmp: Fix up struct gomp_work_share handling [PR102838]Jakub Jelinek2021-10-202-0/+40
* Disallow loop rotation and loop header crossing in jump threaders.Aldy Hernandez2021-10-201-1/+1
* Daily bump.GCC Administrator2021-10-191-0/+16
* openmp: Fix handling of numa_domains(1)Jakub Jelinek2021-10-181-1/+1
* Fortran: Fix Bind(C) Array-Descriptor ConversionTobias Burnus2021-10-181-0/+18
* Daily bump.GCC Administrator2021-10-161-0/+73
* openmp: Improve testsuite/libgomp.c/affinity-1.c testcaseJakub Jelinek2021-10-151-2/+3
* openmp: Handle OpenMP 5.1 simplified OMP_PLACES syntaxJakub Jelinek2021-10-153-14/+33
* openmp: Fix up strtoul and strtoull uses in libgompJakub Jelinek2021-10-153-37/+55
* openmp: Fix up handling of OMP_PLACES=threads(1)Jakub Jelinek2021-10-156-2/+57
* openmp: Add support for OMP_PLACES=numa_domainsJakub Jelinek2021-10-153-2/+116
* openmp: Add support for OMP_PLACES=ll_cachesJakub Jelinek2021-10-156-4/+107
* Daily bump.GCC Administrator2021-10-151-0/+9
* openmp: Mark declare variant directive in documentation as supported in FortranKwok Cheung Yeung2021-10-141-1/+1
* openmp, fortran: Add support for OpenMP declare variant directive in FortranKwok Cheung Yeung2021-10-141-0/+33