Age | Commit message (Expand) | Author | Files | Lines |
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 |
2010-06-27 | gfortran.h (gfc_code): Split backend_decl field into cycle_label and exit_lab... | Nathan Froyd | 1 | -5/+3 |
2010-06-15 | re PR fortran/44536 (OMP: missing error with default(none)) | Jakub Jelinek | 1 | -1/+17 |
2010-05-23 | gfortran.h: Do not include system.h. | Tobias Burnus | 1 | -1/+1 |
2010-05-20 | trans-expr.c: Do not include convert.h, ggc.h, real.h, and gimple.h. | Steven Bosscher | 1 | -3/+1 |
2010-05-13 | re PR fortran/44036 (I can't declare an external function in an OMP shared st... | Jakub Jelinek | 1 | -2/+13 |
2010-04-06 | re PR fortran/43178 (Pointless resetting to NULL for local ALLOCATABLEs) | Tobias Burnus | 1 | -4/+6 |
2009-11-28 | trans-common.c (create_common): Remove unused offset variable. | Jakub Jelinek | 1 | -4/+2 |
2009-11-25 | re PR fortran/42162 (OpenMP: ICE: tree check in omp_add_variable, at gimplify... | Jakub Jelinek | 1 | -8/+16 |
2009-10-26 | re PR fortran/41714 ([OOP] ALLOCATE SOURCE= does not properly copy the value ... | Janus Weil | 1 | -5/+0 |
2009-07-16 | re PR c/40435 (Revision 148442 caused many regressions on trunk) | Aldy Hernandez | 1 | -6/+9 |
2009-06-12 | java-gimplify.c (java_gimplify_block): New argument to build_empty_stmt. | Aldy Hernandez | 1 | -15/+18 |
2009-06-08 | trans-array.h: Replace prototypes for gfc_conv_descriptor_offset... | Paul Thomas | 1 | -12/+12 |
2009-05-13 | gfortran.h (gfc_code): Rename struct member expr to expr1. | Steven G. Kargl | 1 | -2/+2 |
2009-04-20 | re PR fortran/35423 (Implement OpenMP workshare) | Vasilis Liaskovitis | 1 | -3/+158 |
2008-09-18 | re PR fortran/37507 (Print location in (DE)ALLOCATION errors) | Daniel Kraft | 1 | -3/+3 |
2008-08-28 | gfortran.h (enum expr_t): New value `EXPR_COMPCALL'. | Daniel Kraft | 1 | -0/+1 |
2008-07-29 | gfortran.h (try): Remove macro. | Kaveh R. Ghazi | 1 | -1/+1 |
2008-07-28 | backport: ChangeLog.tuples: ChangeLog from gimple-tuples-branch. | Richard Biener | 1 | -29/+26 |
2008-07-19 | gfortran.h (operator): Remove macro. | Kaveh R. Ghazi | 1 | -1/+1 |
2008-06-06 | c-cppbuiltin.c (c_cpp_builtins): Change _OPENMP value to 200805. | Jakub Jelinek | 1 | -104/+431 |
2008-03-23 | trans.h: Use fold_build in build1_v, build2_v and build3_v macros. | Tobias Schlüter | 1 | -2/+2 |
2008-02-24 | trans-array.c (gfc_conv_descriptor_data_get, [...]): Use fold_buildN instead ... | Tobias Schlüter | 1 | -6/+6 |
2007-11-28 | re PR fortran/34247 (ICE in omp_add_variable, at gimplify.c:4677) | Jakub Jelinek | 1 | -1/+2 |
2007-08-25 | c-common.c (vector_types_convertible_p, [...]): Constify. | Kaveh R. Ghazi | 1 | -1/+1 |