aboutsummaryrefslogtreecommitdiff
path: root/gcc/omp-low.c
AgeCommit message (Expand)AuthorFilesLines
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
2019-10-02f95-lang.c (LANG_HOOKS_OMP_IS_OPTIONAL_ARGUMENT): Define to gfc_omp_is_option...Kwok Cheung Yeung1-1/+2
2019-09-26function.c (gimplify_parameters): Use build_clobber function.Jakub Jelinek1-15/+7
2019-08-08gimplify.c (omp_add_variable): Use GOVD_PRIVATE | GOVD_EXPLICIT for VLA helpe...Jakub Jelinek1-6/+11
2019-08-07tree-core.h (enum omp_clause_code): Adjust OMP_CLAUSE_USE_DEVICE_PTR OpenMP d...Jakub Jelinek1-8/+23
2019-08-06tree.h (OMP_CLAUSE_LASTPRIVATE_TASKLOOP_IV): Rename to ...Jakub Jelinek1-6/+23
2019-07-30re PR middle-end/91216 (OpenMP ICE starting with r265930)Jakub Jelinek1-3/+26
2019-07-20tree.def (OMP_LOOP): New tree code.Jakub Jelinek1-33/+59
2019-07-20omp-low.c (lower_rec_input_clauses): Don't force simd arrays for lastprivate ...Jakub Jelinek1-1/+4
2019-07-17gimple.h (enum gf_mask): Remove GF_OMP_FOR_SIMD...Jakub Jelinek1-10/+10
2019-07-13gimplify.c (struct gimplify_omp_ctx): Add order_concurrent member.Jakub Jelinek1-6/+159