Age | Commit message (Expand) | Author | Files | Lines |
2020-07-27 | openacc: Deep copy attach/detach should not affect reference counts | Julian Brown | 5 | -2/+284 |
2020-07-24 | [testsuite] Unset 'offload_target' after use | Thomas Schwinge | 3 | -0/+3 |
2020-07-23 | openacc: Remove unnecessary detach finalization | Julian Brown | 1 | -0/+28 |
2020-07-23 | libomp: Add omp_depend_kind to omp_lib.{f90,h} | Tobias Burnus | 1 | -0/+1 |
2020-07-22 | critical-hint-*.{c,f90}: Move from gcc/testsuite to libgomp/testsuite | Tobias Burnus | 4 | -0/+248 |
2020-07-18 | x86-64: Define ASM_OUTPUT_ALIGNED_DECL_LOCAL | H.J. Lu | 1 | -0/+18 |
2020-07-16 | openacc: Fix standalone attach for Fortran assumed-shape array pointers | Julian Brown | 2 | -0/+71 |
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 | 7 | -2/+273 |
2020-07-14 | libgomp: Fix hang when profiling OpenACC programs with CUDA 9.0 nvprof | Kwok Cheung Yeung | 1 | -0/+80 |
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-07-14 | openmp: Adjust outer bounds of non-rect loops | Jakub Jelinek | 1 | -0/+230 |
2020-07-13 | openacc: Don't strip TO_PSET/POINTER for enter/exit data | Julian Brown | 1 | -0/+97 |
2020-07-10 | openacc: Adjust dynamic reference count semantics | Julian Brown | 14 | -63/+150 |
2020-07-09 | openacc: Set bias to zero for explicit attach/detach clauses in C and C++ | Julian Brown | 2 | -0/+94 |
2020-07-09 | openmp: Optimize triangular loop logical iterator to actual iterators computa... | Jakub Jelinek | 2 | -0/+170 |
2020-07-03 | [OpenACC] Revert always-copyfrom behavior for 'GOMP_MAP_FORCE_FROM' in 'libgo... | Thomas Schwinge | 1 | -1/+9 |
2020-06-30 | [testsuite] Replace fragile 'scan-assembler' with 'scan-offload-rtl' in 'libg... | Thomas Schwinge | 5 | -10/+10 |
2020-06-27 | openmp: Non-rectangular loop support for non-composite worksharing loops and ... | Jakub Jelinek | 2 | -0/+434 |
2020-06-26 | c++: Change the default dialect to C++17. | Marek Polacek | 1 | -1/+2 |
2020-06-23 | handle dumpbase in offloading, adjust testsuite | Alexandre Oliva | 2 | -8/+1 |
2020-06-18 | Add 'dg-do run' to 'libgomp.fortran/use_device_ptr-optional-3.f90' [PR94848] | Thomas Schwinge | 1 | -0/+1 |
2020-06-16 | OpenACC/Fortran: permit 'routine' inside PURE | Tobias Burnus | 1 | -0/+52 |
2020-06-08 | openmp: ensure variables in offload table are streamed out (PRs 94848 + 95551) | Tobias Burnus | 1 | -0/+32 |
2020-06-05 | Add 'libgomp.oacc-c-c++-common/struct-copyout-{1,2}.c' | Julian Brown | 2 | -0/+82 |
2020-06-04 | [OpenACC 'exit data'] Evaluate 'copyfrom' individually for 'GOMP_MAP_STRUCT' ... | Thomas Schwinge | 1 | -26/+67 |
2020-06-04 | [OpenACC 'exit data'] Evaluate 'finalize' individually for 'GOMP_MAP_STRUCT' ... | Thomas Schwinge | 2 | -47/+146 |
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 | 7 | -26/+79 |
2020-06-04 | Extend 'libgomp.oacc-c-c++-common/pr92854-1.c' some more [PR92854] | Thomas Schwinge | 1 | -17/+47 |
2020-06-04 | [OpenACC] XFAIL behavior of over-eager 'finalize' clause | Thomas Schwinge | 10 | -0/+336 |
2020-06-04 | 'libgomp.oacc-fortran/{error_,}stop-{1,2,3}.f': initialize before the checkpoint | Thomas Schwinge | 6 | -0/+24 |
2020-05-30 | openmp: omp_alloc(0, ...) should return NULL. | Jakub Jelinek | 1 | -0/+25 |
2020-05-23 | Fixes a hang on an invalid ID in a WAIT statement. | Thomas Koenig | 1 | -0/+20 |
2020-05-19 | openmp: Add basic library allocator support. | Jakub Jelinek | 3 | -0/+231 |
2020-05-14 | Add early return for invalid STATUS for close. | Thomas Koenig | 1 | -0/+19 |
2020-05-14 | openmp: Also implicitly mark as declare target to functions mentioned in targ... | Jakub Jelinek | 1 | -0/+51 |
2020-05-13 | [Fortran] OpenMP - permit lastprivate in distribute + SIMD fixes (PR94690) | Tobias Burnus | 7 | -0/+420 |
2020-05-12 | openmp: Implement discovery of implicit declare target to clauses | Jakub Jelinek | 1 | -0/+47 |
2020-04-29 | [gcn] Set 'UI_NONE' for 'TARGET_EXCEPT_UNWIND_INFO' [PR94282] | Thomas Schwinge | 1 | -1/+0 |
2020-04-29 | [gcn] Use 'radeon' for the environment variable 'ACC_DEVICE_TYPE' | Thomas Schwinge | 16 | -46/+46 |
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-20 | Fix declare copyout in libgomp.oacc-c++/declare-pr94120.C | Tobias Burnus | 1 | -0/+1 |
2020-04-17 | [OpenMP] Fix 'omp exit data' for Fortran arrays (PR 94635) | Tobias Burnus | 1 | -0/+40 |
2020-04-13 | Rename 'libgomp.oacc-c-c++-common/static-dynamic-lifetimes-*' to 'libgomp.oac... | Thomas Schwinge | 20 | -23/+27 |
2020-04-10 | Test cases for mixed structured/dynamic data lifetimes with OpenACC [PR92843] | Julian Brown | 16 | -0/+784 |
2020-04-10 | Add 'dg-do run' to 'libgomp.fortran/target-enter-data-1.f90' | Thomas Schwinge | 1 | -0/+2 |