Age | Commit message (Expand) | Author | Files | Lines |
2019-04-17 | [PR90048] Fortran OpenACC 'private' clause rejected for predetermined private... | Thomas Schwinge | 1 | -3/+17 |
2019-03-21 | [PR72741] Properly handle clauses specifying the level of parallelism for 'ex... | Thomas Schwinge | 1 | -0/+8 |
2019-03-21 | [PR89773] Fortran OpenACC 'routine' directive refuses procedures with implici... | Thomas Schwinge | 1 | -8/+25 |
2019-03-21 | [PR72741] The name in a Fortran OpenACC 'routine' directive refers to the con... | Thomas Schwinge | 1 | -0/+3 |
2019-02-28 | [PR72741, PR89433] Repeated use of the Fortran OpenACC 'routine' directive | Thomas Schwinge | 1 | -8/+35 |
2019-02-28 | [PR72741] For all Fortran OpenACC 'routine' directive variants check for mult... | Thomas Schwinge | 1 | -3/+10 |
2019-02-28 | [PR72741, PR89433] Accept intrinsic symbols in Fortran OpenACC 'routine' dire... | Thomas Schwinge | 1 | -5/+28 |
2019-02-22 | [PR72741] Use 'oacc_build_routine_dims' for Fortran OpenACC 'routine' directi... | Thomas Schwinge | 1 | -16/+25 |
2019-02-22 | Revert earlier OpenACC 'routine' changes | Thomas Schwinge | 1 | -7/+0 |
2019-02-19 | re PR c/87924 (OpenACC wait clauses without async-arguments) | Chung-Lin Tang | 1 | -1/+13 |
2019-02-14 | Fix PR72715 "ICE in gfc_trans_omp_do, at fortran/trans-openmp.c:3164" | Cesar Philippidis | 1 | -1/+7 |
2019-01-01 | Update copyright years. | Jakub Jelinek | 1 | -1/+1 |
2018-12-09 | Use existing middle end checking for Fortran OpenACC loop clauses | Thomas Schwinge | 1 | -70/+0 |
2018-12-09 | [PR88420] Fortran OpenACC "Clause SEQ conflicts with INDEPENDENT" | Thomas Schwinge | 1 | -2/+0 |
2018-11-30 | Clean up Fortran OpenACC wait clause handling | Thomas Schwinge | 1 | -5/+2 |
2018-11-30 | Support multiple OpenACC wait clauses | Thomas Schwinge | 1 | -1/+0 |
2018-10-25 | re PR fortran/87725 (OpenMP 4.5 clause schedule(simd,monotonic:static) not un... | Jakub Jelinek | 1 | -9/+28 |
2018-09-24 | [OpenACC] update fortran nested parallelism error messages | Cesar Philippidis | 1 | -1/+1 |
2018-06-20 | Update OpenACC data clause semantics to the 2.5 behavior | Chung-Lin Tang | 1 | -49/+56 |
2018-06-13 | re PR fortran/85702 ([openacc] ICE in gfc_format_decoder, at fortran/error.c:... | Cesar Philippidis | 1 | -2/+1 |
2018-06-05 | re PR fortran/85701 ([openacc] ICE in mark_scope_block_unused, at tree-ssa-li... | Cesar Philippidis | 1 | -0/+6 |
2018-04-10 | re PR fortran/85313 (gcc/fortran/openmp.c: 2 * confused logic ?) | Jakub Jelinek | 1 | -6/+2 |
2018-01-31 | re PR fortran/84116 (ICE in gfc_match_omp_clauses, at fortran/openmp.c:1354) | Jakub Jelinek | 1 | -5/+3 |
2018-01-03 | Update copyright years. | Jakub Jelinek | 1 | -1/+1 |
2017-10-19 | re PR fortran/82568 ([6/7/8] ICE with do-loop inside BLOCK inside omp) | Jakub Jelinek | 1 | -6/+24 |
2017-09-21 | openmp.c (gfc_match_oacc_wait): Don't restrict wait directive arguments to co... | Cesar Philippidis | 1 | -2/+1 |
2017-06-29 | re PR fortran/77765 (ICE in gfc_match_oacc_routine, at fortran/openmp.c:1781) | Cesar Philippidis | 1 | -1/+2 |
2017-06-02 | re PR fortran/80918 (Assumed size whole array rejected in depend clause) | Jakub Jelinek | 1 | -1/+1 |
2017-05-23 | OpenACC 2.5 kernels construct: num_gangs, num_workers, vector_length clauses | Thomas Schwinge | 1 | -1/+2 |
2017-05-19 | OpenACC 2.5 default (present) clause | Thomas Schwinge | 1 | -7/+13 |
2017-03-22 | re PR fortran/79602 (translation: globally replace '%s' with %qs) | Dominique d'Humieres | 1 | -2/+2 |
2017-03-17 | re PR fortran/79841 (Inconsistent diagnostics in fortran/openmp.c, function c... | Jerry DeLisle | 1 | -3/+3 |
2017-03-16 | re PR fortran/80010 (diagnostics: typo $!) | Jakub Jelinek | 1 | -5/+5 |
2017-03-04 | re PR fortran/79841 (Inconsistent diagnostics in fortran/openmp.c, function c... | Jerry DeLisle | 1 | -1/+1 |
2017-02-09 | gimplify.c (gimplify_scan_omp_clauses): No special handling for OMP_CLAUSE_TILE. | Chung-Lin Tang | 1 | -2/+4 |
2017-01-21 | gfortran.h (gfc_extract_int): Change return type to bool. | Jakub Jelinek | 1 | -13/+5 |
2017-01-09 | re PR translation/79019 (translatable string typo in cif-code.def:141) | Jakub Jelinek | 1 | -3/+3 |
2017-01-01 | Update copyright years. | Jakub Jelinek | 1 | -1/+1 |
2016-12-21 | re PR fortran/78866 (ICE in gimplify_adjust_omp_clauses_1, at gimplify.c:8721) | Jakub Jelinek | 1 | -0/+5 |
2016-11-10 | omp-low.c (lower_omp_target): Fix up argument to is_reference. | Jakub Jelinek | 1 | -316/+1264 |
2016-08-31 | re PR fortran/77374 (ICE in resolve_omp_atomic, at fortran/openmp.c:3949) | Jakub Jelinek | 1 | -6/+27 |
2016-08-14 | re PR fortran/70598 (Fortran OpenACC host_data construct ICE) | Chung-Lin Tang | 1 | -6/+13 |
2016-08-08 | re PR fortran/72716 (ICE in gfc_resolve_omp_declare_simd, at fortran/openmp.c... | Jakub Jelinek | 1 | -0/+6 |
2016-07-15 | openmp.c (gfc_match_omp_clauses): Scan for clause vector_length before vector. | Cesar Philippidis | 1 | -5/+7 |
2016-06-29 | openmp.c (match_oacc_clause_gang): Rename to ... | Cesar Philippidis | 1 | -45/+95 |
2016-06-17 | openmp.c (match_acc): New generic function to parse OpenACC directives. | Cesar Philippidis | 1 | -70/+18 |
2016-06-10 | [PR c/71381] C/C++ OpenACC cache directive rejects valid syntax | Thomas Schwinge | 1 | -0/+4 |
2016-05-26 | c-parser.c (c_parser_omp_clause_schedule): Warn if OMP_CLAUSE_SCHEDULE_CHUNK_... | Jakub Jelinek | 1 | -0/+5 |
2016-05-05 | openmp.c (gfc_match_omp_clauses): Restructuralize... | Jakub Jelinek | 1 | -587/+652 |
2016-04-06 | Fix new -Wparentheses warnings encountered during bootstrap | Patrick Palka | 1 | -17/+19 |