Age | Commit message (Expand) | Author | Files | Lines |
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 |
2011-07-06 | trans-array.c (gfc_array_allocate): Rename allocatable_array | Daniel Carrera | 1 | -9/+9 |
2011-06-21 | cosmetic. Add sync_ to all the expand_builtin defines which do not match the ... | Andrew MacLeod | 1 | -1/+1 |
2011-05-04 | trans-array.c (gfc_trans_array_constructor_value): Use size_int for bounds of... | Richard Guenther | 1 | -1/+2 |
2011-04-20 | remove useless if-before-free tests | Jim Meyering | 1 | -2/+1 |
2011-04-18 | convert each use of gfc_free (p) to free (p) | Jim Meyering | 1 | -5/+5 |
2010-12-14 | re PR fortran/46874 ([OpenMP] ICE in gfc_conv_descriptor_data_get, at fortran... | Jakub Jelinek | 1 | -8/+20 |
2010-12-02 | re PR fortran/46753 (ICE: OpenMP - in extract_omp_for_data, at omp-low.c:335) | Jakub Jelinek | 1 | -7/+8 |
2010-09-10 | re PR fortran/45186 (Gfortran 4.5.0 emits wrong linenumbers) | Tobias Burnus | 1 | -15/+23 |
2010-09-08 | re PR fortran/45597 (ICE: in gfc_trans_cycle, at fortran/trans-stmt.c:4320) | Jakub Jelinek | 1 | -2/+2 |
2010-09-03 | re PR fortran/45186 (Gfortran 4.5.0 emits wrong linenumbers) | Tobias Burnus | 1 | -54/+73 |
2010-08-20 | vec.h (FOR_EACH_VEC_ELT): Define. | Nathan Froyd | 1 | -1/+1 |
2010-07-06 | trans-decl.c: Include diagnostic-core.h besides toplev.h. | Tobias Burnus | 1 | -1/+1 |
2010-06-28 | vec.h (vec_heap_free): Add parentheses around free. | Nathan Froyd | 1 | -9/+17 |