aboutsummaryrefslogtreecommitdiff
path: root/libgomp
AgeCommit message (Expand)AuthorFilesLines
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
2021-10-12libgomp: Release device lock on cbuf error pathJulian Brown1-1/+4
2021-10-12Fortran version of libgomp.c-c++-common/icv-{3,4}.cTobias Burnus2-0/+105
2021-10-12openmp: Add documentation for omp_{get_max, set_num}_threads and omp_{s, g}et...Jakub Jelinek1-0/+154
2021-10-12openmp: Fix up warnings on libgomp.info buildJakub Jelinek1-28/+28
2021-10-12openmp: Add testsuite coverage for omp_{get_max,set_num}_threads and omp_{s,g...Jakub Jelinek2-0/+94
2021-10-12libgomp: alloc* test fixes [PR102628, PR102668]Jakub Jelinek3-16/+16
2021-10-12vectorizer: Fix up -fsimd-cost-model= handlingJakub Jelinek20-20/+20
2021-10-12Adjust testcase for O2 vectorization enablingliuhongt1-1/+1
2021-10-12Daily bump.GCC Administrator1-0/+38
2021-10-11libgomp: Add tests for omp_atv_serialized and deprecate omp_atv_sequential.Marcel Vollweiler5-3/+56
2021-10-11openmp: Add omp_set_num_teams, omp_get_max_teams, omp_[gs]et_teams_thread_limitJakub Jelinek9-1/+131