summaryrefslogtreecommitdiff
path: root/gcc/omp-offload.c
AgeCommit message (Expand)Author
2020-05-14openmp: cgraph support for late declare variant resolutionJakub Jelinek
2020-05-14openmp: Also implicitly mark as declare target to functions mentioned in targ...Jakub Jelinek
2020-05-12openmp: Implement discovery of implicit declare target to clausesHEADmasterJakub Jelinek
2020-03-24Fix OpenMP offload handling for target-link variables for nvptx (PR81689)Tobias Burnus
2020-01-01Update copyright years.Jakub Jelinek
2019-09-26function.c (gimplify_parameters): Use build_clobber function.Jakub Jelinek
2019-07-09PR c++/61339 - add mismatch between struct and class [-Wmismatched-tags] to n...Martin Sebor
2019-06-13PR tree-optimization/89713 - Assume loop with an exit is finiteFeng Xue
2019-04-05Remove usage of apostrophes in error and warning messages (PR translation/899...Martin Liska
2019-03-11Wrap option names in gcc internal messages with %< and %>.Martin Liska
2019-01-12[openacc] Add used parameter to TARGET_GOACC_VALIDATE_DIMSTom de Vries
2019-01-07[openacc] Add oacc_get_min_dimTom de Vries
2019-01-01Update copyright years.Jakub Jelinek
2018-12-19[openacc] Make oacc_fn_attrib_level externalTom de Vries
2018-12-19[openacc] Add oacc_get_default_dimTom de Vries
2018-12-14Add user-friendly diagnostics for OpenACC loop parallelism assignedThomas Schwinge
2018-03-26Fix switch conversion in offloading functionsTom de Vries
2018-01-03Update copyright years.Jakub Jelinek
2017-09-18omp-offload.c (oacc_xform_loop): Enable SIMD vectorization on non-SIMT target...Cesar Philippidis
2017-08-08trans.c: Include header files.Martin Liska
2017-05-23OpenACC 2.5 kernels construct: num_gangs, num_workers, vector_length clausesThomas Schwinge
2017-05-16Add default value for last argument of dump functions.Martin Liska
2017-05-12[PR middle-end/69921] Use "oacc kernels parallelized" attribute for paralleli...Thomas Schwinge
2017-05-12Use "oacc kernels" attribute for OpenACC kernelsThomas Schwinge
2017-03-28OpenMP/PTX privatization in SIMD regionsAlexander Monakov
2017-03-21omp-offload.c: translation fixes (PR translation/80001)David Malcolm
2017-02-28i386.c: Include intl.h.Jakub Jelinek
2017-02-28Rename the "openmp" group of optimizations to "omp"Thomas Schwinge
2017-02-14re PR middle-end/79505 (Memory leaks in oacc_loop_discover_walk)Jakub Jelinek
2017-02-09omp-offload.c (oacc_loop_auto_partitions): Use || instead of | to avoid warning.Jakub Jelinek
2017-02-09re PR c/79431 (ICE in get, at cgraph.h:397)Jakub Jelinek
2017-02-09gimplify.c (gimplify_scan_omp_clauses): No special handling for OMP_CLAUSE_TILE.Chung-Lin Tang
2017-01-20omp-offload: use PROP_gimple_lomp_devAlexander Monakov
2017-01-01Update copyright years.Jakub Jelinek
2016-12-14Coding style fixesMartin Jambor
2016-12-14Split omp-low into multiple filesMartin Jambor