]> git.ipfire.org Git - thirdparty/gcc.git/history - gcc/fortran/trans-openmp.c
This patch rewrites the old VEC macro-based interface into a new one
[thirdparty/gcc.git] / gcc / fortran / trans-openmp.c
2012-11-18  dnovilloThis patch rewrites the old VEC macro-based interface...
2012-09-11  dnovilloRemove unnecessary VEC function overloads.
2012-03-06  steven * f95-lang.c (yyerror, yylex): Remove.
2012-01-06  burnus2012-01-06 Tobias Burnus <burnus@net-b.de>
2011-10-11  meissnerConvert standard builtin functions from being arrays...
2011-08-19  jakub PR fortran/49792
2011-08-02  jakubMerge from gomp-3_1-branch branch:
2011-07-27  dcarrera2011-07-26 Daniel Carrera <dcarrera@gmail.com>
2011-07-21  dcarrera2011-07-21 Daniel Carrera <dcarrera@gmail.com>
2011-07-06  burnus2011-07-06 Daniel Carrera <dcarrera@gmail.com>
2011-06-21  amacleodcosmetic. Add sync_ to all the expand_builtin defines...
2011-05-04  rguenth2011-05-04 Richard Guenther <rguenther@suse.de>
2011-04-20  meyeringremove useless if-before-free tests
2011-04-18  meyeringconvert each use of gfc_free (p) to free (p)
2010-12-14  jakub PR fortran/46874
2010-12-02  jakub PR fortran/46753
2010-09-10  burnus2010-09-10 Tobias Burnus <burnus@net-b.de>
2010-09-08  jakub PR fortran/45597
2010-09-03  burnus2010-09-03 Tobias Burnus <burnus@net-b.de>
2010-08-20  froydnjgcc/
2010-07-06  burnus2010-07-06 Tobias Burnus <burnus@net-b.de>
2010-06-28  froydnjgcc/
2010-06-27  froydnj * gfortran.h (gfc_code): Split backend_decl field...
2010-06-15  jakub PR fortran/44536
2010-05-23  burnus2010-05-21 Tobias Burnus <burnus@net-b.de>
2010-05-20  steven * trans-expr.c: Do not include convert.h, ggc.h, real...
2010-05-13  jakub PR fortran/44036
2010-04-06  burnus2010-04-06 Tobias Burnus <burnus@net-b.de>
2009-11-28  jakub * trans-common.c (create_common): Remove unused offset...
2009-11-25  jakub PR fortran/42162
2009-10-26  janus2009-10-26 Janus Weil <janus@gcc.gnu.org>
2009-07-16  manu2009-07-17 Aldy Hernandez <aldyh@redhat.com>
2009-06-12  aldyhgcc/java/
2009-06-08  pault2009-06-08 Paul Thomas <pault@gcc.gnu.org>
2009-05-13  kargl2009-05-13 Steven G. Kargl <kargl@gcc.gnu.org>
2009-04-20  jakub PR fortran/35423
2008-09-18  domob2008-09-18 Daniel Kraft <d@domob.eu>
2008-08-28  domob2008-08-28 Daniel Kraft <d@domob.eu>
2008-07-29  ghazi * gfortran.h (try): Remove macro. Replace try with...
2008-07-28  rguenth2008-07-28 Richard Guenther <rguenther@suse.de>
2008-07-19  ghazi * gfortran.h (operator): Remove macro.
2008-06-06  jakub * c-cppbuiltin.c (c_cpp_builtins): Change _OPENMP...
2008-03-23  tobi2008-03-23 Tobias Schlueter <tobi@gcc.gnu.org>
2008-02-24  tobi* trans-array.c (gfc_conv_descriptor_data_get,
2007-11-28  jakub * trans-expr.c (gfc_trans_string_copy): Convert both...
2007-08-25  ghazi * c-common.c (vector_types_convertible_p,
2007-08-01  nickc* arith.c: Change copyright header to refer to version...
2007-08-01  rakdver * tree-pretty-print.c (dump_generic_node): Dump OMP_SE...
2007-07-12  jakub PR fortran/32550
2007-05-29  dfranke2007-05-29 Daniel Franke <franke.daniel@gmail.com>
2007-04-17  tobi* arith.h: Update copyright years.
2007-02-15  sandra2007-02-15 Sandra Loosemore <sandra@codesourcery...
2006-12-05  aldyhMerge gimple-tuples-branch into mainline.
2006-10-29  jakub PR fortran/29629
2006-10-19  pault2006-10-19 Paul Thomas <pault@gcc.gnu.org>
2006-07-16  jakub PR fortran/28390
2006-06-09  jakub PR fortran/27916
2006-05-17  jakub PR middle-end/27415
2006-05-15  jakub PR fortran/27446
2006-04-13  rth PR 26651
2006-03-13  jakub * trans-openmp.c (gfc_trans_omp_variable): Handle...
2006-03-06  pault2006-03-06 Paul Thomas <pault@gcc.gnu.org>
2006-02-14  jakubgcc/fortran/