summaryrefslogtreecommitdiff
path: root/gcc/tree-nested.c
AgeCommit message (Expand)Author
2020-05-07extend DECL_GIMPLE_REG_P to all typesRichard Biener
2020-03-15tree-nested: Fix handling of *reduction clauses with C array sections [PR93566]Jakub Jelinek
2020-01-01Update copyright years.Jakub Jelinek
2019-08-07tree-core.h (enum omp_clause_code): Adjust OMP_CLAUSE_USE_DEVICE_PTR OpenMP d...Jakub Jelinek
2019-07-24tree-nested.c (build_simple_mem_ref_notrap): New function.Eric Botcazou
2019-07-12tree-core.h (enum omp_clause_code): Add OMP_CLAUSE_ORDER.Jakub Jelinek
2019-07-03tree-core.h (enum omp_clause_code): Add OMP_CLAUSE__SCANTEMP_ clause.Jakub Jelinek
2019-06-10tree.def (OMP_SCAN): New tree code.Jakub Jelinek
2019-05-30gimplify.c (enum gimplify_omp_var_data): Add GOVD_CONDTEMP.Jakub Jelinek
2019-05-24tree-core.h (enum omp_clause_code): Add OMP_CLAUSE__CONDTEMP_.Jakub Jelinek
2019-01-24re PR middle-end/89015 (ICE in lookup_decl_in_outer_ctx, at omp-low.c:3480)Jakub Jelinek
2019-01-01Update copyright years.Jakub Jelinek
2018-12-08re PR fortran/88304 (ICE in use_pointer_in_frame, at tree-nested.c:267)Jakub Jelinek
2018-12-06re PR fortran/88304 (ICE in use_pointer_in_frame, at tree-nested.c:267)Jakub Jelinek
2018-12-02tree-nested.c (convert_nonlocal_omp_clauses, [...]): Handle OMP_CLAUSE_IN_RED...Jakub Jelinek
2018-11-08builtin-types.def (BT_FN_VOID_BOOL, [...]): New.Jakub Jelinek
2018-09-28calls.c (expand_call): Try to do a tail call for thunks at -O0 too.Eric Botcazou
2018-06-28Hide alt_dump_file within dumpfile.cDavid Malcolm
2018-06-21tree-nested.c (get_frame_type): Use create_tmp_var_raw instead of create_tmp_...Eric Botcazou
2018-06-20Update OpenACC data clause semantics to the 2.5 behaviorChung-Lin Tang
2018-06-17gimplify.c (nonlocal_vlas): Delete.Eric Botcazou
2018-01-03Update copyright years.Jakub Jelinek
2017-11-28Remove Cilk Plus support.Julia Koval
2017-08-30[35/77] Add uses of as_a <scalar_int_mode>Richard Sandiford
2017-05-11dumpfle.h (dump_function): Declare here ...Nathan Sidwell
2017-04-03tree-nested.c (get_descriptor_type): Make sure that the alignment of descript...Eric Botcazou
2017-02-09gimplify.c (gimplify_scan_omp_clauses): No special handling for OMP_CLAUSE_TILE.Chung-Lin Tang
2017-01-01Update copyright years.Jakub Jelinek
2016-11-28re PR fortran/78298 (ICE in lookup_decl_in_outer_ctx, bei omp-low.c:4115)Jakub Jelinek
2016-10-16re PR ada/37139 (DEP prevents using Ada tasking)Eric Botcazou
2016-10-13Move MEMMODEL_* from coretypes.h to memmodel.hThomas Preud'homme
2016-10-09tree-ssa.c (target_for_debug_bind, [...]): Use VAR_P and/or VAR_OR_FUNCTION_D...Jakub Jelinek
2016-06-13[PR middle-end/71373] Document missing OMP_CLAUSE_* in gcc/tree-nested.cThomas Schwinge
2016-06-10re PR middle-end/71494 (label as value in nested function)Jakub Jelinek
2016-06-10[PR middle-end/71373] Handle more OMP_CLAUSE_* in nested function decompositionThomas Schwinge
2016-04-18tree.h (TYPE_ALIGN, DECL_ALIGN): Return shifted amount.Michael Matz
2016-01-04Update copyright years.Jakub Jelinek
2015-12-23Merge OMP_CLAUSE_USE_DEVICE into OMP_CLAUSE_USE_DEVICE_PTRThomas Schwinge
2015-12-09Fix misleading indentation in tree-nested.cDavid Malcolm
2015-12-01OpenACC host_data support.Julian Brown
2015-11-30tree-nested.c (convert_nonlocal_omp_clauses): Add support for OMP_CLAUSE_{NUM...Cesar Philippidis
2015-11-26DWARF: fix loc. descr. generation for DW_AT_static_linkPierre-Marie de Rodat
2015-11-26re PR tree-optimization/68128 (A huge regression in Parboil v2.5 OpenMP CUTCP...Jakub Jelinek
2015-10-30alias.c: Remove unused headers.Andrew MacLeod
2015-10-29alias.c: Reorder #include statements and remove duplicates.Andrew MacLeod
2015-10-16tree-nested.h (build_addr): Adjust prototype.Richard Biener
2015-10-13builtin-types.def (BT_FN_BOOL_UINT_LONGPTR_LONGPTR_LONGPTR, [...]): New.Jakub Jelinek
2015-09-20switch from gimple to gimple*Trevor Saunders
2015-07-09re PR middle-end/66633 (ICE on valid "verify_gimple failed" with OpenMP)Jakub Jelinek
2015-07-08tree-core.h: Include symtab.h.Andrew MacLeod