Age | Commit message (Expand) | Author | Files | Lines |
2021-10-21 | openmp: Fortran strictly-structured blocks support | Chung-Lin Tang | 2 | -1/+2 |
2021-10-21 | Daily bump. | GCC Administrator | 1 | -0/+23 |
2021-10-20 | openmp: in_reduction support for Fortran | Chung-Lin Tang | 2 | -0/+108 |
2021-10-20 | openmp: Fix up struct gomp_work_share handling [PR102838] | Jakub Jelinek | 2 | -0/+40 |
2021-10-20 | Disallow loop rotation and loop header crossing in jump threaders. | Aldy Hernandez | 1 | -1/+1 |
2021-10-19 | Daily bump. | GCC Administrator | 1 | -0/+16 |
2021-10-18 | openmp: Fix handling of numa_domains(1) | Jakub Jelinek | 1 | -1/+1 |
2021-10-18 | Fortran: Fix Bind(C) Array-Descriptor Conversion | Tobias Burnus | 1 | -0/+18 |
2021-10-16 | Daily bump. | GCC Administrator | 1 | -0/+73 |
2021-10-15 | openmp: Improve testsuite/libgomp.c/affinity-1.c testcase | Jakub Jelinek | 1 | -2/+3 |
2021-10-15 | openmp: Handle OpenMP 5.1 simplified OMP_PLACES syntax | Jakub Jelinek | 3 | -14/+33 |
2021-10-15 | openmp: Fix up strtoul and strtoull uses in libgomp | Jakub Jelinek | 3 | -37/+55 |
2021-10-15 | openmp: Fix up handling of OMP_PLACES=threads(1) | Jakub Jelinek | 6 | -2/+57 |
2021-10-15 | openmp: Add support for OMP_PLACES=numa_domains | Jakub Jelinek | 3 | -2/+116 |
2021-10-15 | openmp: Add support for OMP_PLACES=ll_caches | Jakub Jelinek | 6 | -4/+107 |
2021-10-15 | Daily bump. | GCC Administrator | 1 | -0/+9 |
2021-10-14 | openmp: Mark declare variant directive in documentation as supported in Fortran | Kwok Cheung Yeung | 1 | -1/+1 |
2021-10-14 | openmp, fortran: Add support for OpenMP declare variant directive in Fortran | Kwok Cheung Yeung | 1 | -0/+33 |
2021-10-13 | Daily bump. | GCC Administrator | 1 | -0/+63 |
2021-10-12 | libgomp: Release device lock on cbuf error path | Julian Brown | 1 | -1/+4 |
2021-10-12 | Fortran version of libgomp.c-c++-common/icv-{3,4}.c | Tobias Burnus | 2 | -0/+105 |
2021-10-12 | openmp: Add documentation for omp_{get_max, set_num}_threads and omp_{s, g}et... | Jakub Jelinek | 1 | -0/+154 |
2021-10-12 | openmp: Fix up warnings on libgomp.info build | Jakub Jelinek | 1 | -28/+28 |
2021-10-12 | openmp: Add testsuite coverage for omp_{get_max,set_num}_threads and omp_{s,g... | Jakub Jelinek | 2 | -0/+94 |
2021-10-12 | libgomp: alloc* test fixes [PR102628, PR102668] | Jakub Jelinek | 3 | -16/+16 |
2021-10-12 | vectorizer: Fix up -fsimd-cost-model= handling | Jakub Jelinek | 20 | -20/+20 |
2021-10-12 | Adjust testcase for O2 vectorization enabling | liuhongt | 1 | -1/+1 |
2021-10-12 | Daily bump. | GCC Administrator | 1 | -0/+38 |
2021-10-11 | libgomp: Add tests for omp_atv_serialized and deprecate omp_atv_sequential. | Marcel Vollweiler | 5 | -3/+56 |
2021-10-11 | openmp: Add omp_set_num_teams, omp_get_max_teams, omp_[gs]et_teams_thread_limit | Jakub Jelinek | 9 | -1/+131 |
2021-10-10 | Daily bump. | GCC Administrator | 1 | -0/+34 |
2021-10-09 | Adjust more testcases for O2 vectorization enabling. | liuhongt | 22 | -22/+22 |
2021-10-09 | openmp: Add support for OpenMP 5.1 structured-block-sequences | Jakub Jelinek | 1 | -3/+6 |
2021-10-03 | Daily bump. | GCC Administrator | 1 | -0/+7 |
2021-10-02 | Add libgomp.fortran/order-reproducible-*.f90 | Tobias Burnus | 3 | -0/+118 |
2021-10-02 | Daily bump. | GCC Administrator | 1 | -0/+29 |
2021-10-01 | Add/update libgomp.fortran/alloc-*.f90 | Tobias Burnus | 4 | -10/+311 |
2021-10-01 | openmp: Differentiate between order(concurrent) and order(reproducible:concur... | Jakub Jelinek | 2 | -0/+91 |
2021-10-01 | openmp: Avoid PLT relocations for omp_* symbols in libgomp | Jakub Jelinek | 5 | -7/+18 |
2021-10-01 | openmp: Add alloc_align attribute to omp_aligned_*alloc and testcase for omp_... | Jakub Jelinek | 2 | -2/+273 |
2021-10-01 | Daily bump. | GCC Administrator | 1 | -0/+44 |
2021-09-30 | libgomp.fortran/alloc-*.f90: Add missing dg-prune-output | Tobias Burnus | 3 | -0/+3 |
2021-09-30 | openmp: Add omp_aligned_{,c}alloc and omp_{c,re}alloc for Fortran | Tobias Burnus | 9 | -3/+764 |
2021-09-30 | openmp: Add omp_aligned_{,c}alloc and omp_{c,re}alloc | Jakub Jelinek | 8 | -20/+1010 |
2021-09-29 | Daily bump. | GCC Administrator | 1 | -0/+12 |
2021-09-28 | libgomp: Only check for 2*sizeof(void*) int type with Fortran [PR96661] | Tobias Burnus | 2 | -14/+18 |
2021-09-28 | Further test case adjustment re "Fortran: Fix assumed-size to assumed-rank pa... | Thomas Schwinge | 2 | -2/+7 |
2021-09-28 | Daily bump. | GCC Administrator | 1 | -0/+17 |
2021-09-27 | Replace VRP threader with a hybrid forward threader. | Aldy Hernandez | 3 | -3/+3 |
2021-09-27 | libgomp.oacc-fortran/privatized-ref-2.f90: Fix dg-note | Tobias Burnus | 1 | -3/+3 |