Age | Commit message (Expand) | Author | Files | Lines |
2019-12-20 | OpenACC reference count overhaul | Julian Brown | 8 | -298/+301 |
2019-12-20 | Use aux struct in libgomp for infrequently-used/API-specific data | Julian Brown | 3 | -9/+36 |
2019-12-19 | re PR middle-end/86416 ([OpenMP] Offloading - better lto1 error message if mo... | Jakub Jelinek | 3 | -4/+12 |
2019-12-19 | Add OpenACC 2.6's no_create | Julian Brown | 10 | -0/+441 |
2019-12-18 | [OpenACC] Refactor 'goacc_enter_data' so that it can be called from 'goacc_in... | Thomas Schwinge | 2 | -52/+46 |
2019-12-18 | [OpenACC] Refactor 'goacc_enter_data' so that it can be called from 'goacc_in... | Thomas Schwinge | 2 | -28/+41 |
2019-12-18 | [OpenACC] Refactor 'goacc_remove_pointer' interface | Thomas Schwinge | 2 | -14/+15 |
2019-12-18 | [OpenACC] Refactor 'GOACC_enter_exit_data' to call 'goacc_enter_data', 'goacc... | Thomas Schwinge | 2 | -17/+10 |
2019-12-18 | [OpenACC] Refactor 'delete_copyout' into 'goacc_exit_data' | Thomas Schwinge | 2 | -14/+22 |
2019-12-18 | [OpenACC] Refactor 'present_create_copy' into 'goacc_enter_data' | Thomas Schwinge | 2 | -27/+13 |
2019-12-18 | Assert in 'libgomp/target.c:gomp_unmap_vars_internal' that we're not unmappin... | Thomas Schwinge | 2 | -1/+12 |
2019-12-18 | [OpenACC] In 'libgomp/target.c:gomp_to_device_kind_p', handle 'GOMP_MAP_FORCE... | Thomas Schwinge | 2 | -0/+4 |
2019-12-18 | [PR92726, PR92970, PR92984] [OpenACC] Clarify 'acc_delete' etc. for 'NULL'-in... | Thomas Schwinge | 10 | -192/+190 |
2019-12-18 | [OpenACC] Elaborate/simplify 'exit data' 'finalize' handling | Thomas Schwinge | 2 | -11/+6 |
2019-12-18 | [PR92848] [OpenACC] Use 'GOMP_MAP_VARS_ENTER_DATA' for dynamic data lifetimes | Thomas Schwinge | 8 | -78/+410 |
2019-12-18 | Make 'libgomp/target.c:gomp_unmap_tgt' 'static' again | Thomas Schwinge | 3 | -2/+6 |
2019-12-18 | PR 86416 – improve lto1 diagnostic if a mode does not exist | Tobias Burnus | 3 | -0/+50 |
2019-12-17 | libgomp/openacc.f90 – clean-up public/private attributes | Tobias Burnus | 4 | -10/+33 |
2019-12-13 | Fix potential race condition in OpenACC "exit data" operations | Julian Brown | 4 | -20/+68 |
2019-12-13 | Update OpenACC tests for amdgcn | Andrew Stubbs | 8 | -2/+38 |
2019-12-13 | libgomp/openacc.f90 – clean-up public/private attributes | Tobias Burnus | 2 | -9/+20 |
2019-12-12 | re PR fortran/92899 ([OpenMP] ICE in gfc_trans_omp_atomic, at fortran/trans-o... | Jakub Jelinek | 2 | -0/+51 |
2019-12-11 | [PR92843] [OpenACC] Fix dynamic reference counting for structured 'REFCOUNT_I... | Thomas Schwinge | 6 | -21/+242 |
2019-12-11 | [OpenACC] Consolidate 'GOACC_enter_exit_data' and its helper functions in 'li... | Thomas Schwinge | 5 | -263/+281 |
2019-12-11 | [OpenACC] Consolidate 'async'/'wait' code in 'libgomp/oacc-async.c' | Thomas Schwinge | 5 | -73/+81 |
2019-12-11 | [PR92854] Add 'libgomp.oacc-c-c++-common/acc_map_data-device_already-*.c', 'l... | Thomas Schwinge | 7 | -0/+210 |
2019-12-11 | [OpenACC] Initialize 'dynamic_refcount' whenever we initialize 'refcount' | Thomas Schwinge | 2 | -0/+9 |
2019-12-11 | libgomp – spelling fixes, incl. omp_lib.h.in | Tobias Burnus | 16 | -36/+56 |
2019-12-11 | [OpenMP/OpenACC/Fortran] Fix mapping of optional (present|absent) arguments | Tobias Burnus | 3 | -2/+8 |
2019-12-09 | [PR92116, PR92877] [OpenACC] Replace 'openacc.data_environ' by standard libgo... | Thomas Schwinge | 8 | -112/+64 |
2019-12-09 | [PR92503] [OpenACC] Don't silently 'acc_unmap_data' in 'acc_free' | Thomas Schwinge | 18 | -30/+242 |
2019-12-09 | [PR92840] [OpenACC] Refuse 'acc_unmap_data' unless mapped by 'acc_map_data' | Thomas Schwinge | 7 | -17/+126 |
2019-12-09 | [PR92511] More testing for OpenACC "present" subarrays | Thomas Schwinge | 10 | -126/+670 |
2019-12-09 | Add 'libgomp.oacc-c-c++-common/map-data-1.c' | Thomas Schwinge | 2 | -0/+55 |
2019-12-09 | [PR92854] Add 'libgomp.oacc-c-c++-common/pr92854-1.c' | Thomas Schwinge | 2 | -0/+34 |
2019-12-09 | Add 'libgomp.oacc-c-c++-common/host_data-6.c' | Thomas Schwinge | 2 | -0/+49 |
2019-12-09 | In 'libgomp/target.c:gomp_exit_data', remove open-coded 'gomp_remove_var' | Thomas Schwinge | 2 | -10/+5 |
2019-12-09 | libgomp/testsuite/*fortran – make 'stop' values unique | Tobias Burnus | 8 | -338/+350 |
2019-12-06 | Fix Fortran linker errors on AMD GCN | Kwok Cheung Yeung | 2 | -0/+6 |
2019-12-06 | [OpenMP/OpenACC/Fortran] Fix mapping of optional (present|absent) arguments | Tobias Burnus | 22 | -100/+1457 |
2019-12-05 | OpenMP] Fix use_device_… with absent optional arg | Tobias Burnus | 1 | -12/+39 |
2019-12-05 | testsuite/libgomp.oacc-fortran: Update dg-output to fix GCN | Tobias Burnus | 4 | -9/+31 |
2019-12-04 | re PR fortran/92756 (ICE in lower_omp, at omp-low.c:12988) | Jakub Jelinek | 3 | -0/+165 |
2019-12-03 | Validate acc_device_t uses | Frederik Harwath | 2 | -8/+54 |
2019-12-03 | Enable OpenACC GCN testing. | Andrew Stubbs | 5 | -0/+66 |
2019-12-03 | musl: Fix invalid tls model in libgomp and libitm PR91938 | Szabolcs Nagy | 2 | -0/+8 |
2019-11-29 | Fortran] OpenACC – permit common blocks in some clauses | Tobias Burnus | 2 | -6/+89 |
2019-11-29 | re PR c++/60228 (ICE using lambda in #pragma omp declare reduction) | Jakub Jelinek | 2 | -108/+0 |
2019-11-29 | re PR c++/60228 (ICE using lambda in #pragma omp declare reduction) | Jakub Jelinek | 3 | -0/+222 |
2019-11-27 | Fix 'libgomp.fortran/target-print-1.f90', 'libgomp.oacc-fortran/print-1.f90' ... | Thomas Schwinge | 6 | -4/+61 |