summaryrefslogtreecommitdiff
path: root/gcc/omp-low.c
AgeCommit message (Expand)Author
2020-05-07extend DECL_GIMPLE_REG_P to all typesRichard Biener
2020-04-21Remove fishy self-assignment in omp-low.c [PR94629]Frederik Harwath
2020-02-06openmp: Fix handling of non-addressable shared scalars in parallel nested ins...Jakub Jelinek
2020-01-10Further changes for the OpenACC 'if_present' clause on the 'host_data' constructThomas Schwinge
2020-01-10OpenACC – support "if" + "if_present" clauses with "host_data"Tobias Burnus
2020-01-01Update copyright years.Jakub Jelinek
2019-12-20OpenACC 2.6 deep copy: middle-end partsJulian Brown
2019-12-19Add OpenACC 2.6's no_createJulian Brown
2019-12-10Use clause locations in OpenACC nested reduction warningsFrederik Harwath
2019-12-06[OpenMP/OpenACC/Fortran] Fix mapping of optional (present|absent) argumentsTobias Burnus
2019-12-05OpenMP] Fix use_device_… with absent optional argTobias Burnus
2019-11-19re PR tree-optimization/92557 (ICE in omp_clause_aligned_alignment, at omp-lo...Jakub Jelinek
2019-11-14Replace autovectorize_vector_sizes with autovectorize_vector_modesRichard Sandiford
2019-11-12Add OpenACC 2.6 `serial' construct supportMaciej W. Rozycki
2019-11-11Fortran] Support absent optional args with use_device_{ptr,addr}Tobias Burnus
2019-11-06Warn about inconsistent OpenACC nested reduction clausesFrederik Harwath
2019-11-05hsa-brig.c: Include alloc-pool.hJan Hubicka
2019-11-01OpenMP] use_device_addr/use_device_ptr with Fortran allocatable/pointer arraysTobias Burnus
2019-10-11[OpenMP,Fortran] Fix several OpenMP use_device_addr/map/update errorsTobias Burnus
2019-10-02Fix omp target issue with Fortran optional argumentsTobias Burnus
2019-10-02f95-lang.c (LANG_HOOKS_OMP_IS_OPTIONAL_ARGUMENT): Define to gfc_omp_is_option...Kwok Cheung Yeung
2019-09-26function.c (gimplify_parameters): Use build_clobber function.Jakub Jelinek
2019-08-08gimplify.c (omp_add_variable): Use GOVD_PRIVATE | GOVD_EXPLICIT for VLA helpe...Jakub Jelinek
2019-08-07tree-core.h (enum omp_clause_code): Adjust OMP_CLAUSE_USE_DEVICE_PTR OpenMP d...Jakub Jelinek
2019-08-06tree.h (OMP_CLAUSE_LASTPRIVATE_TASKLOOP_IV): Rename to ...Jakub Jelinek
2019-07-30re PR middle-end/91216 (OpenMP ICE starting with r265930)Jakub Jelinek
2019-07-20tree.def (OMP_LOOP): New tree code.Jakub Jelinek
2019-07-20omp-low.c (lower_rec_input_clauses): Don't force simd arrays for lastprivate ...Jakub Jelinek
2019-07-17gimple.h (enum gf_mask): Remove GF_OMP_FOR_SIMD...Jakub Jelinek
2019-07-13gimplify.c (struct gimplify_omp_ctx): Add order_concurrent member.Jakub Jelinek
2019-07-12tree-core.h (enum omp_clause_code): Add OMP_CLAUSE_ORDER.Jakub Jelinek
2019-07-09PR c++/61339 - add mismatch between struct and class [-Wmismatched-tags] to n...Martin Sebor
2019-07-06omp-low.c (lower_rec_input_clauses): For lastprivate clauses in ctx->for_simd...Jakub Jelinek
2019-07-06omp-low.c (struct omp_context): Rename combined_into_simd_safelen0 member to ...Jakub Jelinek
2019-07-06omp-low.c (struct omp_context): Add for_simd_scan_phase member.Jakub Jelinek
2019-07-06omp-low.c (omp_find_scan): Make static.Jakub Jelinek
2019-07-04omp-low.c (lower_omp_scan): Call lower_omp on stmt's body in worksharing loop...Jakub Jelinek
2019-07-04re PR tree-optimization/91074 (c-c++-common/gomp/scan-3.c fails with ICE star...Jakub Jelinek
2019-07-03tree-core.h (enum omp_clause_code): Add OMP_CLAUSE__SCANTEMP_ clause.Jakub Jelinek
2019-06-21omp-low.c (lower_rec_simd_input_clauses): Add rvar2 argument...Jakub Jelinek
2019-06-19omp-low.c (lower_rec_input_clauses): Handle references properly in inscan cla...Jakub Jelinek
2019-06-19[PR90862] OpenACC 'declare' ICE when nested inside another constructThomas Schwinge
2019-06-17omp-low.c (struct omp_context): Add scan_inclusive field.Jakub Jelinek
2019-06-10tree.def (OMP_SCAN): New tree code.Jakub Jelinek
2019-06-05omp-low.c (lower_rec_input_clauses): For lastprivate conditional references...Jakub Jelinek
2019-06-05omp-low.c (lower_rec_input_clauses): Force max_vf if is_simd and on privatiza...Jakub Jelinek
2019-06-04gimplify.c (gimplify_scan_omp_clauses): Don't sorry_at on lastprivate conditi...Jakub Jelinek
2019-05-31tree.h (OMP_CLAUSE__CONDTEMP__ITER): Define.Jakub Jelinek
2019-05-31omp-low.c (lower_rec_simd_input_clauses): Set TREE_THIS_NOTRAP on ivar and lvar.Jakub Jelinek
2019-05-30gimplify.c (enum gimplify_omp_var_data): Add GOVD_CONDTEMP.Jakub Jelinek