Age | Commit message (Expand) | Author | Files | Lines |
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 |
2014-08-02 | add a hash_set based on hash_table | Trevor Saunders | 1 | -10/+10 |
2014-06-24 | gimplify.c (gimplify_scan_omp_clauses) <case OMP_CLAUSE_MAP, [...]): Make sur... | Jakub Jelinek | 1 | -37/+133 |
2014-06-18 | gimplify.c (omp_notice_variable): If n is non-NULL and no flags change in ORT... | Jakub Jelinek | 1 | -177/+635 |
2014-06-10 | re PR fortran/60928 (gfortran issue with allocatable components and OpenMP) | Jakub Jelinek | 1 | -12/+25 |
2014-06-06 | dump-parse-tree.c (show_omp_namelist): Dump reduction id in each list item. | Jakub Jelinek | 1 | -79/+759 |
2014-05-12 | re PR fortran/60127 (ICE with OpenMP and DO CONCURRENT) | Tobias Burnus | 1 | -0/+6 |
2014-05-11 | tree.h (OMP_CLAUSE_LINEAR_STMT): Define. | Jakub Jelinek | 1 | -92/+638 |
2014-01-02 | Update copyright years in gcc/ | Richard Sandiford | 1 | -1/+1 |
2013-12-16 | re PR libgomp/59337 (surprising OMP error message) | Jakub Jelinek | 1 | -1/+1 |
2013-08-19 | re PR fortran/46271 ([F03] OpenMP default(none) and procedure pointers) | Janus Weil | 1 | -3/+1 |
2013-04-11 | Replace enum gfc_try with bool type. | Janne Blomqvist | 1 | -11/+8 |
2013-01-10 | Update copyright years in gcc/ | Richard Sandiford | 1 | -2/+1 |
2013-01-04 | Update Copyright years for files modified in 2011 and/or 2012. | Jakub Jelinek | 1 | -1/+1 |
2012-07-08 | gfortran.h: Do not include coretypes.h here. | Steven Bosscher | 1 | -0/+1 |
2011-08-02 | backport: re PR fortran/46752 (OpenMP - Seg fault for unallocated allocatable... | Jakub Jelinek | 1 | -10/+191 |
2011-04-18 | convert each use of gfc_free (p) to free (p) | Jim Meyering | 1 | -1/+1 |
2011-02-26 | re PR fortran/47886 (ICE: OpenMP !$omp task if(omp_get_num_threads() > 0)) | Tobias Burnus | 1 | -0/+1 |
2011-01-17 | re PR fortran/47331 (ICE in make_decl_rtl, at varasm.c:1133 (with -fopenmp)) | Jakub Jelinek | 1 | -0/+25 |
2010-09-08 | re PR fortran/45595 (segfault on omp collapse) | Jakub Jelinek | 1 | -1/+2 |
2010-06-10 | error.c (error_print): Pre-initialize loc by NULL. | Kai Tietz | 1 | -17/+21 |
2010-05-23 | gfortran.h: Do not include system.h. | Tobias Burnus | 1 | -2/+0 |
2010-05-13 | re PR fortran/44036 (I can't declare an external function in an OMP shared st... | Jakub Jelinek | 1 | -0/+2 |
2010-05-11 | re PR fortran/43711 (Unformitive error message for two NOWAIT in OpenMP direc... | Daniel Franke | 1 | -8/+33 |
2010-04-19 | re PR fortran/43339 (Incorrect output for pgm checking data sharing attributes) | Jakub Jelinek | 1 | -15/+14 |