aboutsummaryrefslogtreecommitdiff
path: root/gcc/tree-nested.c
AgeCommit message (Expand)AuthorFilesLines
2021-08-17openmp: Implement OpenMP 5.1 scope constructJakub Jelinek1-0/+17
2021-08-12openmp: Add support for OpenMP 5.1 masked constructJakub Jelinek1-0/+5
2021-08-10middle-end/101824 - properly handle volatiles in nested fn loweringRichard Biener1-0/+1
2021-07-21OpenACC 'nohost' clauseThomas Schwinge1-0/+6
2021-06-24middle-end: add support for per-location warning groups.Martin Sebor1-1/+1
2021-06-04OpenMP: Handle bind clause in tree-nested.c [PR100905]Tobias Burnus1-0/+2
2021-03-08tree-nested: Update assert for Fortran module vars [PR97927]Tobias Burnus1-0/+1
2021-02-02restore current_function_decl after re-gimplifying nested ADDR_EXPRsAlexandre Oliva1-2/+2
2021-01-16openmp: Add support for the OpenMP 5.0 task detach clauseKwok Cheung Yeung1-0/+2
2021-01-04Update copyright years.Jakub Jelinek1-1/+1
2020-10-28openmp: Parsing and some semantic analysis of OpenMP allocate clauseJakub Jelinek1-0/+22
2020-10-26Make default duplicate and insert methods of summaries abort; fix falloutJan Hubicka1-2/+8
2020-10-23Move thunks out of cgraph_nodeJan Hubicka1-4/+5
2020-10-22Move nested function info out of cgraph_nodeJan Hubicka1-7/+103
2020-08-08openmp: Handle clauses with gimple sequences in convert_nonlocal_omp_clauses ...Jakub Jelinek1-10/+36
2020-08-03Removal of HSA offloading from gcc and libgompMartin Jambor1-2/+0
2020-07-16Reunify x86 stack checking implementationEric Botcazou1-7/+8
2020-05-07extend DECL_GIMPLE_REG_P to all typesRichard Biener1-3/+0
2020-03-15tree-nested: Fix handling of *reduction clauses with C array sections [PR93566]Jakub Jelinek1-7/+30
2020-01-01Update copyright years.Jakub Jelinek1-1/+1
2019-08-07tree-core.h (enum omp_clause_code): Adjust OMP_CLAUSE_USE_DEVICE_PTR OpenMP d...Jakub Jelinek1-0/+2
2019-07-24tree-nested.c (build_simple_mem_ref_notrap): New function.Eric Botcazou1-7/+17
2019-07-12tree-core.h (enum omp_clause_code): Add OMP_CLAUSE_ORDER.Jakub Jelinek1-0/+2
2019-07-03tree-core.h (enum omp_clause_code): Add OMP_CLAUSE__SCANTEMP_ clause.Jakub Jelinek1-0/+2
2019-06-10tree.def (OMP_SCAN): New tree code.Jakub Jelinek1-0/+3
2019-05-30gimplify.c (enum gimplify_omp_var_data): Add GOVD_CONDTEMP.Jakub Jelinek1-2/+2
2019-05-24tree-core.h (enum omp_clause_code): Add OMP_CLAUSE__CONDTEMP_.Jakub Jelinek1-0/+2
2019-01-24re PR middle-end/89015 (ICE in lookup_decl_in_outer_ctx, at omp-low.c:3480)Jakub Jelinek1-17/+44
2019-01-01Update copyright years.Jakub Jelinek1-1/+1
2018-12-08re PR fortran/88304 (ICE in use_pointer_in_frame, at tree-nested.c:267)Jakub Jelinek1-1/+2
2018-12-06re PR fortran/88304 (ICE in use_pointer_in_frame, at tree-nested.c:267)Jakub Jelinek1-0/+15
2018-12-02tree-nested.c (convert_nonlocal_omp_clauses, [...]): Handle OMP_CLAUSE_IN_RED...Jakub Jelinek1-2/+26
2018-11-08builtin-types.def (BT_FN_VOID_BOOL, [...]): New.Jakub Jelinek1-2/+7
2018-09-28calls.c (expand_call): Try to do a tail call for thunks at -O0 too.Eric Botcazou1-4/+29
2018-06-28Hide alt_dump_file within dumpfile.cDavid Malcolm1-2/+2
2018-06-21tree-nested.c (get_frame_type): Use create_tmp_var_raw instead of create_tmp_...Eric Botcazou1-13/+9
2018-06-20Update OpenACC data clause semantics to the 2.5 behaviorChung-Lin Tang1-0/+4
2018-06-17gimplify.c (nonlocal_vlas): Delete.Eric Botcazou1-59/+124
2018-01-03Update copyright years.Jakub Jelinek1-1/+1
2017-11-28Remove Cilk Plus support.Julia Koval1-2/+0
2017-08-30[35/77] Add uses of as_a <scalar_int_mode>Richard Sandiford1-1/+3
2017-05-11dumpfle.h (dump_function): Declare here ...Nathan Sidwell1-1/+1
2017-04-03tree-nested.c (get_descriptor_type): Make sure that the alignment of descript...Eric Botcazou1-0/+4
2017-02-09gimplify.c (gimplify_scan_omp_clauses): No special handling for OMP_CLAUSE_TILE.Chung-Lin Tang1-4/+2
2017-01-01Update copyright years.Jakub Jelinek1-1/+1
2016-11-28re PR fortran/78298 (ICE in lookup_decl_in_outer_ctx, bei omp-low.c:4115)Jakub Jelinek1-5/+39
2016-10-16re PR ada/37139 (DEP prevents using Ada tasking)Eric Botcazou1-23/+146
2016-10-13Move MEMMODEL_* from coretypes.h to memmodel.hThomas Preud'homme1-0/+1
2016-10-09tree-ssa.c (target_for_debug_bind, [...]): Use VAR_P and/or VAR_OR_FUNCTION_D...Jakub Jelinek1-14/+14
2016-06-13[PR middle-end/71373] Document missing OMP_CLAUSE_* in gcc/tree-nested.cThomas Schwinge1-18/+42