summaryrefslogtreecommitdiff
path: root/gcc/omp-general.c
AgeCommit message (Expand)Author
2020-04-10Handle 'omp declare target' attribute set for both OpenACC and OpenMP 'target...Thomas Schwinge
2020-01-01Update copyright years.Jakub Jelinek
2019-11-15gimplify.c (gimplify_call_expr): Don't call omp_resolve_declare_variant after...Jakub Jelinek
2019-11-14Replace autovectorize_vector_sizes with autovectorize_vector_modesRichard Sandiford
2019-11-14omp-general.c (omp_context_name_list_prop): New function.Jakub Jelinek
2019-11-11Fortran] Support absent optional args with use_device_{ptr,addr}Tobias Burnus
2019-11-05hsa-brig.c: Include alloc-pool.hJan Hubicka
2019-11-02gimplify.h (omp_construct_selector_matches): Change return type to int, add a...Jakub Jelinek
2019-11-02omp-general.h (omp_context_selector_set_compare): Declare.Jakub Jelinek
2019-10-31configure.ac: Compute and substitute omp_device_properties and omp_device_pro...Jakub Jelinek
2019-10-25gimplify.h (omp_construct_selector_matches): Declare.Jakub Jelinek
2019-10-11[OpenMP,Fortran] Fix several OpenMP use_device_addr/map/update errorsTobias Burnus
2019-10-02f95-lang.c (LANG_HOOKS_OMP_IS_OPTIONAL_ARGUMENT): Define to gfc_omp_is_option...Kwok Cheung Yeung
2019-07-17gimple.h (enum gf_mask): Remove GF_OMP_FOR_SIMD...Jakub Jelinek
2019-07-03tree-core.h (enum omp_clause_code): Add OMP_CLAUSE__SCANTEMP_ clause.Jakub Jelinek
2019-05-30gimplify.c (enum gimplify_omp_var_data): Add GOVD_CONDTEMP.Jakub Jelinek
2019-05-24tree-core.h (enum omp_clause_code): Add OMP_CLAUSE__CONDTEMP_.Jakub Jelinek
2019-05-20cfgloop.h (struct loop): Add simdlen member.Jakub Jelinek
2019-05-17[PR89433] Repeated use of the C/C++ OpenACC 'routine' directiveThomas Schwinge
2019-05-17[PR89433] Use 'oacc_verify_routine_clauses' for C/C++ OpenACC 'routine' direc...Thomas Schwinge
2019-02-22[PR72741] Use 'oacc_build_routine_dims' for Fortran OpenACC 'routine' directi...Thomas Schwinge
2019-02-21[omp] Move NE_EXPR handling to omp_adjust_for_conditionMartin Jambor
2019-01-01Update copyright years.Jakub Jelinek
2018-11-08builtin-types.def (BT_FN_VOID_BOOL, [...]): New.Jakub Jelinek
2018-03-26Fix switch conversion in offloading functionsTom de Vries
2018-01-03Update copyright years.Jakub Jelinek
2018-01-03poly_int: current_vector_size and TARGET_AUTOVECTORIZE_VECTOR_SIZESRichard Sandiford
2018-01-03poly_int: omp_max_vfRichard Sandiford
2017-11-28Remove Cilk Plus support.Julia Koval
2017-08-08trans.c: Include header files.Martin Liska
2017-08-01Remove flag_tree_vectorizeJames Greenhalgh
2017-05-12Use "oacc kernels" attribute for OpenACC kernelsThomas Schwinge
2017-02-09gimplify.c (gimplify_scan_omp_clauses): No special handling for OMP_CLAUSE_TILE.Chung-Lin Tang
2017-01-01Update copyright years.Jakub Jelinek
2016-12-14Coding style fixesMartin Jambor
2016-12-14Split omp-low into multiple filesMartin Jambor