summaryrefslogtreecommitdiff
path: root/gcc/fortran/trans-openmp.c
Commit message (Expand)AuthorAgeFilesLines
* 2012-01-06 Tobias Burnus <burnus@net-b.de>Tobias Burnus2012-01-061-3/+3
* Convert standard builtin functions from being arrays to using a functional in...Michael Meissner2011-10-111-6/+7
* re PR fortran/49792 (OpenMP workshare: Wrong result with array assignment)Jakub Jelinek2011-08-191-3/+3
* backport: re PR fortran/46752 (OpenMP - Seg fault for unallocated allocatable...Jakub Jelinek2011-08-021-24/+147
* re PR fortran/49755 (ALLOCATE with STAT= produces invalid code for already al...Daniel Carrera2011-07-271-9/+12
* trans.c (gfc_allocate_with_status): Split into two functions gfc_allocate_usi...Daniel Carrera2011-07-211-9/+9
* trans-array.c (gfc_array_allocate): Rename allocatable_arrayDaniel Carrera2011-07-061-9/+9
* cosmetic. Add sync_ to all the expand_builtin defines which do not match the ...Andrew MacLeod2011-06-211-1/+1
* trans-array.c (gfc_trans_array_constructor_value): Use size_int for bounds of...Richard Guenther2011-05-041-1/+2
* remove useless if-before-free testsJim Meyering2011-04-201-2/+1
* convert each use of gfc_free (p) to free (p)Jim Meyering2011-04-181-5/+5
* re PR fortran/46874 ([OpenMP] ICE in gfc_conv_descriptor_data_get, at fortran...Jakub Jelinek2010-12-141-8/+20
* re PR fortran/46753 (ICE: OpenMP - in extract_omp_for_data, at omp-low.c:335)Jakub Jelinek2010-12-021-7/+8
* re PR fortran/45186 (Gfortran 4.5.0 emits wrong linenumbers)Tobias Burnus2010-09-101-15/+23
* re PR fortran/45597 (ICE: in gfc_trans_cycle, at fortran/trans-stmt.c:4320)Jakub Jelinek2010-09-081-2/+2
* re PR fortran/45186 (Gfortran 4.5.0 emits wrong linenumbers)Tobias Burnus2010-09-031-54/+73
* vec.h (FOR_EACH_VEC_ELT): Define.Nathan Froyd2010-08-201-1/+1
* trans-decl.c: Include diagnostic-core.h besides toplev.h.Tobias Burnus2010-07-061-1/+1
* vec.h (vec_heap_free): Add parentheses around free.Nathan Froyd2010-06-281-9/+17
* gfortran.h (gfc_code): Split backend_decl field into cycle_label and exit_lab...Nathan Froyd2010-06-271-5/+3
* re PR fortran/44536 (OMP: missing error with default(none))Jakub Jelinek2010-06-151-1/+17
* gfortran.h: Do not include system.h.Tobias Burnus2010-05-231-1/+1
* trans-expr.c: Do not include convert.h, ggc.h, real.h, and gimple.h.Steven Bosscher2010-05-201-3/+1
* re PR fortran/44036 (I can't declare an external function in an OMP shared st...Jakub Jelinek2010-05-131-2/+13
* re PR fortran/43178 (Pointless resetting to NULL for local ALLOCATABLEs)Tobias Burnus2010-04-061-4/+6
* trans-common.c (create_common): Remove unused offset variable.Jakub Jelinek2009-11-281-4/+2
* re PR fortran/42162 (OpenMP: ICE: tree check in omp_add_variable, at gimplify...Jakub Jelinek2009-11-251-8/+16
* re PR fortran/41714 ([OOP] ALLOCATE SOURCE= does not properly copy the value ...Janus Weil2009-10-261-5/+0
* re PR c/40435 (Revision 148442 caused many regressions on trunk)Aldy Hernandez2009-07-161-6/+9
* java-gimplify.c (java_gimplify_block): New argument to build_empty_stmt.Aldy Hernandez2009-06-121-15/+18
* trans-array.h: Replace prototypes for gfc_conv_descriptor_offset...Paul Thomas2009-06-081-12/+12
* gfortran.h (gfc_code): Rename struct member expr to expr1.Steven G. Kargl2009-05-131-2/+2
* re PR fortran/35423 (Implement OpenMP workshare)Vasilis Liaskovitis2009-04-201-3/+158
* re PR fortran/37507 (Print location in (DE)ALLOCATION errors)Daniel Kraft2008-09-181-3/+3
* gfortran.h (enum expr_t): New value `EXPR_COMPCALL'.Daniel Kraft2008-08-281-0/+1
* gfortran.h (try): Remove macro.Kaveh R. Ghazi2008-07-291-1/+1
* backport: ChangeLog.tuples: ChangeLog from gimple-tuples-branch.Richard Biener2008-07-281-29/+26
* gfortran.h (operator): Remove macro.Kaveh R. Ghazi2008-07-191-1/+1
* c-cppbuiltin.c (c_cpp_builtins): Change _OPENMP value to 200805.Jakub Jelinek2008-06-061-104/+431
* trans.h: Use fold_build in build1_v, build2_v and build3_v macros.Tobias Schlüter2008-03-231-2/+2
* trans-array.c (gfc_conv_descriptor_data_get, [...]): Use fold_buildN instead ...Tobias Schlüter2008-02-241-6/+6
* re PR fortran/34247 (ICE in omp_add_variable, at gimplify.c:4677)Jakub Jelinek2007-11-281-1/+2
* c-common.c (vector_types_convertible_p, [...]): Constify.Kaveh R. Ghazi2007-08-251-1/+1
* arith.c: Change copyright header to refer to version 3 of the GNU General Pub...Nick Clifton2007-08-011-4/+3
* tree-pretty-print.c (dump_generic_node): Dump OMP_SECTIONS_SWITCH.Zdenek Dvorak2007-08-011-1/+1
* re PR fortran/32550 (openmp: COPYPRIVATE of pointer variables fails)Jakub Jelinek2007-07-121-3/+6
* gfortran.h: Renamed 'enum gfc_generic_isym_id' to 'enum gfc_isym_id'...Daniel Franke2007-05-291-4/+4
* arith.h: Update copyright years.Tobias Schlüter2007-04-171-1/+1
* tree.h (enum tree_code_class): Add tcc_vl_exp.Sandra Loosemore2007-02-151-2/+2
* Merge gimple-tuples-branch into mainline.Aldy Hernandez2006-12-051-8/+8