aboutsummaryrefslogtreecommitdiff
path: root/libgomp
AgeCommit message (Expand)Author
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
2021-10-12Daily bump.GCC Administrator
2021-10-11libgomp: Add tests for omp_atv_serialized and deprecate omp_atv_sequential.Marcel Vollweiler
2021-10-11openmp: Add omp_set_num_teams, omp_get_max_teams, omp_[gs]et_teams_thread_limitJakub Jelinek
2021-10-10Daily bump.GCC Administrator
2021-10-09Adjust more testcases for O2 vectorization enabling.liuhongt
2021-10-09openmp: Add support for OpenMP 5.1 structured-block-sequencesJakub Jelinek
2021-10-03Daily bump.GCC Administrator
2021-10-02Add libgomp.fortran/order-reproducible-*.f90Tobias Burnus
2021-10-02Daily bump.GCC Administrator
2021-10-01Add/update libgomp.fortran/alloc-*.f90Tobias Burnus
2021-10-01openmp: Differentiate between order(concurrent) and order(reproducible:concur...Jakub Jelinek
2021-10-01openmp: Avoid PLT relocations for omp_* symbols in libgompJakub Jelinek
2021-10-01openmp: Add alloc_align attribute to omp_aligned_*alloc and testcase for omp_...Jakub Jelinek
2021-10-01Daily bump.GCC Administrator
2021-09-30libgomp.fortran/alloc-*.f90: Add missing dg-prune-outputTobias Burnus
2021-09-30openmp: Add omp_aligned_{,c}alloc and omp_{c,re}alloc for FortranTobias Burnus
2021-09-30openmp: Add omp_aligned_{,c}alloc and omp_{c,re}allocJakub Jelinek
2021-09-29Daily bump.GCC Administrator
2021-09-28libgomp: Only check for 2*sizeof(void*) int type with Fortran [PR96661]Tobias Burnus
2021-09-28Further test case adjustment re "Fortran: Fix assumed-size to assumed-rank pa...Thomas Schwinge
2021-09-28Daily bump.GCC Administrator
2021-09-27Replace VRP threader with a hybrid forward threader.Aldy Hernandez
2021-09-27libgomp.oacc-fortran/privatized-ref-2.f90: Fix dg-noteTobias Burnus
2021-09-27Fortran: Fix assumed-size to assumed-rank passing [PR94070]Tobias Burnus
2021-09-23Daily bump.GCC Administrator
2021-09-22Fortran: Improve -Wmissing-include-dirs warnings [PR55534]Tobias Burnus