Age | Commit message (Expand) | Author | Files | Lines |
2023-07-13 | testsuite: dg-require LTO for libgomp LTO tests | David Edelsohn | 3 | -0/+3 |
2023-07-12 | libgomp: Use libnuma for OpenMP's partition=nearest allocation trait | Tobias Burnus | 2 | -0/+502 |
2023-06-19 | Fix DejaGnu directive syntax error in 'libgomp.c/target-51.c' | Thomas Schwinge | 1 | -1/+1 |
2023-06-19 | libgomp.c/target-51.c: Accept more error-msg variants in dg-output | Tobias Burnus | 1 | -2/+1 |
2023-06-19 | OpenMP (C/C++): Keep pointer value of unmapped ptr with default mapping [PR11... | Tobias Burnus | 6 | -14/+390 |
2023-06-16 | libgomp: Fix OMP_TARGET_OFFLOAD=mandatory | Tobias Burnus | 2 | -0/+43 |
2023-06-15 | libgomp: Extend OMP_ALLOCATOR, add affinity env var doc | Tobias Burnus | 6 | -0/+104 |
2023-06-14 | Align a 'OMP_TARGET_OFFLOAD=mandatory' diagnostic with others | Thomas Schwinge | 1 | -1/+1 |
2023-06-14 | driver: Forward '-lgfortran', '-lm' to offloading compilation | Thomas Schwinge | 5 | -7/+0 |
2023-06-14 | Add 'libgomp.{,oacc-}fortran/fortran-torture_execute_math.f90' | Thomas Schwinge | 2 | -0/+9 |
2023-06-14 | Fix typo in 'libgomp.c/target-51.c' | Thomas Schwinge | 1 | -1/+1 |
2023-06-14 | OpenMP: Set default-device-var with OMP_TARGET_OFFLOAD=mandatory | Tobias Burnus | 8 | -0/+210 |
2023-06-13 | libgomp/testsuite: Add requires-unified-addr-1.{c,f90} [PR109837] | Tobias Burnus | 2 | -0/+185 |
2023-06-12 | OpenMP: Cleanups related to the 'present' modifier | Tobias Burnus | 7 | -13/+49 |
2023-06-07 | testsuite/libgomp.*/target-present-*.{c,f90}: Improve and fix | Tobias Burnus | 6 | -25/+35 |
2023-06-06 | openmp: Add support for the 'present' modifier | Tobias Burnus | 6 | -0/+163 |
2023-06-02 | Support parallel testing in libgomp: fallback Perl 'flock' [PR66005] | Thomas Schwinge | 2 | -1/+20 |
2023-06-02 | Remove stale Autoconf checks for Perl | Thomas Schwinge | 1 | -1/+0 |
2023-05-26 | Fortran/OpenMP: Add parsing support for allocators/allocate directives | Tobias Burnus | 1 | -6/+6 |
2023-05-21 | libgomp: Honor OpenMP's nteams-var ICV as upper limit on num teams [PR109875] | Tobias Burnus | 4 | -0/+228 |
2023-05-17 | Fortran/OpenMP: Fix mapping of array descriptors and deferred-length strings | Tobias Burnus | 5 | -1/+1551 |
2023-05-15 | Support parallel testing in libgomp, part II [PR66005] | Thomas Schwinge | 5 | -4/+35 |
2023-05-15 | Support parallel testing in libgomp, part I [PR66005] | Rainer Orth | 3 | -23/+138 |
2023-05-15 | libgomp testsuite: As appropriate, use the 'gcc', 'g++', 'gfortran' driver [P... | Thomas Schwinge | 7 | -61/+43 |
2023-05-15 | libgomp testsuite: Have each '*.exp' file specify the compiler to use [PR91884] | Thomas Schwinge | 8 | -15/+17 |
2023-05-12 | LTO: Fix writing of toplevel asm with offloading [PR109816] | Tobias Burnus | 2 | -0/+104 |
2023-05-12 | libgomp testsuite: Generalize 'lang_library_path' into a list of 'lang_librar... | Thomas Schwinge | 5 | -47/+63 |
2023-05-12 | libgomp testsuite: Get rid of 'lang_test_file_found' | Thomas Schwinge | 5 | -282/+243 |
2023-05-12 | libgomp C++, Fortran testsuites: Resolve 'lang_test_file_found' first | Thomas Schwinge | 4 | -73/+68 |
2023-05-12 | libgomp testsuite: Localize 'lang_[...]' etc. | Thomas Schwinge | 7 | -49/+36 |
2023-05-09 | libgomp testsuite: Use 'lang_test_file_found' instead of 'lang_test_file' | Thomas Schwinge | 8 | -24/+8 |
2023-05-09 | libgomp testsuite: Only use 'blddir' if set | Thomas Schwinge | 3 | -4/+7 |
2023-05-09 | libgomp C++ testsuite: Don't compute 'blddir' twice | Thomas Schwinge | 2 | -6/+0 |
2023-05-08 | libgomp C++ testsuite: Use 'lang_include_flags' instead of 'libstdcxx_includes' | Thomas Schwinge | 2 | -8/+6 |
2023-05-04 | OpenACC: Further attach/detach clause fixes for Fortran [PR109622] | Julian Brown | 4 | -2/+58 |
2023-04-28 | OpenACC: Stand-alone attach/detach clause fixes for Fortran [PR109622] | Julian Brown | 3 | -0/+96 |
2023-04-25 | 'omp scan' struct block seq update for OpenMP 5.x | Tobias Burnus | 3 | -0/+248 |
2023-03-28 | testsuite: Fix weak_undefined handling on Darwin | Rainer Orth | 1 | -0/+1 |
2023-03-10 | Use 'GOMP_MAP_VARS_TARGET' for OpenACC compute constructs [PR90596] | Thomas Schwinge | 1 | -44/+14 |
2023-03-10 | Simplify OpenACC 'no_create' clause implementation | Thomas Schwinge | 2 | -6/+36 |
2023-03-10 | Document/verify another aspect of OpenACC 'async' semantics in 'libgomp.oacc-... | Thomas Schwinge | 1 | -2/+2 |
2023-03-10 | Fix OpenACC/GCN 'acc_ev_enqueue_launch_end' position | Thomas Schwinge | 1 | -19/+183 |
2023-03-09 | libgomp: Fix default value of GOMP_SPINCOUNT [PR 109062] | Hongyu Wang | 1 | -0/+14 |
2023-03-02 | amdgcn: Enable SIMD vectorization of math functions | Kwok Cheung Yeung | 1 | -0/+217 |
2023-03-01 | OpenMP/Fortran: Fix handling of optional is_device_ptr + bind(C) [PR108546] | Tobias Burnus | 2 | -0/+99 |
2023-02-22 | Add '-Wno-complain-wrong-lang', and use it in 'gcc/testsuite/lib/target-suppo... | Thomas Schwinge | 16 | -17/+21 |
2023-02-16 | libgomp: Fix comment typo | Jakub Jelinek | 1 | -1/+1 |
2023-02-15 | libgomp: Fix reverse-offload for GOMP_MAP_TO_PSET | Tobias Burnus | 1 | -2/+4 |
2023-02-15 | libgomp: Fix 'target enter data' with always pointer | Tobias Burnus | 1 | -0/+22 |
2023-02-09 | OpenMP/Fortran: Partially fix non-rect loop nests [PR107424] | Tobias Burnus | 6 | -0/+1740 |