aboutsummaryrefslogtreecommitdiff
path: root/libgomp
AgeCommit message (Expand)AuthorFilesLines
2020-06-09Daily bump.GCC Administrator1-0/+6
2020-06-08openmp: ensure variables in offload table are streamed out (PRs 94848 + 95551)Tobias Burnus1-0/+32
2020-06-06Daily bump.GCC Administrator1-0/+17
2020-06-05[OpenACC 'exit data'] Strip 'GOMP_MAP_STRUCT' mappingsThomas Schwinge1-2/+3
2020-06-05[OpenACC 'exit data'] Simplify 'GOMP_MAP_STRUCT' handlingThomas Schwinge1-80/+3
2020-06-05Add 'libgomp.oacc-c-c++-common/struct-copyout-{1,2}.c'Julian Brown2-0/+82
2020-06-05Daily bump.GCC Administrator1-0/+94
2020-06-04[OpenACC 'exit data'] Evaluate 'copyfrom' individually for 'GOMP_MAP_STRUCT' ...Thomas Schwinge2-26/+83
2020-06-04[OpenACC 'exit data'] Evaluate 'finalize' individually for 'GOMP_MAP_STRUCT' ...Thomas Schwinge3-47/+156
2020-06-04Fix 'sizeof' usage in 'libgomp.oacc-c-c++-common/deep-copy-{7,8}.c'Thomas Schwinge2-4/+4
2020-06-04[OpenACC] Repair/restore 'is_tgt_unmapped' checkingThomas Schwinge8-30/+135
2020-06-04[OpenACC] Don't open-code 'gomp_remove_var' in 'acc_unmap_data'Thomas Schwinge1-4/+6
2020-06-04[OpenACC] Remove 'tgt' reference counting from 'acc_unmap_data' [PR92854]Thomas Schwinge1-7/+7
2020-06-04Extend 'libgomp.oacc-c-c++-common/pr92854-1.c' some more [PR92854]Thomas Schwinge1-17/+47
2020-06-04[OpenACC] Use 'tgt' returned from 'gomp_map_vars'Thomas Schwinge1-12/+15
2020-06-04[OpenACC] XFAIL behavior of over-eager 'finalize' clauseThomas Schwinge10-0/+336
2020-06-04[OpenACC] Missing unlocking on error paths in attach/detach code, part IIThomas Schwinge1-1/+4
2020-06-04[OpenACC] Missing unlocking on error paths in attach/detach codeJulian Brown1-2/+8
2020-06-04'libgomp.oacc-fortran/{error_,}stop-{1,2,3}.f': initialize before the checkpointThomas Schwinge6-0/+24
2020-06-03Daily bump.GCC Administrator1-0/+5
2020-06-02openmp: Fix up build if HAVE_SYNC_BUILTINS is not defined.Jakub Jelinek1-1/+1
2020-05-31Daily bump.GCC Administrator1-0/+8
2020-05-30openmp: omp_alloc(0, ...) should return NULL.Jakub Jelinek2-0/+28
2020-05-30Daily bump.GCC Administrator1-0/+5
2020-05-29Avoid nested save_CFLAGS and save_LDFLAGSH.J. Lu1-2/+2
2020-05-23Fixes a hang on an invalid ID in a WAIT statement.Thomas Koenig2-0/+25
2020-05-19openmp: Add basic library allocator support.Jakub Jelinek1-0/+354
2020-05-19openmp: Add basic library allocator support.Jakub Jelinek12-5/+450
2020-05-15x86: Also check if -fcf-protection worksH.J. Lu2-0/+8
2020-05-14Removed double ChangeLog entries from previous commit.Thomas Koenig1-8/+0
2020-05-14Add early return for invalid STATUS for close.Thomas Koenig2-0/+32
2020-05-14x86: Default CET run-time support to autoH.J. Lu2-2/+6
2020-05-14openmp: Also implicitly mark as declare target to functions mentioned in targ...Jakub Jelinek2-0/+55
2020-05-13[Fortran] OpenMP - permit lastprivate in distribute + SIMD fixes (PR94690)Tobias Burnus8-0/+431
2020-05-12openmp: Implement discovery of implicit declare target to clausesJakub Jelinek2-0/+51
2020-04-29[OpenACC] Set 'acc_device_current = -1'Thomas Schwinge5-4/+9
2020-04-29[gcn] Set 'UI_NONE' for 'TARGET_EXCEPT_UNWIND_INFO' [PR94282]Thomas Schwinge2-1/+4
2020-04-29[gcn] Use 'radeon' for the environment variable 'ACC_DEVICE_TYPE'Thomas Schwinge18-47/+61
2020-04-29Torture testing: 'libgomp.fortran/use_device_ptr-optional-2.f90'Thomas Schwinge2-0/+6
2020-04-23amdgcn: Check HSA return codes [PR94629]Andrew Stubbs2-0/+17
2020-04-20Add 'dg-do run' to 'libgomp.fortran/target-enter-data-2.F90'Thomas Schwinge2-0/+7
2020-04-20Fix declare copyout in libgomp.oacc-c++/declare-pr94120.CTobias Burnus2-0/+7
2020-04-17[OpenMP] Fix 'omp exit data' for Fortran arrays (PR 94635)Tobias Burnus2-0/+45
2020-04-13Rename 'libgomp.oacc-c-c++-common/static-dynamic-lifetimes-*' to 'libgomp.oac...Thomas Schwinge21-23/+95
2020-04-10Test cases for mixed structured/dynamic data lifetimes with OpenACC [PR92843]Julian Brown17-0/+821
2020-04-10Add 'dg-do run' to 'libgomp.fortran/target-enter-data-1.f90'Thomas Schwinge2-0/+7
2020-04-08[C/C++, OpenACC] Reject vars of different scope in acc declare (PR94120)Tobias Burnus2-0/+62
2020-04-06libgomp/test: Remove a build sysroot fix regressionMaciej W. Rozycki7-3/+24
2020-04-03Revert "[nvptx, libgomp] Update pr85381-{2,4}.c test-cases" [PR89713, PR94392]Thomas Schwinge3-2/+31
2020-03-31libgomp – fix handling of 'target enter data'Tobias Burnus3-1/+53