]> git.ipfire.org Git - thirdparty/gcc.git/history - gcc/tree-parloops.c
* doc/extend.texi (Common Function Attributes): Clarify
[thirdparty/gcc.git] / gcc / tree-parloops.c
2019-05-10  jakub PR tree-optimization/90385
2019-05-03  marxinCome up with is_empty for hash_{table,map,set}.
2019-04-24  jakub PR tree-optimization/90211
2019-02-26  rguenth2019-02-26 Richard Biener <rguenther@suse.de>
2019-01-01  jakub Update copyright years.
2018-11-13  dmalcolmEliminate source_location in favor of location_t
2018-11-13  dmalcolmEnsure that dump calls are guarded with dump_enabled_p
2018-11-08  jakub * builtin-types.def (BT_FN_VOID_BOOL, BT_FN_VOID_SIZE_...
2018-10-22  jambormAdd a fun parameter to three stmt_could_throw... functions
2018-07-31  rsandifo[44/46] Remove global vinfo_for_stmt-related routines
2018-07-31  rsandifo[17/46] Make LOOP_VINFO_REDUCTIONS an auto_vec<stmt_vec...
2018-06-26  dmalcolmIntroduce dump_location_t
2018-06-25  rguenth2018-06-25 Richard Biener <rguenther@suse.de>
2018-05-29  rguenth2018-05-29 Richard Biener <rguenther@suse.de>
2018-03-21  vries[parloops] Handle canonicalize_loop_ivs failure
2018-01-13  rsandifoAdd support for in-order addition reduction using SVE...
2018-01-03  jakub Update copyright years.
2017-11-17  rguenth2017-11-17 Richard Biener <rguenther@suse.de>
2017-08-08  marxin.
2017-08-04  rsandifoC++-ify vec_info structures
2017-07-28  jakub PR tree-optimization/81578
2017-07-18  nathan gcc/
2017-07-01  hubicka * cfg.c (scale_bbs_frequencies): New function.
2017-06-29  hubicka * asan.c (asan_emit_stack_protection): Update.
2017-06-19  rguenth2017-06-19 Richard Biener <rguenther@suse.de>
2017-05-30  rguenth2017-05-30 Richard Biener <rguenther@suse.de>
2017-05-16  marxinAdd default value for last argument of dump functions.
2017-05-12  tschwinge[PR middle-end/69921] Use "oacc kernels parallelized...
2017-05-12  tschwingeUse "oacc kernels" attribute for OpenACC kernels
2017-02-05  hubicka PR tree-ssa/79347
2017-02-04  jakub PR tree-optimization/79338
2017-02-01  rguenth2017-02-01 Richard Biener <rguenther@suse.de>
2017-01-01  jakub Update copyright years.
2016-12-14  jambormSplit omp-low into multiple files
2016-09-26  mpolacek * ipa-inline-analysis.c (find_foldable_builtin_expect...
2016-07-21  rguenth2016-07-21 Richard Biener <rguenther@suse.de>
2016-06-01  hubicka * loop-dolop.c (doloop_optimize): Us likely max iterat...
2016-05-19  marxinFix memory leak in tree-parloops.c
2016-05-02  rsandifoSupport <, <=, > and >= for offset_int and widest_int
2016-04-06  ppalkaFix new -Wparentheses warnings encountered during bootstrap
2016-02-23  tschwingeUse plain -fopenacc to enable OpenACC kernels processing
2016-01-26  nathan * omp-low.h (oacc_fn_attrib_kernels_p): Declare.
2016-01-23  vriesFix clobber removal in parloops
2016-01-18  vriesAdd oacc_kernels_p argument to pass_parallelize_loops
2016-01-18  vriesAllow pass_parallelize_loops to be run outside the...
2016-01-11  vriesAdd missing phi args in create_parallel_loop
2016-01-11  vriesDon't allow latch with phi in try_transform_to_exit_fir...
2016-01-11  vriesHandle case that outer phi res is not used in a phi...
2016-01-11  vriesDon't parallelize loops if libgomp not supported
2016-01-10  vriesDon't parallelize loops containing phis with addr_exprs
2016-01-10  vriesOnly allow single exit phi for reduction in try_create_...
2016-01-04  jakub Update copyright years.
2015-11-23  vriesAlways call free_stmt_vec_info_vec in gather_scalar_red...
2015-11-20  vriesFix typo and trailing whitespace in dump-file strings...
2015-11-20  vriesDo final value replacement in try_create_reduction_list
2015-11-11  vriesMake create_parallel_loop return void
2015-11-11  vriesInsert new exit block only when needed in transform_to_...
2015-11-06  vriesFix transform_to_exit_first_loop_alt with -g
2015-10-30  amacleod2015-10-30 Andrew MacLeod <amacleod@redhat.com>
2015-10-29  amacleod2015-10-29 Andrew MacLeod <amacleod@redhat.com>
2015-10-28  law[PATCH 7/9] ENABLE_CHECKING refactoring: middle-end...
2015-10-16  rguenth2015-10-16 Richard Biener <rguenther@suse.de>
2015-10-13  vriesFix parloops gimple_uid usage
2015-10-13  vriesAdd param parloops-schedule
2015-09-23  tschwingeRefactor omp_reduction_init: omp_reduction_init_op
2015-09-20  tbsaundeswitch from gimple to gimple*
2015-09-03  vriesAdd param parloops-chunk-size
2015-07-31  vriesDon't cancel loop tree in parloops
2015-07-28  vriesHandle double reduction in parloops
2015-07-27  vriesSimplify gather_scalar_reductions
2015-07-24  vriesAdd transform_to_exit_first_loop_alt dump success message
2015-07-23  vriesCheck TYPE_OVERFLOW_WRAPS for parloops reductions
2015-07-16  vriesHandle exit phi without header phi in create_parallel_loop
2015-07-16  vriesHandle unused reduction in create_loads_for_reductions
2015-07-10  amacleod2015-07-10 Andrew MacLeod <amacleod@redhat.com>
2015-07-10  vriesInsert new bound in try_transform_to_exit_first_loop_alt
2015-07-08  amacleod2015-07-07 Andrew MacLeod <amacleod@redhat.com>
2015-07-07  vriesAdd empty loop exit block in transform_to_exit_first_lo...
2015-07-07  vriesAdd rewrite_virtuals_into_loop_closed_ssa
2015-06-30  vriesUse max_loop_iterations in transform_to_exit_first_loop_alt
2015-06-29  vriesSimplify structure try_transform_to_exit_first_loop_alt
2015-06-25  amacleod2015-06-25 Andrew MacLeod <amacleod@redhat.com>
2015-06-25  rsandifogcc/
2015-06-22  vriesAdd missing update_stmt in transform_to_exit_first_loop_alt
2015-06-17  amacleod2015-06-17 Andrew MacLeod <amacleod@redhat.com>
2015-06-08  amacleod2015-06-08 Andrew MacLeod <amacleod@redhat.com>
2015-06-08  vriesFix try_transform_to_exit_first_loop_alt
2015-06-05  vriesAdd transform_to_exit_first_loop_alt
2015-06-04  amacleod2015-06-04 Andrew MacLeod <amacleod@redhat.com>
2015-04-18  tbsaunderemove need for store_values_directly
2015-03-21  vriesMark omp thread functions as parallelized
2015-03-18  vriesMake parallelize_loops static
2015-03-12  rguenth2015-03-12 Richard Biener <rguenther@suse.de>
2015-01-09  prathamesh34922015-01-09 Michael Collison <michael.collison@linaro...
2015-01-05  jakub Update copyright years.
2014-11-29  jakub * gimple-expr.h (create_tmp_var_raw, create_tmp_var,
2014-11-19  dmalcolmMerger of git branch "gimple-classes-v2-option-3"
2014-11-13  vriesRun pass_expand_omp_ssa after pass_paralellize_loops
2014-10-27  amacleod2014-10-27 Andrew MacLeod <amacleod@redhat.com>
2014-07-09  tbsaunderemove has_execute
next