Age | Commit message (Expand) | Author | Files | Lines |
2023-06-14 | driver: Forward '-lgfortran', '-lm' to offloading compilation | Thomas Schwinge | 2 | -3/+0 |
2023-06-14 | Add 'libgomp.{,oacc-}fortran/fortran-torture_execute_math.f90' | Thomas Schwinge | 1 | -0/+4 |
2023-06-13 | libgomp/testsuite: Add requires-unified-addr-1.{c,f90} [PR109837] | Tobias Burnus | 1 | -0/+111 |
2023-06-12 | OpenMP: Cleanups related to the 'present' modifier | Tobias Burnus | 3 | -5/+18 |
2023-06-07 | testsuite/libgomp.*/target-present-*.{c,f90}: Improve and fix | Tobias Burnus | 3 | -14/+17 |
2023-06-06 | openmp: Add support for the 'present' modifier | Tobias Burnus | 3 | -0/+82 |
2023-05-26 | Fortran/OpenMP: Add parsing support for allocators/allocate directives | Tobias Burnus | 1 | -6/+6 |
2023-05-17 | Fortran/OpenMP: Fix mapping of array descriptors and deferred-length strings | Tobias Burnus | 5 | -1/+1551 |
2023-05-15 | libgomp testsuite: As appropriate, use the 'gcc', 'g++', 'gfortran' driver [P... | Thomas Schwinge | 1 | -9/+2 |
2023-05-15 | libgomp testsuite: Have each '*.exp' file specify the compiler to use [PR91884] | Thomas Schwinge | 1 | -0/+1 |
2023-05-12 | libgomp testsuite: Generalize 'lang_library_path' into a list of 'lang_librar... | Thomas Schwinge | 1 | -14/+19 |
2023-05-12 | libgomp testsuite: Get rid of 'lang_test_file_found' | Thomas Schwinge | 1 | -44/+36 |
2023-05-12 | libgomp C++, Fortran testsuites: Resolve 'lang_test_file_found' first | Thomas Schwinge | 1 | -16/+14 |
2023-05-12 | libgomp testsuite: Localize 'lang_[...]' etc. | Thomas Schwinge | 1 | -5/+10 |
2023-05-09 | libgomp testsuite: Use 'lang_test_file_found' instead of 'lang_test_file' | Thomas Schwinge | 1 | -4/+0 |
2023-05-04 | OpenACC: Further attach/detach clause fixes for Fortran [PR109622] | Julian Brown | 3 | -96/+0 |
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 | 1 | -0/+59 |
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 | 15 | -16/+20 |
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 |
2023-02-07 | Fix 'libgomp.fortran/reverse-offload-6.f90' nvptx offloading compilation | Thomas Schwinge | 1 | -0/+2 |
2023-02-03 | libgomp: Fix reverse offload issues | Tobias Burnus | 1 | -0/+32 |
2023-02-01 | Fortran: Extend align-clause checks of OpenMP's allocate directive | Tobias Burnus | 2 | -2/+44 |
2023-01-27 | OpenMP/Fortran: Fix has_device_addr clause splitting [PR108558] | Tobias Burnus | 1 | -0/+59 |
2022-12-16 | Remove libgomp/testsuite/libgomp.fortran/allocate-4.f90 [PR108056] | Tobias Burnus | 1 | -42/+0 |
2022-12-15 | libgfortran's ISO_Fortran_binding.c: Use GCC11 version for backward-only code... | Tobias Burnus | 1 | -0/+42 |
2022-12-14 | OpenMP/Fortran: Combined directives with map/firstprivate of same symbol | Julian Brown | 1 | -0/+41 |
2022-12-10 | libgomp: Handle OpenMP's reverse offloads | Tobias Burnus | 5 | -0/+467 |
2022-12-09 | Fortran/OpenMP: align/allocator modifiers to the allocate clause | Tobias Burnus | 2 | -0/+53 |
2022-12-06 | OpenMP: omp_get_max_teams, omp_set_num_teams, and omp_{gs}et_teams_thread_lim... | Marcel Vollweiler | 2 | -0/+366 |
2022-11-04 | Remove support for Intel MIC offloading | Thomas Schwinge | 1 | -1/+0 |
2022-11-03 | OpenMP/Fortran: 'target update' with DT components | Tobias Burnus | 2 | -0/+234 |
2022-10-13 | libgomp: Add Fortran testcases for omp_in_explicit_task | Tobias Burnus | 7 | -0/+247 |
2022-09-30 | Fortran: Update use_device_ptr for OpenMP 5.1 [PR105318] | Tobias Burnus | 1 | -0/+159 |
2022-09-12 | nvptx/mkoffload.cc: Warn instead of error when reverse offload is not possible | Tobias Burnus | 1 | -0/+1 |
2022-08-26 | OpenMP: Support reverse offload (middle end part) | Tobias Burnus | 2 | -0/+100 |
2022-07-08 | Fix one issue in OpenMP 'requires' directive diagnostics | Thomas Schwinge | 1 | -0/+8 |
2022-07-07 | Fix Intel MIC 'mkoffload' for OpenMP 'requires' | Thomas Schwinge | 1 | -1/+1 |
2022-07-04 | OpenMP: Move omp requires checks to libgomp | Tobias Burnus | 2 | -0/+40 |
2022-06-15 | openmp: Fix up get-mapped-ptr-1.{c,f90} tests | Jakub Jelinek | 1 | -4/+8 |
2022-06-13 | openmp: Conforming device numbers and omp_{initial,invalid}_device | Jakub Jelinek | 1 | -5/+8 |
2022-06-03 | OpenMP/Fortran: Add support for firstprivate and allocate clauses on scope co... | Tobias Burnus | 1 | -0/+57 |
2022-05-28 | OpenMP/Fortran: Add support for enter clause on declare target | Tobias Burnus | 2 | -3/+11 |
2022-05-24 | OpenMP: Support nowait with Fortran [PR105378] | Tobias Burnus | 1 | -0/+42 |
2022-05-23 | OpenMP: Handle descriptors in target's firstprivate [PR104949] | Tobias Burnus | 3 | -0/+170 |
2022-05-20 | libgomp: Add new runtime routines omp_target_memcpy_async and omp_target_memc... | Marcel Vollweiler | 4 | -0/+336 |