Age | Commit message (Expand) | Author | Files | Lines |
2021-09-13 | Merged current trunk to branch. | Thomas Koenig | 37 | -33/+3370 |
2020-12-08 | Fortran: Add 'omp scan' support of OpenMP 5.0 | Tobias Burnus | 1 | -0/+115 |
2020-11-05 | openmp: Mark deprecated symbols in OpenMP 5.0 | Kwok Cheung Yeung | 5 | -0/+7 |
2020-10-13 | openmp: Add support for the omp_get_supported_active_levels runtime library r... | Kwok Cheung Yeung | 1 | -0/+2 |
2020-10-05 | [omp, ftracer] Don't duplicate blocks in SIMT region | Tom de Vries | 1 | -0/+11 |
2020-09-30 | OpenMP: Add implicit declare target for nested procedures | Tobias Burnus | 1 | -0/+45 |
2020-09-22 | libgomp.fortran/pr66199-5.f90: Make stop codes unique | Tobias Burnus | 1 | -1/+1 |
2020-09-15 | OpenMP/Fortran: Fix (re)mapping of allocatable/pointer arrays [PR96668] | Tobias Burnus | 2 | -0/+200 |
2020-08-20 | Fortran: Fix OpenMP's 'if(simd:' etc. conditions | Tobias Burnus | 1 | -0/+63 |
2020-08-08 | openmp: Handle clauses with gimple sequences in convert_nonlocal_omp_clauses ... | Jakub Jelinek | 1 | -0/+21 |
2020-07-22 | critical-hint-*.{c,f90}: Move from gcc/testsuite to libgomp/testsuite | Tobias Burnus | 2 | -0/+162 |
2020-07-15 | libgomp.fortran/alloc-1.F90: Fix testcase for 32bit size_t | Tobias Burnus | 1 | -7/+12 |
2020-07-15 | libgomp.fortran/struct-elem-map-1.f90: Add char kind=4 tests | Tobias Burnus | 1 | -40/+120 |
2020-07-15 | libgomp: Add Fortran routine support for allocators | Tobias Burnus | 5 | -0/+269 |
2020-07-14 | [OpenMP, Fortran] Add structure/derived-type element mapping | Tobias Burnus | 1 | -0/+331 |
2020-07-14 | [Fortran, OpenMP] Fix allocatable-components check (PR67311) | Tobias Burnus | 1 | -0/+41 |
2020-06-18 | Add 'dg-do run' to 'libgomp.fortran/use_device_ptr-optional-3.f90' [PR94848] | Thomas Schwinge | 1 | -0/+1 |
2020-06-08 | openmp: ensure variables in offload table are streamed out (PRs 94848 + 95551) | Tobias Burnus | 1 | -0/+32 |
2020-05-23 | Fixes a hang on an invalid ID in a WAIT statement. | Thomas Koenig | 1 | -0/+20 |
2020-05-14 | Add early return for invalid STATUS for close. | Thomas Koenig | 1 | -0/+19 |
2020-05-13 | [Fortran] OpenMP - permit lastprivate in distribute + SIMD fixes (PR94690) | Tobias Burnus | 7 | -0/+420 |
2020-04-29 | Torture testing: 'libgomp.fortran/use_device_ptr-optional-2.f90' | Thomas Schwinge | 1 | -0/+1 |
2020-04-20 | Add 'dg-do run' to 'libgomp.fortran/target-enter-data-2.F90' | Thomas Schwinge | 1 | -0/+1 |
2020-04-17 | [OpenMP] Fix 'omp exit data' for Fortran arrays (PR 94635) | Tobias Burnus | 1 | -0/+40 |
2020-04-10 | Add 'dg-do run' to 'libgomp.fortran/target-enter-data-1.f90' | Thomas Schwinge | 1 | -0/+2 |
2020-03-31 | libgomp – fix handling of 'target enter data' | Tobias Burnus | 1 | -0/+36 |
2020-01-03 | Fortran] OpenMP/OpenACC – fix more issues with OPTIONAL | Tobias Burnus | 3 | -0/+164 |
2019-12-12 | re PR fortran/92899 ([OpenMP] ICE in gfc_trans_omp_atomic, at fortran/trans-o... | Jakub Jelinek | 1 | -0/+46 |
2019-12-11 | libgomp – spelling fixes, incl. omp_lib.h.in | Tobias Burnus | 1 | -3/+3 |
2019-12-09 | libgomp/testsuite/*fortran – make 'stop' values unique | Tobias Burnus | 3 | -330/+330 |
2019-12-06 | [OpenMP/OpenACC/Fortran] Fix mapping of optional (present|absent) arguments | Tobias Burnus | 5 | -0/+247 |
2019-12-05 | OpenMP] Fix use_device_… with absent optional arg | Tobias Burnus | 1 | -12/+39 |
2019-12-04 | re PR fortran/92756 (ICE in lower_omp, at omp-low.c:12988) | Jakub Jelinek | 2 | -0/+159 |
2019-11-27 | Fix 'libgomp.fortran/target-print-1.f90', 'libgomp.oacc-fortran/print-1.f90' ... | Thomas Schwinge | 2 | -2/+15 |
2019-11-15 | Add tests for print from offload target. | Andrew Stubbs | 1 | -0/+15 |
2019-11-11 | Fortran] Support absent optional args with use_device_{ptr,addr} | Tobias Burnus | 2 | -0/+55 |
2019-11-11 | Torture testing: 'libgomp.fortran/target9.f90' | Thomas Schwinge | 1 | -0/+1 |
2019-11-11 | Torture testing: 'libgomp.fortran/use_device_addr-3.f90', 'libgomp.fortran/us... | Thomas Schwinge | 3 | -0/+6 |
2019-11-04 | libgomp - remove dg-run if dg-options O2 is used | Tobias Burnus | 5 | -5/+0 |
2019-11-04 | libgomp/testsuite - use unique numbers with Fortran's 'stop' | Tobias Burnus | 4 | -569/+569 |
2019-11-01 | OpenMP] use_device_addr/use_device_ptr with Fortran allocatable/pointer arrays | Tobias Burnus | 5 | -12/+2205 |
2019-10-30 | Fortran/OpenMP] Don't create "alloc:" for 'target exit data' | Tobias Burnus | 1 | -0/+123 |
2019-10-30 | libgomp/testsuite – use 'stop' | Tobias Burnus | 221 | -1165/+1165 |
2019-10-30 | libgomp/testsuite – use 'stop' and 'dg-do run' | Tobias Burnus | 16 | -10/+25 |
2019-10-14 | re PR libgomp/92081 (FAIL: libgomp.fortran/target-simd.f90 execution test) | Jakub Jelinek | 1 | -2/+2 |
2019-10-11 | [OpenMP,Fortran] Fix several OpenMP use_device_addr/map/update errors | Tobias Burnus | 2 | -0/+2392 |
2019-10-09 | re PR testsuite/91884 (libgomp testsuite: (not) using a specific driver for C... | Tobias Burnus | 1 | -0/+6 |
2019-10-08 | Fortran - fix OpenMP 'target simd' | Tobias Burnus | 1 | -0/+26 |
2019-10-02 | Fix omp target issue with Fortran optional arguments | Tobias Burnus | 1 | -0/+36 |
2019-08-17 | re PR libgomp/91473 (Test case libgomp.fortran/appendix-a/a.28.5.f90 is invalid) | Thomas Koenig | 1 | -1/+1 |