aboutsummaryrefslogtreecommitdiff
path: root/gcc/tree-parloops.c
AgeCommit message (Expand)Author
2019-11-12Remove gcc/params.* files.Martin Liska
2019-11-12Apply mechanical replacement (generated patch).Martin Liska
2019-09-192019-09-19 Richard Biener <rguenther@suse.de>Richard Biener
2019-09-182019-09-18 Richard Biener <rguenther@suse.de>Richard Biener
2019-07-09PR c++/61339 - add mismatch between struct and class [-Wmismatched-tags] to n...Martin Sebor
2019-06-16[openacc, parloops] Fix SIGSEGV in oacc_entry_exit_ok_1Tom de Vries
2019-05-10 PR tree-optimization/90385Jakub Jelinek
2019-05-03Come up with is_empty for hash_{table,map,set}.Martin Liska
2019-04-24 PR tree-optimization/90211Jakub Jelinek
2019-02-262019-02-26 Richard Biener <rguenther@suse.de>Richard Biener
2019-01-01 Update copyright years.Jakub Jelinek
2018-11-13Eliminate source_location in favor of location_tDavid Malcolm
2018-11-13Ensure that dump calls are guarded with dump_enabled_pDavid Malcolm
2018-11-08 * builtin-types.def (BT_FN_VOID_BOOL, BT_FN_VOID_SIZE_SIZE_PTR,Jakub Jelinek
2018-10-22Add a fun parameter to three stmt_could_throw... functionsMartin Jambor
2018-07-31[44/46] Remove global vinfo_for_stmt-related routinesRichard Sandiford
2018-07-31[17/46] Make LOOP_VINFO_REDUCTIONS an auto_vec<stmt_vec_info>Richard Sandiford
2018-06-26Introduce dump_location_tDavid Malcolm
2018-06-252018-06-25 Richard Biener <rguenther@suse.de>Richard Biener
2018-05-292018-05-29 Richard Biener <rguenther@suse.de>Richard Biener
2018-03-21[parloops] Handle canonicalize_loop_ivs failureTom de Vries
2018-01-13Add support for in-order addition reduction using SVE FADDARichard Sandiford
2018-01-03 Update copyright years.Jakub Jelinek
2017-11-172017-11-17 Richard Biener <rguenther@suse.de>Richard Biener
2017-08-08.Martin Liska
2017-08-04C++-ify vec_info structuresRichard Sandiford
2017-07-28 PR tree-optimization/81578Jakub Jelinek
2017-07-18 gcc/Nathan Sidwell
2017-07-01 * cfg.c (scale_bbs_frequencies): New function.Jan Hubicka
2017-06-29 * asan.c (asan_emit_stack_protection): Update.Jan Hubicka
2017-06-192017-06-19 Richard Biener <rguenther@suse.de>Richard Biener
2017-05-302017-05-30 Richard Biener <rguenther@suse.de>Richard Biener
2017-05-16Add default value for last argument of dump functions.Martin Liska
2017-05-12[PR middle-end/69921] Use "oacc kernels parallelized" attribute for paralleli...Thomas Schwinge
2017-05-12Use "oacc kernels" attribute for OpenACC kernelsThomas Schwinge
2017-02-05 PR tree-ssa/79347Jan Hubicka
2017-02-04 PR tree-optimization/79338Jakub Jelinek
2017-02-012017-02-01 Richard Biener <rguenther@suse.de>Richard Biener
2017-01-01 Update copyright years.Jakub Jelinek
2016-12-14Split omp-low into multiple filesMartin Jambor
2016-09-26 * ipa-inline-analysis.c (find_foldable_builtin_expect): UseMarek Polacek
2016-07-212016-07-21 Richard Biener <rguenther@suse.de>Richard Biener
2016-06-01 * loop-dolop.c (doloop_optimize): Us likely max iteration bound.Jan Hubicka
2016-05-19Fix memory leak in tree-parloops.cMartin Liska
2016-05-02Support <, <=, > and >= for offset_int and widest_intRichard Sandiford
2016-04-06Fix new -Wparentheses warnings encountered during bootstrapPatrick Palka
2016-02-23Use plain -fopenacc to enable OpenACC kernels processingThomas Schwinge
2016-01-26 * omp-low.h (oacc_fn_attrib_kernels_p): Declare.Nathan Sidwell
2016-01-23Fix clobber removal in parloopsTom de Vries
2016-01-18Add oacc_kernels_p argument to pass_parallelize_loopsTom de Vries