summaryrefslogtreecommitdiff
path: root/gcc/fortran/trans-stmt.c
Commit message (Expand)AuthorAgeFilesLines
* Merged with trunk at revision 194832.bviyer2013-01-031-49/+114
* 2012-12-09 Tobias Burnus <burnus@net-b.de>burnus2012-12-091-1/+1
* 2012-11-28 Tobias Burnus <burnus@net-b.de>burnus2012-11-291-2/+2
* 2012-11-28 Tobias Burnus <burnus@net-b.de>burnus2012-11-281-1/+1
* This patch rewrites the old VEC macro-based interface into a new onednovillo2012-11-181-3/+4
* PR fortran/55341jakub2012-11-171-1/+2
* 2012-10-16 Tobias Burnus <burnus@net-b.de>burnus2012-10-161-3/+3
* 2012-10-11 Janus Weil <janus@gcc.gnu.org>janus2012-10-111-5/+7
* 2012-09-16 Tobias Burnus <burnus@net-b.de>burnus2012-09-161-1/+1
* 2012-08-27 Tobias Burnus <burnus@net-b.de>burnus2012-08-271-1/+1
* 2012-08-24 Tobias Burnus <burnus@net-b.de>burnus2012-08-241-12/+6
* 2012-08-14 Tobias Burnus <burnus@net-b.de>burnus2012-08-141-1/+2
* 2012-05-05 Paul Thomas <pault@gcc.gnu.org>pault2012-05-051-3/+48
* gcc/steven2012-04-181-3/+6
* gcc/fortran/mikael2012-02-121-1/+22
* * trans-array.c (gfc_walk_elemental_function_args,mikael2012-02-121-1/+2
* 2012-02-05 Paul Thomas <pault@gcc.gnu.org>pault2012-02-051-1/+7
* 2012-01-28 Tobias Burnus <burnus@net-b.de>burnus2012-01-281-1/+2
* 2012-01-27 Tobias Burnus <burnus@net-b.de>burnus2012-01-271-0/+1
* 2012-01-27 Paul Thomas <pault@gcc.gnu.org>pault2012-01-271-21/+61
* 2012-01-16 Paul Thomas <pault@gcc.gnu.org>pault2012-01-161-13/+36
* 2012-01-06 Tobias Burnus <burnus@net-b.de>burnus2012-01-061-77/+91
* PR fortran/50981mikael2012-01-041-1/+2
* 2011-12-11 Paul Thomas <pault@gcc.gnu.org>pault2011-12-111-62/+136
* 2011-11-25 Tobias Burnus <burnus@net-b.de>burnus2011-11-251-1/+2
* * trans-expr.c (gfc_conv_procedure_call): Handle temporaries formikael2011-11-041-66/+46
* * trans-array.h (gfc_trans_create_temp_array): Remove loop argument.mikael2011-11-031-5/+4
* * trans.h (struct gfc_ss, struct gfc_ss_info): Move fieldmikael2011-11-031-3/+3
* * trans.h (struct gfc_ss, struct gfc_ss_info): Move fieldmikael2011-11-031-2/+2
* * trans.h (struct gfc_ss, struct gfc_ss_info): Move field expr frommikael2011-11-031-1/+1
* * trans.h (struct gfc_ss_info): New struct.mikael2011-11-031-1/+1
* * trans.h (struct gfc_array_info): Move dim and dimen fields...mikael2011-11-031-3/+3
* * trans.h (struct gfc_ss_info, struct gfc_array_info):mikael2011-11-031-2/+2
* * trans-array.h (gfc_trans_create_temp_array): Replace info argumentmikael2011-11-031-1/+1
* Convert standard builtin functions from being arrays to using a functional in...meissner2011-10-111-4/+4
* 2011-09-08 Mikael Morin <mikael.morin@sfr.fr>mikael2011-09-081-22/+8
* gcc/fortran/burnus2011-09-081-0/+30
* 2011-08-30 Steven G. Kargl <kargl@gcc.gnu.org>kargl2011-08-301-0/+4
* 2011-08-02 Tobias Burnus <burnus@net-b.de>burnus2011-08-021-1/+1
* 2011-07-26 Daniel Carrera <dcarrera@gmail.com>dcarrera2011-07-271-9/+4
* 2011-07-21 Daniel Carrera <dcarrera@gmail.com>dcarrera2011-07-211-33/+71
* 2011-07-16 Tobias Burnus <burnus@net-b.de>burnus2011-07-161-1/+1
* PR fortran/49698jakub2011-07-111-1/+1
* 2011-07-06 Daniel Carrera <dcarrera@gmail.com>burnus2011-07-061-3/+3
* cosmetic. Add sync_ to all the expand_builtin defines which do not match the ...amacleod2011-06-211-2/+2
* 2011-06-20 Tobias Burnus <burnus@net-b.de>burnus2011-06-201-0/+42
* gcc/fortran/burnus2011-06-101-12/+55
* generalize build_case_label to the rest of the compilerfroydnj2011-05-061-10/+6
* 2011-05-04 Richard Guenther <rguenther@suse.de>rguenth2011-05-041-4/+6
* Replace gfc_getmem with XCNEW, XCNEWVEC or xcallocjb2011-04-191-8/+8