Age | Commit message (Expand) | Author | Files | Lines |
2020-12-08 | Fortran: Add 'omp scan' support of OpenMP 5.0 | Tobias Burnus | 1 | -0/+115 |
2020-11-25 | Fix templatized C++ OpenACC 'cache' directive ICEs | Thomas Schwinge | 2 | -1/+24 |
2020-11-25 | Fix atomic_capture-1.f90 testcase | Andrew Stubbs | 1 | -19/+19 |
2020-11-24 | [testsuite] Avoid Tcl 8.5-specific behavior | Thomas Schwinge | 2 | -0/+16 |
2020-11-18 | testsuite/libgomp.c/usleep.h: Use sleep-loop also for GCN | Tobias Burnus | 1 | -3/+4 |
2020-11-14 | openmp: Add support for non-VLA {,first}private allocate on omp task | Jakub Jelinek | 2 | -86/+195 |
2020-11-13 | Decompose OpenACC 'kernels' constructs into parts, a sequence of compute cons... | Gergö Barany | 5 | -3/+66 |
2020-11-13 | Add 'libgomp.oacc-fortran/pr94358-1.f90' [PR94358] | Gergö Barany | 1 | -0/+34 |
2020-11-13 | openmp: Support allocate for C/C++ array section reductions | Jakub Jelinek | 1 | -6/+31 |
2020-11-12 | openmp: Implement allocate clause in omp lowering. | Jakub Jelinek | 2 | -0/+448 |
2020-11-12 | Adjust 'libgomp.oacc-fortran/attach-descriptor-1.f90' for improved location i... | Thomas Schwinge | 1 | -2/+1 |
2020-11-10 | openmp: Implement OpenMP 5.0 base-pointer attachement and clause ordering | Chung-Lin Tang | 1 | -0/+82 |
2020-11-05 | openmp: Mark deprecated symbols in OpenMP 5.0 | Kwok Cheung Yeung | 26 | -1/+37 |
2020-11-02 | Simplify and enhance 'libgomp.oacc-c-c++-common/pr85486*.c' [PR85486] | Thomas Schwinge | 3 | -97/+20 |
2020-11-02 | libgomp testsuite: tell warning from error diagnostics, etc. [PR80219, PR85303] | Thomas Schwinge | 1 | -0/+6 |
2020-10-28 | openmp: Implicitly discover declare target for variants of declare variant calls | Jakub Jelinek | 1 | -0/+42 |
2020-10-28 | xfail and improve some failing libgomp tests [PR81690] | Jakub Jelinek | 3 | -5/+31 |
2020-10-28 | lto: LTO cgraph support for late declare variant resolution [PR96680] | Jakub Jelinek | 1 | -0/+54 |
2020-10-22 | openmp: Add test for OMP_TARGET_OFFLOAD=mandatory for cases where it must not... | Jakub Jelinek | 1 | -0/+33 |
2020-10-22 | openmp: Change omp_get_initial_device () to match OpenMP 5.1 requirements | Jakub Jelinek | 1 | -0/+10 |
2020-10-13 | openmp: Add support for the omp_get_supported_active_levels runtime library r... | Kwok Cheung Yeung | 2 | -0/+4 |
2020-10-06 | [openacc, libgomp, testsuite] Xfail declare-5.f90 | Tom de Vries | 1 | -0/+1 |
2020-10-06 | [openacc] Fix acc declare for VLAs | Tom de Vries | 1 | -5/+0 |
2020-10-05 | [omp, ftracer] Don't duplicate blocks in SIMT region | Tom de Vries | 1 | -0/+11 |
2020-10-02 | libgomp: Regenerate configure files with automake 1.15.1 | Tobias Burnus | 1 | -4/+4 |
2020-09-30 | OpenMP: Add implicit declare target for nested procedures | Tobias Burnus | 1 | -0/+45 |
2020-09-29 | libgomp: disable barriers in nested teams | Andrew Stubbs | 1 | -0/+31 |
2020-09-28 | OpenMP: Handle cpp_implicit_alias in declare-target discovery (PR96390) | Tobias Burnus | 2 | -0/+75 |
2020-09-25 | openmp: Add support for non-rect simd and improve collapsed simd support | Jakub Jelinek | 1 | -0/+296 |
2020-09-22 | libgomp.fortran/pr66199-5.f90: Make stop codes unique | Tobias Burnus | 1 | -1/+1 |
2020-09-16 | c++: local-scope OMP UDR reductions have no template head | Nathan Sidwell | 1 | -0/+1 |
2020-09-15 | OpenMP/Fortran: Fix (re)mapping of allocatable/pointer arrays [PR96668] | Tobias Burnus | 2 | -0/+200 |
2020-09-14 | [libgomp, nvptx] Add __sync_compare_and_swap_16 | Tom de Vries | 1 | -0/+1 |
2020-09-08 | openacc: Fix atomic_capture-2.c iteration-ordering issues | Julian Brown | 1 | -49/+43 |
2020-09-08 | openacc: Fix race condition in Fortran loop collapse tests | Julian Brown | 2 | -0/+6 |
2020-08-20 | Fortran: Fix OpenMP's 'if(simd:' etc. conditions | Tobias Burnus | 1 | -0/+63 |
2020-08-13 | nvptx: Add support for subword compare-and-swap | Kwok Cheung Yeung | 1 | -0/+53 |
2020-08-13 | openmp: Add support for non-rectangular loops in taskloop construct | Jakub Jelinek | 3 | -0/+894 |
2020-08-08 | openmp: Handle clauses with gimple sequences in convert_nonlocal_omp_clauses ... | Jakub Jelinek | 1 | -0/+21 |
2020-08-05 | openmp: Handle even some combined non-rectangular loops | Jakub Jelinek | 2 | -0/+378 |
2020-08-05 | openmp: Handle reduction clauses on host teams construct [PR96459] | Jakub Jelinek | 3 | -27/+82 |
2020-08-04 | [nvptx] Handle V2DI/V2SI mode in nvptx_gen_shuffle | Tom de Vries | 2 | -0/+57 |
2020-08-03 | openacc: No attach/detach present/release mappings for array descriptors | Julian Brown | 1 | -10/+81 |
2020-08-03 | Removal of HSA offloading from gcc and libgomp | Martin Jambor | 26 | -1880/+4 |
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 |