]> git.ipfire.org Git - thirdparty/gcc.git/history - gcc/tree-parloops.c
PR c++/61339 - add mismatch between struct and class [-Wmismatched-tags] to non-bugs
[thirdparty/gcc.git] / gcc / tree-parloops.c
2019-07-09  Martin SeborPR c++/61339 - add mismatch between struct and class...
2019-06-16  Tom de Vries[openacc, parloops] Fix SIGSEGV in oacc_entry_exit_ok_1
2019-05-10  Jakub Jelinekre PR tree-optimization/90385 (ICE: tree check: expecte...
2019-05-03  Martin LiskaCome up with is_empty for hash_{table,map,set}.
2019-04-24  Jakub Jelinekre PR tree-optimization/90211 (ICE: tree check: expecte...
2019-02-26  Richard Bienerre PR tree-optimization/89489 (ICE in gimple_duplicate_...
2019-01-01  Jakub JelinekUpdate copyright years.
2018-11-13  David MalcolmEliminate source_location in favor of location_t
2018-11-13  David MalcolmEnsure that dump calls are guarded with dump_enabled_p
2018-11-08  Jakub Jelinekbuiltin-types.def (BT_FN_VOID_BOOL, [...]): New.
2018-10-22  Martin JamborAdd a fun parameter to three stmt_could_throw... functions
2018-07-31  Richard Sandiford[44/46] Remove global vinfo_for_stmt-related routines
2018-07-31  Richard Sandiford[17/46] Make LOOP_VINFO_REDUCTIONS an auto_vec<stmt_vec...
2018-06-26  David MalcolmIntroduce dump_location_t
2018-06-25  Richard Bienertree-vectorizer.h (struct vec_info_shared): New structu...
2018-05-29  Richard Bienertree-vectorizer.h (struct vec_info): Add stmt_vec_infos...
2018-03-21  Tom de Vries[parloops] Handle canonicalize_loop_ivs failure
2018-01-13  Richard SandifordAdd support for in-order addition reduction using SVE...
2018-01-03  Jakub JelinekUpdate copyright years.
2017-11-17  Richard Bienerre PR fortran/83017 (DO CONCURRENT not parallelizing)
2017-08-08  Martin Liskatrans.c: Include header files.
2017-08-04  Richard SandifordC++-ify vec_info structures
2017-07-28  Jakub Jelinekre PR tree-optimization/81578 (ICE in omp_reduction_ini...
2017-07-18  Nathan Sidwelltree-parloops.c (try_transform_to_exit_first_loop_alt...
2017-07-01  Jan Hubickacfg.c (scale_bbs_frequencies): New function.
2017-06-29  Jan Hubickaasan.c (asan_emit_stack_protection): Update.
2017-06-19  Richard Bienertree-ssa-loop-niter.h (estimate_numbers_of_iterations...
2017-05-30  Richard Bienertree-vectorizer.h (struct _stmt_vec_info): Add reduc_ty...
2017-05-16  Martin LiskaAdd default value for last argument of dump functions.
2017-05-12  Thomas Schwinge[PR middle-end/69921] Use "oacc kernels parallelized...
2017-05-12  Thomas SchwingeUse "oacc kernels" attribute for OpenACC kernels
2017-02-05  Jan Hubickare PR tree-optimization/79347 (vect_do_peeling is messi...
2017-02-04  Jakub Jelinekre PR tree-optimization/79338 (Memory leak in tree...
2017-02-01  Richard Bienergraphite.c: Include tree-vectorizer.h for find_loop_loc...
2017-01-01  Jakub JelinekUpdate copyright years.
2016-12-14  Martin JamborSplit omp-low into multiple files
2016-09-26  Marek Polacekipa-inline-analysis.c (find_foldable_builtin_expect...
2016-07-21  Richard Bienerfunction-tests.c (build_trivial_generic_function):...
2016-06-01  Jan Hubickaloop-dolop.c (doloop_optimize): Us likely max iteration...
2016-05-19  Martin LiskaFix memory leak in tree-parloops.c
2016-05-02  Richard SandifordSupport <, <=, > and >= for offset_int and widest_int
2016-04-06  Patrick PalkaFix new -Wparentheses warnings encountered during bootstrap
2016-02-23  Thomas SchwingeUse plain -fopenacc to enable OpenACC kernels processing
2016-01-26  Nathan Sidwellomp-low.h (oacc_fn_attrib_kernels_p): Declare.
2016-01-23  Tom de VriesFix clobber removal in parloops
2016-01-18  Tom de VriesAdd oacc_kernels_p argument to pass_parallelize_loops
2016-01-18  Tom de VriesAllow pass_parallelize_loops to be run outside the...
2016-01-11  Tom de VriesAdd missing phi args in create_parallel_loop
2016-01-11  Tom de VriesDon't allow latch with phi in try_transform_to_exit_fir...
2016-01-11  Tom de VriesHandle case that outer phi res is not used in a phi...
2016-01-11  Tom de VriesDon't parallelize loops if libgomp not supported
2016-01-10  Tom de VriesDon't parallelize loops containing phis with addr_exprs
2016-01-10  Tom de VriesOnly allow single exit phi for reduction in try_create_...
2016-01-04  Jakub JelinekUpdate copyright years.
2015-11-23  Tom de VriesAlways call free_stmt_vec_info_vec in gather_scalar_red...
2015-11-20  Tom de VriesFix typo and trailing whitespace in dump-file strings...
2015-11-20  Tom de VriesDo final value replacement in try_create_reduction_list
2015-11-11  Tom de VriesMake create_parallel_loop return void
2015-11-11  Tom de VriesInsert new exit block only when needed in transform_to_...
2015-11-06  Tom de VriesFix transform_to_exit_first_loop_alt with -g
2015-10-30  Andrew MacLeodalias.c: Remove unused headers.
2015-10-29  Andrew MacLeodalias.c: Reorder #include statements and remove duplicates.
2015-10-28  Mikhail Maltsev[PATCH 7/9] ENABLE_CHECKING refactoring: middle-end...
2015-10-16  Richard Bienertree-nested.h (build_addr): Adjust prototype.
2015-10-13  Tom de VriesFix parloops gimple_uid usage
2015-10-13  Tom de VriesAdd param parloops-schedule
2015-09-23  Thomas SchwingeRefactor omp_reduction_init: omp_reduction_init_op
2015-09-20  Trevor Saundersswitch from gimple to gimple*
2015-09-03  Tom de VriesAdd param parloops-chunk-size
2015-07-31  Tom de VriesDon't cancel loop tree in parloops
2015-07-28  Tom de VriesHandle double reduction in parloops
2015-07-27  Tom de VriesSimplify gather_scalar_reductions
2015-07-24  Tom de VriesAdd transform_to_exit_first_loop_alt dump success message
2015-07-23  Tom de VriesCheck TYPE_OVERFLOW_WRAPS for parloops reductions
2015-07-16  Tom de VriesHandle exit phi without header phi in create_parallel_loop
2015-07-16  Tom de VriesHandle unused reduction in create_loads_for_reductions
2015-07-10  Andrew MacLeodgimple-predict.h: New file.
2015-07-10  Tom de VriesInsert new bound in try_transform_to_exit_first_loop_alt
2015-07-08  Andrew MacLeodtree-core.h: Include symtab.h.
2015-07-07  Tom de VriesAdd empty loop exit block in transform_to_exit_first_lo...
2015-07-07  Tom de VriesAdd rewrite_virtuals_into_loop_closed_ssa
2015-06-30  Tom de VriesUse max_loop_iterations in transform_to_exit_first_loop_alt
2015-06-29  Tom de VriesSimplify structure try_transform_to_exit_first_loop_alt
2015-06-25  Andrew MacLeodfunction.h (ipa_opt_pass, [...]): Move forward declarat...
2015-06-25  Richard Sandifordhash-traits.h (free_ptr_hash): New class.
2015-06-22  Tom de VriesAdd missing update_stmt in transform_to_exit_first_loop_alt
2015-06-17  Andrew MacLeodcoretypes.h: Include input.h and as-a.h.
2015-06-08  Andrew MacLeodcoretypes.h: Include hash-table.h and hash-set.h for...
2015-06-08  Tom de VriesFix try_transform_to_exit_first_loop_alt
2015-06-05  Tom de VriesAdd transform_to_exit_first_loop_alt
2015-06-04  Andrew MacLeodcoretypes.h: Include machmode.h...
2015-04-18  Trevor Saundersremove need for store_values_directly
2015-03-21  Tom de VriesMark omp thread functions as parallelized
2015-03-18  Tom de VriesMake parallelize_loops static
2015-03-12  Richard Bienertree-cfg.c (gimple_split_block): Remove loop finding...
2015-01-09  Michael Collisongenattrtab.c (write_header): Include hash-set.h...
2015-01-05  Jakub JelinekUpdate copyright years.
2014-11-29  Jakub Jelinekgimple-expr.h (create_tmp_var_raw, [...]): Add default...
2014-11-19  David MalcolmMerger of git branch "gimple-classes-v2-option-3"
2014-11-13  Tom de VriesRun pass_expand_omp_ssa after pass_paralellize_loops
next