Age | Commit message (Expand) | Author | Files | Lines |
2021-05-21 | [OpenACC privatization] Reject 'static', 'external' in blocks [PR90115] | Thomas Schwinge | 1 | -0/+29 |
2021-05-21 | [OpenACC privatization] Largely extend diagnostics and corresponding testsuit... | Thomas Schwinge | 1 | -5/+70 |
2021-05-21 | [OpenACC privatization] Explain OpenACC privatization candidate selection [PR... | Thomas Schwinge | 1 | -3/+42 |
2021-05-21 | [OpenACC privatization] Don't evaluate OpenMP 'for' clauses [PR90115] | Thomas Schwinge | 1 | -1/+2 |
2021-05-21 | openacc: Add support for gang local storage allocation in shared memory [PR90... | Julian Brown | 1 | -6/+119 |
2021-05-18 | [OMP] Tighten 'is_gimple_omp_oacc' | Thomas Schwinge | 1 | -5/+6 |
2021-05-13 | OpenMP: detach - fix firstprivate handling | Tobias Burnus | 1 | -1/+1 |
2021-05-11 | openmp: Fix up taskloop reduction ICE if taskloop has no iterations [PR100471] | Jakub Jelinek | 1 | -1/+11 |
2021-05-10 | Come up with startswith function. | Martin Liska | 1 | -1/+1 |
2021-05-07 | OpenMP: Fix SIMT for complex/float reduction with && and || | Tobias Burnus | 1 | -7/+21 |
2021-05-04 | OpenMP: Support complex/float in && and || reduction | Tobias Burnus | 1 | -6/+81 |
2021-05-03 | [openmp, simt] Disable SIMT for user-defined reduction | Tom de Vries | 1 | -0/+13 |
2021-02-24 | openmp: Diagnose invalid teams nested in target construct [PR99226] | Jakub Jelinek | 1 | -0/+24 |
2021-01-19 | OpenMP/Fortran: Fixes for {use,is}_device_ptr | Tobias Burnus | 1 | -2/+4 |
2021-01-16 | openmp: Add support for the OpenMP 5.0 task detach clause | Kwok Cheung Yeung | 1 | -0/+47 |
2021-01-04 | Update copyright years. | Jakub Jelinek | 1 | -1/+1 |
2020-12-12 | openmp, openacc: Fix up handling of data regions [PR98183] | Jakub Jelinek | 1 | -3/+4 |
2020-11-14 | openmp: Add support for non-VLA {,first}private allocate on omp task | Jakub Jelinek | 1 | -15/+93 |
2020-11-13 | Decompose OpenACC 'kernels' constructs into parts, a sequence of compute cons... | Gergö Barany | 1 | -5/+61 |
2020-11-13 | More explicit checking of which OMP constructs we're expecting | Thomas Schwinge | 1 | -14/+45 |
2020-11-13 | openmp: Support allocate for C/C++ array section reductions | Jakub Jelinek | 1 | -19/+53 |
2020-11-12 | openmp: Implement allocate clause in omp lowering. | Jakub Jelinek | 1 | -13/+135 |
2020-11-10 | Fortran: OpenMP 5.0 (in_,task_)reduction clause extensions | Tobias Burnus | 1 | -1/+2 |
2020-11-10 | openmp: Implement OpenMP 5.0 base-pointer attachement and clause ordering | Chung-Lin Tang | 1 | -5/+85 |
2020-11-03 | [OpenACC] Use proper location to 'inform' of enclosing parent compute construct | Thomas Schwinge | 1 | -1/+1 |
2020-11-03 | [OpenACC] Enable inconsistent nested 'reduction' clauses checking for OpenACC... | Thomas Schwinge | 1 | -17/+19 |
2020-11-03 | [OpenACC] More precise diagnostics for 'gang', 'worker', 'vector' clauses wit... | Thomas Schwinge | 1 | -10/+19 |
2020-10-28 | openmp: Parsing and some semantic analysis of OpenMP allocate clause | Jakub Jelinek | 1 | -0/+2 |
2020-10-13 | openmp: Improve composite triangular loop lowering and expansion | Jakub Jelinek | 1 | -9/+55 |
2020-10-08 | openmp: Set cfun->calls_alloca when needed in OpenMP outlined regions [PR97294] | Jakub Jelinek | 1 | -0/+1 |
2020-09-25 | openmp: Add support for non-rect simd and improve collapsed simd support | Jakub Jelinek | 1 | -1/+2 |
2020-09-15 | OpenMP/Fortran: Fix (re)mapping of allocatable/pointer arrays [PR96668] | Tobias Burnus | 1 | -0/+1 |
2020-08-05 | openmp: Handle reduction clauses on host teams construct [PR96459] | Jakub Jelinek | 1 | -1/+1 |
2020-08-03 | Removal of HSA offloading from gcc and libgomp | Martin Jambor | 1 | -148/+66 |
2020-06-24 | openmp: Fix two pastos in non-rect loop OpenMP lowering. | Jakub Jelinek | 1 | -2/+2 |
2020-06-16 | openmp: Initial part of OpenMP 5.0 non-rectangular loop support | Jakub Jelinek | 1 | -2/+20 |
2020-05-07 | extend DECL_GIMPLE_REG_P to all types | Richard Biener | 1 | -1/+0 |
2020-04-21 | Remove fishy self-assignment in omp-low.c [PR94629] | Frederik Harwath | 1 | -6/+8 |
2020-02-06 | openmp: Fix handling of non-addressable shared scalars in parallel nested ins... | Jakub Jelinek | 1 | -7/+26 |
2020-01-10 | Further changes for the OpenACC 'if_present' clause on the 'host_data' construct | Thomas Schwinge | 1 | -3/+9 |
2020-01-10 | OpenACC – support "if" + "if_present" clauses with "host_data" | Tobias Burnus | 1 | -0/+3 |
2020-01-01 | Update copyright years. | Jakub Jelinek | 1 | -1/+1 |
2019-12-20 | OpenACC 2.6 deep copy: middle-end parts | Julian Brown | 1 | -0/+3 |
2019-12-19 | Add OpenACC 2.6's no_create | Julian Brown | 1 | -0/+2 |
2019-12-10 | Use clause locations in OpenACC nested reduction warnings | Frederik Harwath | 1 | -1/+1 |
2019-12-06 | [OpenMP/OpenACC/Fortran] Fix mapping of optional (present|absent) arguments | Tobias Burnus | 1 | -1/+2 |
2019-12-05 | OpenMP] Fix use_device_… with absent optional arg | Tobias Burnus | 1 | -12/+3 |
2019-11-19 | re PR tree-optimization/92557 (ICE in omp_clause_aligned_alignment, at omp-lo... | Jakub Jelinek | 1 | -2/+2 |
2019-11-14 | Replace autovectorize_vector_sizes with autovectorize_vector_modes | Richard Sandiford | 1 | -14/+10 |
2019-11-12 | Add OpenACC 2.6 `serial' construct support | Maciej W. Rozycki | 1 | -14/+24 |