aboutsummaryrefslogtreecommitdiff
path: root/gcc/omp-low.c
AgeCommit message (Expand)AuthorFilesLines
2021-05-13OpenMP: detach - fix firstprivate handlingTobias Burnus1-1/+1
2021-05-11openmp: Fix up taskloop reduction ICE if taskloop has no iterations [PR100471]Jakub Jelinek1-1/+11
2021-05-10Come up with startswith function.Martin Liska1-1/+1
2021-05-07OpenMP: Fix SIMT for complex/float reduction with && and ||Tobias Burnus1-7/+21
2021-05-04OpenMP: Support complex/float in && and || reductionTobias Burnus1-6/+81
2021-05-03[openmp, simt] Disable SIMT for user-defined reductionTom de Vries1-0/+13
2021-02-24openmp: Diagnose invalid teams nested in target construct [PR99226]Jakub Jelinek1-0/+24
2021-01-19OpenMP/Fortran: Fixes for {use,is}_device_ptrTobias Burnus1-2/+4
2021-01-16openmp: Add support for the OpenMP 5.0 task detach clauseKwok Cheung Yeung1-0/+47
2021-01-04Update copyright years.Jakub Jelinek1-1/+1
2020-12-12openmp, openacc: Fix up handling of data regions [PR98183]Jakub Jelinek1-3/+4
2020-11-14openmp: Add support for non-VLA {,first}private allocate on omp taskJakub Jelinek1-15/+93
2020-11-13Decompose OpenACC 'kernels' constructs into parts, a sequence of compute cons...Gergö Barany1-5/+61
2020-11-13More explicit checking of which OMP constructs we're expectingThomas Schwinge1-14/+45
2020-11-13openmp: Support allocate for C/C++ array section reductionsJakub Jelinek1-19/+53
2020-11-12openmp: Implement allocate clause in omp lowering.Jakub Jelinek1-13/+135
2020-11-10Fortran: OpenMP 5.0 (in_,task_)reduction clause extensionsTobias Burnus1-1/+2
2020-11-10openmp: Implement OpenMP 5.0 base-pointer attachement and clause orderingChung-Lin Tang1-5/+85
2020-11-03[OpenACC] Use proper location to 'inform' of enclosing parent compute constructThomas Schwinge1-1/+1
2020-11-03[OpenACC] Enable inconsistent nested 'reduction' clauses checking for OpenACC...Thomas Schwinge1-17/+19
2020-11-03[OpenACC] More precise diagnostics for 'gang', 'worker', 'vector' clauses wit...Thomas Schwinge1-10/+19
2020-10-28openmp: Parsing and some semantic analysis of OpenMP allocate clauseJakub Jelinek1-0/+2
2020-10-13openmp: Improve composite triangular loop lowering and expansionJakub Jelinek1-9/+55
2020-10-08openmp: Set cfun->calls_alloca when needed in OpenMP outlined regions [PR97294]Jakub Jelinek1-0/+1
2020-09-25openmp: Add support for non-rect simd and improve collapsed simd supportJakub Jelinek1-1/+2
2020-09-15OpenMP/Fortran: Fix (re)mapping of allocatable/pointer arrays [PR96668]Tobias Burnus1-0/+1
2020-08-05openmp: Handle reduction clauses on host teams construct [PR96459]Jakub Jelinek1-1/+1
2020-08-03Removal of HSA offloading from gcc and libgompMartin Jambor1-148/+66
2020-06-24openmp: Fix two pastos in non-rect loop OpenMP lowering.Jakub Jelinek1-2/+2
2020-06-16openmp: Initial part of OpenMP 5.0 non-rectangular loop supportJakub Jelinek1-2/+20
2020-05-07extend DECL_GIMPLE_REG_P to all typesRichard Biener1-1/+0
2020-04-21Remove fishy self-assignment in omp-low.c [PR94629]Frederik Harwath1-6/+8
2020-02-06openmp: Fix handling of non-addressable shared scalars in parallel nested ins...Jakub Jelinek1-7/+26
2020-01-10Further changes for the OpenACC 'if_present' clause on the 'host_data' constructThomas Schwinge1-3/+9
2020-01-10OpenACC – support "if" + "if_present" clauses with "host_data"Tobias Burnus1-0/+3
2020-01-01Update copyright years.Jakub Jelinek1-1/+1
2019-12-20OpenACC 2.6 deep copy: middle-end partsJulian Brown1-0/+3
2019-12-19Add OpenACC 2.6's no_createJulian Brown1-0/+2
2019-12-10Use clause locations in OpenACC nested reduction warningsFrederik Harwath1-1/+1
2019-12-06[OpenMP/OpenACC/Fortran] Fix mapping of optional (present|absent) argumentsTobias Burnus1-1/+2
2019-12-05OpenMP] Fix use_device_… with absent optional argTobias Burnus1-12/+3
2019-11-19re PR tree-optimization/92557 (ICE in omp_clause_aligned_alignment, at omp-lo...Jakub Jelinek1-2/+2
2019-11-14Replace autovectorize_vector_sizes with autovectorize_vector_modesRichard Sandiford1-14/+10
2019-11-12Add OpenACC 2.6 `serial' construct supportMaciej W. Rozycki1-14/+24
2019-11-11Fortran] Support absent optional args with use_device_{ptr,addr}Tobias Burnus1-25/+95
2019-11-06Warn about inconsistent OpenACC nested reduction clausesFrederik Harwath1-0/+97
2019-11-05hsa-brig.c: Include alloc-pool.hJan Hubicka1-0/+1
2019-11-01OpenMP] use_device_addr/use_device_ptr with Fortran allocatable/pointer arraysTobias Burnus1-13/+74
2019-10-11[OpenMP,Fortran] Fix several OpenMP use_device_addr/map/update errorsTobias Burnus1-8/+30
2019-10-02Fix omp target issue with Fortran optional argumentsTobias Burnus1-1/+1