Age | Commit message (Expand) | Author | Files | Lines |
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 |
2016-03-17 | Rename GOMP_MAP_FORCE_DEALLOC to GOMP_MAP_DELETE | Thomas Schwinge | 1 | -1/+1 |
2016-01-04 | Update copyright years. | Jakub Jelinek | 1 | -1/+1 |
2015-12-02 | re PR fortran/63861 (OpenACC coarray ICE (also with OpenMP?)) | Cesar Philippidis | 1 | -1/+7 |
2015-12-01 | dump-parse-tree.c (show_omp_clauses): Handle optional num and static argument... | Cesar Philippidis | 1 | -24/+53 |
2015-11-30 | tree-nested.c (convert_nonlocal_omp_clauses): Add support for OMP_CLAUSE_{NUM... | Cesar Philippidis | 1 | -36/+102 |
2015-11-22 | openmp.c (match_oacc_clause_gang): Fix uninitialized variable. | James Norris | 1 | -4/+5 |
2015-11-22 | dump-parse-tree.c (show_namespace): Handle declares. | James Norris | 1 | -30/+246 |
2015-11-11 | re PR fortran/67826 (gcc/fortran/openmp.c:1808: bad test ?) | Dominique d'Humieres | 1 | -1/+1 |
2015-11-05 | gimplify.c (gimplify_scan_omp_clauses): Add support for OMP_CLAUSE_TILE. | Cesar Philippidis | 1 | -50/+51 |
2015-11-03 | OpenACC atomic directive | Thomas Schwinge | 1 | -3/+19 |
2015-10-31 | re PR bootstrap/68168 (r229609 breaks bootstrap) | Cesar Philippidis | 1 | -1/+1 |
2015-10-30 | gfortran.h (gfc_omp_namespace): Add locus where member. | Cesar Philippidis | 1 | -56/+57 |
2015-10-27 | [PR fortran/63865] OpenACC cache directive: match Fortran support with C/C++ | Thomas Schwinge | 1 | -12/+4 |
2015-07-09 | flags.h: Don't include flag-types.h or options.h. | Andrew MacLeod | 1 | -1/+0 |
2015-06-08 | coretypes.h: Include hash-table.h and hash-set.h for host files. | Andrew MacLeod | 1 | -1/+0 |
2015-02-01 | Always pass 0 or option number to gfc_warning*. | Joseph Myers | 1 | -1/+1 |
2015-01-15 | openmp.c (check_symbol_not_pointer, [...]): Replace '%s' by %qs. | Tobias Burnus | 1 | -23/+23 |
2015-01-15 | Merge current set of OpenACC changes from gomp-4_0-branch. | Thomas Schwinge | 1 | -92/+1429 |
2015-01-05 | Update copyright years. | Jakub Jelinek | 1 | -1/+1 |
2014-12-13 | error.c (gfc_error): Add variant which takes a va_list. | Tobias Burnus | 1 | -21/+21 |
2014-12-11 | re PR fortran/44054 (Handle -Werror, -Werror=, -fdiagnostics-show-option, !GC... | Manuel López-Ibáñez | 1 | -16/+16 |
2014-09-22 | tree-ssa-ccp.c (prop_value_d): Rename to ... | Jan Hubicka | 1 | -4/+4 |
2014-08-15 | re PR fortran/62131 (OpenMP: Subobject of an allocatable array not allowed in... | Jakub Jelinek | 1 | -1/+1 |
2014-08-14 | re PR fortran/62076 (testsuite failure in udr2.90) | Jakub Jelinek | 1 | -1/+6 |