Age | Commit message (Expand) | Author | Files | Lines |
2020-06-05 | [OpenACC 'exit data'] Strip 'GOMP_MAP_STRUCT' mappings | Thomas Schwinge | 1 | -2/+3 |
2020-06-05 | [OpenACC 'exit data'] Simplify 'GOMP_MAP_STRUCT' handling | Thomas Schwinge | 1 | -80/+3 |
2020-06-05 | Add 'libgomp.oacc-c-c++-common/struct-copyout-{1,2}.c' | Julian Brown | 2 | -0/+82 |
2020-06-05 | Daily bump. | GCC Administrator | 1 | -0/+94 |
2020-06-04 | [OpenACC 'exit data'] Evaluate 'copyfrom' individually for 'GOMP_MAP_STRUCT' ... | Thomas Schwinge | 2 | -26/+83 |
2020-06-04 | [OpenACC 'exit data'] Evaluate 'finalize' individually for 'GOMP_MAP_STRUCT' ... | Thomas Schwinge | 3 | -47/+156 |
2020-06-04 | Fix 'sizeof' usage in 'libgomp.oacc-c-c++-common/deep-copy-{7,8}.c' | Thomas Schwinge | 2 | -4/+4 |
2020-06-04 | [OpenACC] Repair/restore 'is_tgt_unmapped' checking | Thomas Schwinge | 8 | -30/+135 |
2020-06-04 | [OpenACC] Don't open-code 'gomp_remove_var' in 'acc_unmap_data' | Thomas Schwinge | 1 | -4/+6 |
2020-06-04 | [OpenACC] Remove 'tgt' reference counting from 'acc_unmap_data' [PR92854] | Thomas Schwinge | 1 | -7/+7 |
2020-06-04 | Extend 'libgomp.oacc-c-c++-common/pr92854-1.c' some more [PR92854] | Thomas Schwinge | 1 | -17/+47 |
2020-06-04 | [OpenACC] Use 'tgt' returned from 'gomp_map_vars' | Thomas Schwinge | 1 | -12/+15 |
2020-06-04 | [OpenACC] XFAIL behavior of over-eager 'finalize' clause | Thomas Schwinge | 10 | -0/+336 |
2020-06-04 | [OpenACC] Missing unlocking on error paths in attach/detach code, part II | Thomas Schwinge | 1 | -1/+4 |
2020-06-04 | [OpenACC] Missing unlocking on error paths in attach/detach code | Julian Brown | 1 | -2/+8 |
2020-06-04 | 'libgomp.oacc-fortran/{error_,}stop-{1,2,3}.f': initialize before the checkpoint | Thomas Schwinge | 6 | -0/+24 |
2020-06-03 | Daily bump. | GCC Administrator | 1 | -0/+5 |
2020-06-02 | openmp: Fix up build if HAVE_SYNC_BUILTINS is not defined. | Jakub Jelinek | 1 | -1/+1 |
2020-05-31 | Daily bump. | GCC Administrator | 1 | -0/+8 |
2020-05-30 | openmp: omp_alloc(0, ...) should return NULL. | Jakub Jelinek | 2 | -0/+28 |
2020-05-30 | Daily bump. | GCC Administrator | 1 | -0/+5 |
2020-05-29 | Avoid nested save_CFLAGS and save_LDFLAGS | H.J. Lu | 1 | -2/+2 |
2020-05-23 | Fixes a hang on an invalid ID in a WAIT statement. | Thomas Koenig | 2 | -0/+25 |
2020-05-19 | openmp: Add basic library allocator support. | Jakub Jelinek | 1 | -0/+354 |
2020-05-19 | openmp: Add basic library allocator support. | Jakub Jelinek | 12 | -5/+450 |
2020-05-15 | x86: Also check if -fcf-protection works | H.J. Lu | 2 | -0/+8 |
2020-05-14 | Removed double ChangeLog entries from previous commit. | Thomas Koenig | 1 | -8/+0 |
2020-05-14 | Add early return for invalid STATUS for close. | Thomas Koenig | 2 | -0/+32 |
2020-05-14 | x86: Default CET run-time support to auto | H.J. Lu | 2 | -2/+6 |
2020-05-14 | openmp: Also implicitly mark as declare target to functions mentioned in targ... | Jakub Jelinek | 2 | -0/+55 |
2020-05-13 | [Fortran] OpenMP - permit lastprivate in distribute + SIMD fixes (PR94690) | Tobias Burnus | 8 | -0/+431 |
2020-05-12 | openmp: Implement discovery of implicit declare target to clauses | Jakub Jelinek | 2 | -0/+51 |
2020-04-29 | [OpenACC] Set 'acc_device_current = -1' | Thomas Schwinge | 5 | -4/+9 |
2020-04-29 | [gcn] Set 'UI_NONE' for 'TARGET_EXCEPT_UNWIND_INFO' [PR94282] | Thomas Schwinge | 2 | -1/+4 |
2020-04-29 | [gcn] Use 'radeon' for the environment variable 'ACC_DEVICE_TYPE' | Thomas Schwinge | 18 | -47/+61 |
2020-04-29 | Torture testing: 'libgomp.fortran/use_device_ptr-optional-2.f90' | Thomas Schwinge | 2 | -0/+6 |
2020-04-23 | amdgcn: Check HSA return codes [PR94629] | Andrew Stubbs | 2 | -0/+17 |
2020-04-20 | Add 'dg-do run' to 'libgomp.fortran/target-enter-data-2.F90' | Thomas Schwinge | 2 | -0/+7 |
2020-04-20 | Fix declare copyout in libgomp.oacc-c++/declare-pr94120.C | Tobias Burnus | 2 | -0/+7 |
2020-04-17 | [OpenMP] Fix 'omp exit data' for Fortran arrays (PR 94635) | Tobias Burnus | 2 | -0/+45 |
2020-04-13 | Rename 'libgomp.oacc-c-c++-common/static-dynamic-lifetimes-*' to 'libgomp.oac... | Thomas Schwinge | 21 | -23/+95 |
2020-04-10 | Test cases for mixed structured/dynamic data lifetimes with OpenACC [PR92843] | Julian Brown | 17 | -0/+821 |
2020-04-10 | Add 'dg-do run' to 'libgomp.fortran/target-enter-data-1.f90' | Thomas Schwinge | 2 | -0/+7 |
2020-04-08 | [C/C++, OpenACC] Reject vars of different scope in acc declare (PR94120) | Tobias Burnus | 2 | -0/+62 |
2020-04-06 | libgomp/test: Remove a build sysroot fix regression | Maciej W. Rozycki | 7 | -3/+24 |
2020-04-03 | Revert "[nvptx, libgomp] Update pr85381-{2,4}.c test-cases" [PR89713, PR94392] | Thomas Schwinge | 3 | -2/+31 |
2020-03-31 | libgomp – fix handling of 'target enter data' | Tobias Burnus | 3 | -1/+53 |
2020-03-24 | Fix OpenMP offload handling for target-link variables for nvptx (PR81689) | Tobias Burnus | 2 | -3/+5 |
2020-03-23 | libgomp – fix declare target link handling (PR94251) | Tobias Burnus | 2 | -2/+9 |
2020-03-19 | c++: Fix up handling of captured vars in lambdas in OpenMP clauses [PR93931] | Jakub Jelinek | 2 | -0/+125 |