aboutsummaryrefslogtreecommitdiff
path: root/gcc/omp-low.c
AgeCommit message (Expand)AuthorFilesLines
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
2019-07-12tree-core.h (enum omp_clause_code): Add OMP_CLAUSE_ORDER.Jakub Jelinek1-0/+2
2019-07-09PR c++/61339 - add mismatch between struct and class [-Wmismatched-tags] to n...Martin Sebor1-1/+2
2019-07-06omp-low.c (lower_rec_input_clauses): For lastprivate clauses in ctx->for_simd...Jakub Jelinek1-6/+32
2019-07-06omp-low.c (struct omp_context): Rename combined_into_simd_safelen0 member to ...Jakub Jelinek1-4/+12
2019-07-06omp-low.c (struct omp_context): Add for_simd_scan_phase member.Jakub Jelinek1-54/+275
2019-07-06omp-low.c (omp_find_scan): Make static.Jakub Jelinek1-11/+19
2019-07-04omp-low.c (lower_omp_scan): Call lower_omp on stmt's body in worksharing loop...Jakub Jelinek1-1/+3
2019-07-04re PR tree-optimization/91074 (c-c++-common/gomp/scan-3.c fails with ICE star...Jakub Jelinek1-0/+1
2019-07-03tree-core.h (enum omp_clause_code): Add OMP_CLAUSE__SCANTEMP_ clause.Jakub Jelinek1-124/+815
2019-06-21omp-low.c (lower_rec_simd_input_clauses): Add rvar2 argument...Jakub Jelinek1-18/+182
2019-06-19omp-low.c (lower_rec_input_clauses): Handle references properly in inscan cla...Jakub Jelinek1-24/+54
2019-06-19[PR90862] OpenACC 'declare' ICE when nested inside another constructThomas Schwinge1-0/+1
2019-06-17omp-low.c (struct omp_context): Add scan_inclusive field.Jakub Jelinek1-20/+357
2019-06-10tree.def (OMP_SCAN): New tree code.Jakub Jelinek1-1/+19
2019-06-05omp-low.c (lower_rec_input_clauses): For lastprivate conditional references...Jakub Jelinek1-2/+13
2019-06-05omp-low.c (lower_rec_input_clauses): Force max_vf if is_simd and on privatiza...Jakub Jelinek1-4/+95
2019-06-04gimplify.c (gimplify_scan_omp_clauses): Don't sorry_at on lastprivate conditi...Jakub Jelinek1-6/+35