summaryrefslogtreecommitdiff
path: root/gcc/fortran/trans.c
Commit message (Expand)AuthorAgeFilesLines
* * gimplify.c (omp_notice_variable): If n is non-NULLjakub2014-06-181-0/+17
* * expr.h: Remove prototypes of functions defined in builtins.c.amacleod2014-06-021-3/+3
* * tree.h (OMP_CLAUSE_LINEAR_STMT): Define.jakub2014-05-111-0/+6
* PR ipa/58721jakub2014-03-181-27/+53
* 2014-03-06 Paul Thomas <pault@gcc.gnu.org>janus2014-03-061-0/+18
* Update copyright years in gcc/rsandifo2014-01-021-1/+1
* * gimple.h: Remove all includes.amacleod2013-11-221-1/+0
* Remove macros that implicitly use input_locationdmalcolm2013-11-221-1/+1
* Factor unrelated declarations out of tree.h.dnovillo2013-11-191-0/+2
* 2013-11-12 Andrew MacLeod <amacleod@redhat.com>amacleod2013-11-121-1/+1
* 2013-07-23 Ondřej Bílka <neleai@seznam.cz>burnus2013-07-231-1/+1
* 2013-07-15 Tobias Burnus <burnus@net-b.de>burnus2013-07-151-0/+96
* 2013-06-07 Tobias Burnus <burnus@net-b.de>burnus2013-06-071-1/+1
* 2013-06-06 Tobias Burnus <burnus@net-b.de>burnus2013-06-061-2/+4
* 2013-06-03 Tobias Burnus <burnus@net-b.de>burnus2013-06-041-128/+221
* 2013-03-31 Tobias Burnus <burnus@net-b.de>burnus2013-03-311-7/+16
* Update copyright years in gcc/rsandifo2013-01-101-2/+1
* 2013-01-04 Tobias Burnus <burnus@net-b.de>burnus2013-01-041-1/+111
* Update Copyright years for files modified in 2011 and/or 2012.jakub2013-01-041-1/+1
* 2012-12-19 Paul Thomas <pault@gcc.gnu.org>pault2012-12-201-17/+23
* 2012-10-27 Thomas Koenig <tkoenig@gcc.gnu.org>tkoenig2012-10-271-16/+12
* 2012-10-21 Thomas Koenig <tkoenig@gcc.gnu.org>tkoenig2012-10-211-12/+16
* 2012-09-15 Tobias Burnus <burnus@net-b.de>burnus2012-09-151-0/+1
* gcc/steven2012-07-111-1/+0
* 2012-05-31 Tobias Burnus <burnus@net-b.de>burnus2012-05-311-13/+1
* * f95-lang.c (yyerror, yylex): Remove.steven2012-03-061-4/+4
* 2012-01-06 Tobias Burnus <burnus@net-b.de>burnus2012-01-061-25/+119
* 2011-12-11 Paul Thomas <pault@gcc.gnu.org>pault2011-12-111-3/+25
* PR fortran/50420mikael2011-10-181-1/+8
* Convert standard builtin functions from being arrays to using a functional in...meissner2011-10-111-11/+15
* gcc/fortran/burnus2011-09-081-0/+4
* 2011-08-19 Mikael Morin <mikael.morin@sfr.fr>mikael2011-08-181-0/+1
* 2011-08-02 Tobias Burnus <burnus@net-b.de>burnus2011-08-021-10/+11
* Merge from gomp-3_1-branch branch:jakub2011-08-021-0/+1
* 2011-07-26 Daniel Carrera <dcarrera@gmail.com>dcarrera2011-07-271-63/+50
* 2011-07-21 Daniel Carrera <dcarrera@gmail.com>dcarrera2011-07-211-86/+102
* 2011-07-19 Richard Guenther <rguenther@suse.de>rguenth2011-07-191-3/+1
* 2011-07-07 Tobias Burnus <burnus@net-b.de>burnus2011-07-071-2/+5
* 2011-07-06 Daniel Carrera <dcarrera@gmail.com>burnus2011-07-061-16/+36
* 2011-06-20 Tobias Burnus <burnus@net-b.de>burnus2011-06-201-0/+5
* 2011-06-09 Richard Guenther <rguenther@suse.de>rguenth2011-06-091-3/+4
* 2011-05-31 Tobias Burnus <burnus@net-b.de>burnus2011-05-311-6/+11
* 2011-05-29 Tobias Burnus <burnus@net-b.de>burnus2011-05-291-1/+1
* 2011-06-19 Tobias Burnus <burnus@net-b.de>burnus2011-05-191-0/+7
* remove gfc_chainon_listfroydnj2011-05-041-13/+0
* convert each use of gfc_free (p) to free (p)meyering2011-04-181-3/+3
* 2011-04-18 Tobias Burnus <burnus@net-b.de>burnus2011-04-181-5/+17
* 2011-02-23 Mikael Morin <mikael@gcc.gnu.org>mikael2011-02-231-1/+12
* Better error message for malloc() failurejb2010-12-151-4/+4
* PR 28105 Remove size<0 checks before calling malloc/reallocjb2010-12-151-70/+10