summaryrefslogtreecommitdiff
path: root/gcc/omp-general.h
AgeCommit message (Expand)Author
2025-11-22OpenMP: Add flag for code elision to omp_context_selector_matches.Sandra Loosemore
2025-11-22OpenMP: Support functions for nested "begin declare variant"Sandra Loosemore
2025-05-30OpenMP: C++ "declare mapper" supportJulian Brown
2025-02-11OpenMP: Pass a 3-way flag to omp_check_context_selector instead of a bool.Sandra Loosemore
2025-01-14OpenMP: Re-work and extend context selector resolutionSandra Loosemore
2025-01-02Update copyright years.Jakub Jelinek
2024-11-06openmp: Tune omp_max_vf for offload targetsAndrew Stubbs
2024-10-25gcc: Remove trailing whitespaceJakub Jelinek
2024-09-24OpenMP: Add support for 'self_maps' to the 'require' directiveTobias Burnus
2024-06-05openmp: OpenMP loop transformation supportJakub Jelinek
2024-01-03Update copyright years.Jakub Jelinek
2023-12-22OpenMP: Add prettyprinter support for context selectors.Sandra Loosemore
2023-12-19OpenMP: Use enumerators for names of trait-sets and traitsSandra Loosemore
2023-12-19OpenMP: Unify representation of name-list properties.Sandra Loosemore
2023-12-19OpenMP: Introduce accessor macros and constructors for context selectors.Sandra Loosemore
2023-12-13OpenMP/OpenACC: Rework clause expansion and nested struct handlingJulian Brown
2023-08-25OpenMP: C front end support for imperfectly-nested loopsSandra Loosemore
2023-02-16don't declare header-defined functions both static and inlinePatrick Palka
2023-01-02Update copyright years.Jakub Jelinek
2022-08-17OpenMP/C++: Allow classes with static members to be mappable [PR104493]Tobias Burnus
2022-07-06Define 'OMP_REQUIRES_[...]', 'GOMP_REQUIRES_[...]' in a single placeThomas Schwinge
2022-02-22Get rid of 'gcc/omp-oacc-neuter-broadcast.cc:oacc_build_component_ref'Thomas Schwinge
2022-01-03Update copyright years.Jakub Jelinek
2021-11-30Make OpenACC orphan gang reductions errorsCesar Philippidis
2021-10-14openmp, fortran: Add support for OpenMP declare variant directive in FortranKwok Cheung Yeung
2021-08-31[OMP] Standardize on 'omp_privatize_by_reference'Thomas Schwinge
2021-05-21[OpenACC privatization] Largely extend diagnostics and corresponding testsuit...Thomas Schwinge
2021-01-04Update copyright years.Jakub Jelinek
2020-07-15openmp: Fix up loop-21.cJakub Jelinek
2020-07-14openmp: Adjust outer bounds of non-rect loopsJakub Jelinek
2020-07-09openmp: Optimize triangular loop logical iterator to actual iterators computa...Jakub Jelinek
2020-06-27openmp: Non-rectangular loop support for non-composite worksharing loops and ...Jakub Jelinek
2020-06-16openmp: Initial part of OpenMP 5.0 non-rectangular loop supportJakub Jelinek
2020-05-26openmp: Ensure copy ctor for composite distribute parallel for class iterator...Jakub Jelinek
2020-01-01Update copyright years.Jakub Jelinek
2019-11-11Fortran] Support absent optional args with use_device_{ptr,addr}Tobias Burnus
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-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-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-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