Age | Commit message (Expand) | Author | Files | Lines |
2020-11-13 | Decompose OpenACC 'kernels' constructs into parts, a sequence of compute cons... | Gergö Barany | 1 | -0/+19 |
2020-11-13 | Attach an attribute to all outlined OpenACC compute regions | Thomas Schwinge | 1 | -15/+36 |
2020-10-28 | openmp: Implicitly discover declare target for variants of declare variant calls | Jakub Jelinek | 1 | -2/+21 |
2020-10-22 | Move nested function info out of cgraph_node | Jan Hubicka | 1 | -1/+2 |
2020-10-06 | openmp: Fix ICE in omp_discover_declare_target_tgt_fn_r | Jakub Jelinek | 1 | -1/+2 |
2020-09-30 | OpenMP: Add implicit declare target for nested procedures | Tobias Burnus | 1 | -0/+7 |
2020-09-28 | OpenMP: Handle cpp_implicit_alias in declare-target discovery (PR96390) | Tobias Burnus | 1 | -6/+38 |
2020-06-09 | openmp: ensure variables in offload table are streamed out (PRs 94848 + 95551) | Tobias Burnus | 1 | -3/+3 |
2020-06-08 | openmp: ensure variables in offload table are streamed out (PRs 94848 + 95551) | Tobias Burnus | 1 | -1/+11 |
2020-05-14 | openmp: cgraph support for late declare variant resolution | Jakub Jelinek | 1 | -2/+20 |
2020-05-14 | openmp: Also implicitly mark as declare target to functions mentioned in targ... | Jakub Jelinek | 1 | -8/+36 |
2020-05-12 | openmp: Implement discovery of implicit declare target to clauses | Jakub Jelinek | 1 | -0/+133 |
2020-03-24 | Fix OpenMP offload handling for target-link variables for nvptx (PR81689) | Tobias Burnus | 1 | -1/+13 |
2020-01-01 | Update copyright years. | Jakub Jelinek | 1 | -1/+1 |
2019-09-26 | function.c (gimplify_parameters): Use build_clobber function. | Jakub Jelinek | 1 | -2/+1 |
2019-07-09 | PR c++/61339 - add mismatch between struct and class [-Wmismatched-tags] to n... | Martin Sebor | 1 | -2/+2 |
2019-06-13 | PR tree-optimization/89713 - Assume loop with an exit is finite | Feng Xue | 1 | -1/+10 |
2019-04-05 | Remove usage of apostrophes in error and warning messages (PR translation/899... | Martin Liska | 1 | -1/+1 |
2019-03-11 | Wrap option names in gcc internal messages with %< and %>. | Martin Liska | 1 | -1/+1 |
2019-01-12 | [openacc] Add used parameter to TARGET_GOACC_VALIDATE_DIMS | Tom de Vries | 1 | -4/+5 |
2019-01-07 | [openacc] Add oacc_get_min_dim | Tom de Vries | 1 | -0/+7 |
2019-01-01 | Update copyright years. | Jakub Jelinek | 1 | -1/+1 |
2018-12-19 | [openacc] Make oacc_fn_attrib_level external | Tom de Vries | 1 | -1/+1 |
2018-12-19 | [openacc] Add oacc_get_default_dim | Tom de Vries | 1 | -0/+7 |
2018-12-14 | Add user-friendly diagnostics for OpenACC loop parallelism assigned | Thomas Schwinge | 1 | -1/+48 |
2018-03-26 | Fix switch conversion in offloading functions | Tom de Vries | 1 | -3/+1 |
2018-01-03 | Update copyright years. | Jakub Jelinek | 1 | -1/+1 |
2017-09-18 | omp-offload.c (oacc_xform_loop): Enable SIMD vectorization on non-SIMT target... | Cesar Philippidis | 1 | -0/+25 |
2017-08-08 | trans.c: Include header files. | Martin Liska | 1 | -0/+2 |
2017-05-23 | OpenACC 2.5 kernels construct: num_gangs, num_workers, vector_length clauses | Thomas Schwinge | 1 | -0/+9 |
2017-05-16 | Add default value for last argument of dump functions. | Martin Liska | 1 | -2/+2 |
2017-05-12 | [PR middle-end/69921] Use "oacc kernels parallelized" attribute for paralleli... | Thomas Schwinge | 1 | -4/+20 |
2017-05-12 | Use "oacc kernels" attribute for OpenACC kernels | Thomas Schwinge | 1 | -12/+12 |
2017-03-28 | OpenMP/PTX privatization in SIMD regions | Alexander Monakov | 1 | -0/+114 |
2017-03-21 | omp-offload.c: translation fixes (PR translation/80001) | David Malcolm | 1 | -6/+15 |
2017-02-28 | i386.c: Include intl.h. | Jakub Jelinek | 1 | -3/+4 |
2017-02-28 | Rename the "openmp" group of optimizations to "omp" | Thomas Schwinge | 1 | -3/+3 |
2017-02-14 | re PR middle-end/79505 (Memory leaks in oacc_loop_discover_walk) | Jakub Jelinek | 1 | -10/+1 |
2017-02-09 | omp-offload.c (oacc_loop_auto_partitions): Use || instead of | to avoid warning. | Jakub Jelinek | 1 | -1/+1 |
2017-02-09 | re PR c/79431 (ICE in get, at cgraph.h:397) | Jakub Jelinek | 1 | -1/+3 |
2017-02-09 | gimplify.c (gimplify_scan_omp_clauses): No special handling for OMP_CLAUSE_TILE. | Chung-Lin Tang | 1 | -103/+243 |
2017-01-20 | omp-offload: use PROP_gimple_lomp_dev | Alexander Monakov | 1 | -7/+2 |
2017-01-01 | Update copyright years. | Jakub Jelinek | 1 | -1/+1 |
2016-12-14 | Coding style fixes | Martin Jambor | 1 | -11/+11 |
2016-12-14 | Split omp-low into multiple files | Martin Jambor | 1 | -0/+1718 |