Age | Commit message (Expand) | Author | Files | Lines |
2015-11-03 | OpenACC atomic directive | Thomas Schwinge | 1 | -0/+2 |
2015-10-29 | decl.c: Reorder #include's and remove duplicates. | Andrew MacLeod | 1 | -6/+6 |
2015-10-27 | [PR fortran/63865] OpenACC cache directive: match Fortran support with C/C++ | Thomas Schwinge | 1 | -6/+16 |
2015-10-27 | [PR c/64765, c/64880] Support OpenACC Combined Directives in C, C++ | Thomas Schwinge | 1 | -4/+0 |
2015-10-13 | builtin-types.def (BT_FN_BOOL_UINT_LONGPTR_LONGPTR_LONGPTR, [...]): New. | Jakub Jelinek | 1 | -2/+7 |
2015-07-08 | tree-core.h: Include symtab.h. | Andrew MacLeod | 1 | -2/+1 |
2015-06-17 | coretypes.h: Include input.h and as-a.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 | -3/+0 |
2015-06-04 | coretypes.h: Include machmode.h... | Andrew MacLeod | 1 | -3/+0 |
2015-05-19 | re PR middle-end/66199 (lastprivate/linear clause issues on combined constructs) | Jakub Jelinek | 1 | -3/+12 |
2015-04-27 | re PR fortran/59678 ([F03] Segfault on equalizing variables of a complex deri... | Andre Vehreschild | 1 | -2/+4 |
2015-03-30 | re PR middle-end/65597 (ICE in build_outer_var_ref, at omp-low.c:1043) | Jakub Jelinek | 1 | -1/+15 |
2015-01-27 | re PR fortran/63861 (OpenACC coarray ICE (also with OpenMP?)) | Tobias Burnus | 1 | -9/+15 |
2015-01-23 | re PR fortran/64726 ([OpenACC] ICE with -fopenacc and reduction(+:a)) | Tobias Burnus | 1 | -1/+1 |
2015-01-15 | Merge current set of OpenACC changes from gomp-4_0-branch. | Thomas Schwinge | 1 | -17/+379 |
2015-01-09 | genattrtab.c (write_header): Include hash-set.h... | Michael Collison | 1 | -0/+11 |
2015-01-05 | Update copyright years. | Jakub Jelinek | 1 | -1/+1 |
2014-12-16 | re PR fortran/54687 (Use gcc option machinery for gfortran) | Tobias Burnus | 1 | -9/+9 |
2014-11-29 | gimple-expr.h (create_tmp_var_raw, [...]): Add default NULL value to last arg... | Jakub Jelinek | 1 | -3/+3 |
2014-11-25 | error.c (gfc_internal_error): Convert to common diagnostics. | Tobias Burnus | 1 | -1/+1 |
2014-11-25 | re PR fortran/63938 (OpenMP atomic update does not protect access to automati... | Jakub Jelinek | 1 | -0/+12 |
2014-10-10 | re PR fortran/59488 ([OpenMP] named constant in parallel construct leads to "... | Jakub Jelinek | 1 | -0/+10 |
2014-08-15 | re PR fortran/44054 (Handle -Werror, -Werror=, -fdiagnostics-show-option, !GC... | Manuel López-Ibáñez | 1 | -1/+1 |
2014-08-15 | re PR fortran/62107 (libgomp.fortran/target2.f90 error while compiling for Op... | Jakub Jelinek | 1 | -1/+31 |
2014-06-25 | langhooks-def.h (LANG_HOOKS_OMP_CLAUSE_LINEAR_CTOR): Define. | Jakub Jelinek | 1 | -1/+136 |
2014-06-24 | gimplify.c (gimplify_scan_omp_clauses) <case OMP_CLAUSE_MAP, [...]): Make sur... | Jakub Jelinek | 1 | -137/+46 |
2014-06-18 | gimplify.c (omp_notice_variable): If n is non-NULL and no flags change in ORT... | Jakub Jelinek | 1 | -63/+870 |
2014-06-10 | re PR fortran/60928 (gfortran issue with allocatable components and OpenMP) | Jakub Jelinek | 1 | -183/+671 |
2014-06-06 | dump-parse-tree.c (show_omp_namelist): Dump reduction id in each list item. | Jakub Jelinek | 1 | -99/+319 |
2014-05-11 | tree.h (OMP_CLAUSE_LINEAR_STMT): Define. | Jakub Jelinek | 1 | -46/+581 |
2014-01-02 | Update copyright years in gcc/ | Richard Sandiford | 1 | -1/+1 |
2013-11-22 | gimple.h: Remove all includes. | Andrew MacLeod | 1 | -1/+1 |
2013-11-19 | Factor unrelated declarations out of tree.h. | Diego Novillo | 1 | -0/+1 |
2013-11-14 | gimplify-be.h: New file. | Andrew MacLeod | 1 | -0/+1 |
2013-11-12 | gimple-expr.h (create_tmp_var_name, [...]): Relocate prototypes from gimple.h. | Andrew MacLeod | 1 | -1/+1 |
2013-10-17 | tree-flow.h (struct omp_region): Move to omp-low.c. | Andrew MacLeod | 1 | -0/+1 |
2013-10-11 | target.c: New file. | Jakub Jelinek | 1 | -0/+6 |
2013-06-04 | re PR fortran/37336 ([F03] Finish derived-type finalization) | Tobias Burnus | 1 | -2/+3 |
2013-04-11 | Replace enum gfc_try with bool type. | Janne Blomqvist | 1 | -5/+5 |
2013-01-10 | Update copyright years in gcc/ | Richard Sandiford | 1 | -2/+1 |
2012-11-20 | Introduce vNULL to use as a nil initializer for vec<>. | Diego Novillo | 1 | -1/+1 |
2012-11-17 | This patch rewrites the old VEC macro-based interface into a new one based on... | Diego Novillo | 1 | -6/+4 |
2012-09-10 | Remove unnecessary VEC function overloads. | Diego Novillo | 1 | -3/+2 |
2012-03-06 | f95-lang.c (yyerror, yylex): Remove. | Steven Bosscher | 1 | -24/+24 |
2012-01-06 | 2012-01-06 Tobias Burnus <burnus@net-b.de> | Tobias Burnus | 1 | -3/+3 |
2011-10-11 | Convert standard builtin functions from being arrays to using a functional in... | Michael Meissner | 1 | -6/+7 |
2011-08-19 | re PR fortran/49792 (OpenMP workshare: Wrong result with array assignment) | Jakub Jelinek | 1 | -3/+3 |
2011-08-02 | backport: re PR fortran/46752 (OpenMP - Seg fault for unallocated allocatable... | Jakub Jelinek | 1 | -24/+147 |
2011-07-27 | re PR fortran/49755 (ALLOCATE with STAT= produces invalid code for already al... | Daniel Carrera | 1 | -9/+12 |
2011-07-21 | trans.c (gfc_allocate_with_status): Split into two functions gfc_allocate_usi... | Daniel Carrera | 1 | -9/+9 |