Age | Commit message (Expand) | Author | Files | Lines |
2022-01-03 | Update copyright years. | Jakub Jelinek | 1 | -1/+1 |
2021-12-08 | openmp: Improve OpenMP target support for C++ (PR92120) | Chung-Lin Tang | 1 | -0/+2 |
2021-11-30 | Make OpenACC orphan gang reductions errors | Cesar Philippidis | 1 | -0/+4 |
2021-11-12 | openmp: Relax handling of implicit map vs. existing device mappings | Chung-Lin Tang | 1 | -0/+13 |
2021-11-12 | openmp: Honor OpenMP 5.1 num_teams lower bound | Jakub Jelinek | 1 | -6/+36 |
2021-11-11 | openmp: Add support for 2 argument num_teams clause | Jakub Jelinek | 1 | -1/+1 |
2021-10-30 | OpenMP: Add strictly nested API call check [PR102972] | Tobias Burnus | 1 | -8/+23 |
2021-10-20 | openmp: in_reduction support for Fortran | Chung-Lin Tang | 1 | -4/+11 |
2021-10-11 | openmp: Add omp_set_num_teams, omp_get_max_teams, omp_[gs]et_teams_thread_limit | Jakub Jelinek | 1 | -1/+5 |
2021-09-30 | openmp: Add omp_aligned_{,c}alloc and omp_{c,re}alloc for Fortran | Tobias Burnus | 1 | -2/+6 |
2021-09-22 | openmp: Add support for allocator and align modifiers on allocate clauses | Jakub Jelinek | 1 | -10/+30 |
2021-08-31 | [OMP] Standardize on 'omp_privatize_by_reference' | Thomas Schwinge | 1 | -72/+82 |
2021-08-31 | Add support for device-modifiers for 'omp target device'. | Marcel Vollweiler | 1 | -0/+21 |
2021-08-17 | openmp: Implement OpenMP 5.1 scope construct | Jakub Jelinek | 1 | -13/+168 |
2021-08-16 | [OpenMP] Update omp-low.c's omp_runtime_api_call [PR101931] | Tobias Burnus | 1 | -0/+10 |
2021-08-12 | openmp: Add support for OpenMP 5.1 masked construct | Jakub Jelinek | 1 | -7/+34 |
2021-08-09 | Cross-reference parts adapted in 'gcc/omp-oacc-neuter-broadcast.cc' | Thomas Schwinge | 1 | -0/+2 |
2021-07-21 | OpenACC 'nohost' clause | Thomas Schwinge | 1 | -0/+2 |
2021-07-01 | openmp - Fix up && and || reductions [PR94366] | Jakub Jelinek | 1 | -31/+24 |
2021-06-24 | middle-end: add support for per-location warning groups. | Martin Sebor | 1 | -8/+8 |
2021-06-24 | openmp: in_reduction clause support on target construct | Jakub Jelinek | 1 | -20/+183 |
2021-06-23 | openmp: Fix up *_reduction clause handling with UDRs on PARM_DECLs [PR101167] | Jakub Jelinek | 1 | -1/+3 |
2021-06-10 | OpenACC: Separate enter/exit data ABIs | Andrew Stubbs | 1 | -3/+6 |
2021-05-26 | openmp: Fix up handling of target constructs in offloaded routines [PR100573] | Jakub Jelinek | 1 | -6/+33 |
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 |