aboutsummaryrefslogtreecommitdiff
path: root/gcc/tree-parloops.c
AgeCommit message (Expand)AuthorFilesLines
2022-01-17Rename .c files to .cc files.Martin Liska1-4241/+0
2022-01-03Update copyright years.Jakub Jelinek1-1/+1
2021-11-05First refactor of vect_analyze_loopRichard Biener1-4/+7
2021-07-29Use range-based for loops for traversing loopsKewen Lin1-2/+1
2021-07-29[OpenACC] Extract 'pass_oacc_loop_designation' out of 'pass_oacc_device_lower'Thomas Schwinge1-1/+1
2021-07-20Adjust by-value function vec arguments to by-reference.Martin Sebor1-2/+3
2021-06-17return auto_vec from more dominance functionsTrevor Saunders1-2/+1
2021-01-04Update copyright years.Jakub Jelinek1-1/+1
2020-05-07extend DECL_GIMPLE_REG_P to all typesRichard Biener1-1/+1
2020-01-28tree-optimization/93439 move clique bookkeeping to OMP expansionRichard Biener1-1/+0
2020-01-01Update copyright years.Jakub Jelinek1-1/+1
2019-11-12Remove gcc/params.* files.Martin Liska1-2/+0
2019-11-12Apply mechanical replacement (generated patch).Martin Liska1-10/+8
2019-09-19tree-parloops.c (parloops_is_slp_reduction): Do not set LOOP_VINFO_OPERANDS_S...Richard Biener1-6/+0
2019-09-18tree-parloops.c (report_ploop_op): Copy from report_vect_op.Richard Biener1-7/+719
2019-07-09PR c++/61339 - add mismatch between struct and class [-Wmismatched-tags] to n...Martin Sebor1-21/+21
2019-06-16[openacc, parloops] Fix SIGSEGV in oacc_entry_exit_ok_1Tom de Vries1-3/+3
2019-05-10re PR tree-optimization/90385 (ICE: tree check: expected ssa_name, have real_...Jakub Jelinek1-1/+9
2019-05-03Come up with is_empty for hash_{table,map,set}.Martin Liska1-9/+9
2019-04-24re PR tree-optimization/90211 (ICE: tree check: expected ssa_name, have real_...Jakub Jelinek1-1/+1
2019-02-26re PR tree-optimization/89489 (ICE in gimple_duplicate_bb, at tree-cfg.c:6257)Richard Biener1-0/+1
2019-01-01Update copyright years.Jakub Jelinek1-1/+1
2018-11-13Eliminate source_location in favor of location_tDavid Malcolm1-2/+2
2018-11-13Ensure that dump calls are guarded with dump_enabled_pDavid Malcolm1-7/+10
2018-11-08builtin-types.def (BT_FN_VOID_BOOL, [...]): New.Jakub Jelinek1-2/+5
2018-10-22Add a fun parameter to three stmt_could_throw... functionsMartin Jambor1-1/+1
2018-07-31[44/46] Remove global vinfo_for_stmt-related routinesRichard Sandiford1-8/+1
2018-07-31[17/46] Make LOOP_VINFO_REDUCTIONS an auto_vec<stmt_vec_info>Richard Sandiford1-12/+15
2018-06-26Introduce dump_location_tDavid Malcolm1-2/+1
2018-06-25tree-vectorizer.h (struct vec_info_shared): New structure with parts split ou...Richard Biener1-2/+4
2018-05-29tree-vectorizer.h (struct vec_info): Add stmt_vec_infos member.Richard Biener1-3/+4
2018-03-21[parloops] Handle canonicalize_loop_ivs failureTom de Vries1-0/+39
2018-01-13Add support for in-order addition reduction using SVE FADDARichard Sandiford1-2/+16
2018-01-03Update copyright years.Jakub Jelinek1-1/+1
2017-11-17re PR fortran/83017 (DO CONCURRENT not parallelizing)Richard Biener1-15/+8
2017-08-08trans.c: Include header files.Martin Liska1-0/+2
2017-08-04C++-ify vec_info structuresRichard Sandiford1-2/+2
2017-07-28re PR tree-optimization/81578 (ICE in omp_reduction_init_op)Jakub Jelinek1-9/+25
2017-07-18tree-parloops.c (try_transform_to_exit_first_loop_alt): Use TYPE_MAX_VALUE.Nathan Sidwell1-2/+2
2017-07-01cfg.c (scale_bbs_frequencies): New function.Jan Hubicka1-6/+4
2017-06-29asan.c (asan_emit_stack_protection): Update.Jan Hubicka1-2/+8
2017-06-19tree-ssa-loop-niter.h (estimate_numbers_of_iterations): Take struct function ...Richard Biener1-2/+1
2017-05-30tree-vectorizer.h (struct _stmt_vec_info): Add reduc_type and reduc_def fields.Richard Biener1-2/+2
2017-05-16Add default value for last argument of dump functions.Martin Liska1-13/+13
2017-05-12[PR middle-end/69921] Use "oacc kernels parallelized" attribute for paralleli...Thomas Schwinge1-7/+9
2017-05-12Use "oacc kernels" attribute for OpenACC kernelsThomas Schwinge1-1/+4
2017-02-05re PR tree-optimization/79347 (vect_do_peeling is messing up profile)Jan Hubicka1-1/+2
2017-02-04re PR tree-optimization/79338 (Memory leak in tree-parloops.c)Jakub Jelinek1-32/+44
2017-02-01graphite.c: Include tree-vectorizer.h for find_loop_location.Richard Biener1-11/+8
2017-01-01Update copyright years.Jakub Jelinek1-1/+1