aboutsummaryrefslogtreecommitdiff
path: root/libgomp
AgeCommit message (Expand)Author
2021-11-15openmp: Add support for thread_limit clause on targetJakub Jelinek
2021-11-15libgomp, nvptx: Honor OpenMP 5.1 num_teams lower boundJakub Jelinek
2021-11-15libgomp: Add a testcase for omp_get_num_teams inside of target inside of host...Jakub Jelinek
2021-11-13Daily bump.GCC Administrator
2021-11-12libgomp: Unbreak gcn offload buildJakub Jelinek
2021-11-12openmp: Relax handling of implicit map vs. existing device mappingsChung-Lin Tang
2021-11-12openmp: Honor OpenMP 5.1 num_teams lower boundJakub Jelinek
2021-11-12Daily bump.GCC Administrator
2021-11-11Fortran/openmp: Add support for 2 argument num_teams clauseTobias Burnus
2021-11-11libgomp: Use TLS storage for omp_get_num_teams()/omp_get_team_num() valuesJakub Jelinek
2021-11-11openmp: Add support for 2 argument num_teams clauseJakub Jelinek
2021-11-10Daily bump.GCC Administrator
2021-11-09Restore 'GOMP_OPENACC_DIM' environment variable parsingThomas Schwinge
2021-10-31Daily bump.GCC Administrator
2021-10-30OpenMP: Add strictly nested API call check [PR102972]Tobias Burnus
2021-10-30Daily bump.GCC Administrator
2021-10-29Remove VRP threader passes in exchange for better threading pre-VRP.Aldy Hernandez
2021-10-28Daily bump.GCC Administrator
2021-10-27openmp: Document that non-rect loops are not supported in Fortran yetJakub Jelinek
2021-10-27openmp: Allow non-rectangular loops with pointer iteratorsJakub Jelinek
2021-10-26Daily bump.GCC Administrator
2021-10-25libgomp.oacc-c-c++-common/loop-gwv-2.c: Use __builtin_allocaTobias Burnus
2021-10-22Daily bump.GCC Administrator
2021-10-21openmp: Fortran strictly-structured blocks supportChung-Lin Tang
2021-10-21Daily bump.GCC Administrator
2021-10-20openmp: in_reduction support for FortranChung-Lin Tang
2021-10-20openmp: Fix up struct gomp_work_share handling [PR102838]Jakub Jelinek
2021-10-20Disallow loop rotation and loop header crossing in jump threaders.Aldy Hernandez
2021-10-19Daily bump.GCC Administrator
2021-10-18openmp: Fix handling of numa_domains(1)Jakub Jelinek
2021-10-18Fortran: Fix Bind(C) Array-Descriptor ConversionTobias Burnus
2021-10-16Daily bump.GCC Administrator
2021-10-15openmp: Improve testsuite/libgomp.c/affinity-1.c testcaseJakub Jelinek
2021-10-15openmp: Handle OpenMP 5.1 simplified OMP_PLACES syntaxJakub Jelinek
2021-10-15openmp: Fix up strtoul and strtoull uses in libgompJakub Jelinek
2021-10-15openmp: Fix up handling of OMP_PLACES=threads(1)Jakub Jelinek
2021-10-15openmp: Add support for OMP_PLACES=numa_domainsJakub Jelinek
2021-10-15openmp: Add support for OMP_PLACES=ll_cachesJakub Jelinek
2021-10-15Daily bump.GCC Administrator
2021-10-14openmp: Mark declare variant directive in documentation as supported in FortranKwok Cheung Yeung
2021-10-14openmp, fortran: Add support for OpenMP declare variant directive in FortranKwok Cheung Yeung
2021-10-13Daily bump.GCC Administrator
2021-10-12libgomp: Release device lock on cbuf error pathJulian Brown
2021-10-12Fortran version of libgomp.c-c++-common/icv-{3,4}.cTobias Burnus
2021-10-12openmp: Add documentation for omp_{get_max, set_num}_threads and omp_{s, g}et...Jakub Jelinek
2021-10-12openmp: Fix up warnings on libgomp.info buildJakub Jelinek
2021-10-12openmp: Add testsuite coverage for omp_{get_max,set_num}_threads and omp_{s,g...Jakub Jelinek
2021-10-12libgomp: alloc* test fixes [PR102628, PR102668]Jakub Jelinek
2021-10-12vectorizer: Fix up -fsimd-cost-model= handlingJakub Jelinek
2021-10-12Adjust testcase for O2 vectorization enablingliuhongt