aboutsummaryrefslogtreecommitdiff
path: root/gcc/tree-parloops.c
AgeCommit message (Expand)AuthorFilesLines
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
2016-12-14Split omp-low into multiple filesMartin Jambor1-2/+3
2016-09-26ipa-inline-analysis.c (find_foldable_builtin_expect): Use gimple_call_interna...Marek Polacek1-3/+1
2016-07-21function-tests.c (build_trivial_generic_function): Set BLOCK_SUPERCONTEXT of ...Richard Biener1-0/+1
2016-06-01loop-dolop.c (doloop_optimize): Us likely max iteration bound.Jan Hubicka1-1/+1
2016-05-19Fix memory leak in tree-parloops.cMartin Liska1-0/+1
2016-05-02Support <, <=, > and >= for offset_int and widest_intRichard Sandiford1-1/+1
2016-04-06Fix new -Wparentheses warnings encountered during bootstrapPatrick Palka1-8/+10
2016-02-23Use plain -fopenacc to enable OpenACC kernels processingThomas Schwinge1-4/+21
2016-01-26omp-low.h (oacc_fn_attrib_kernels_p): Declare.Nathan Sidwell1-1/+1
2016-01-23Fix clobber removal in parloopsTom de Vries1-0/+1
2016-01-18Add oacc_kernels_p argument to pass_parallelize_loopsTom de Vries1-106/+638
2016-01-18Allow pass_parallelize_loops to be run outside the loop pipelineTom de Vries1-5/+23
2016-01-11Add missing phi args in create_parallel_loopTom de Vries1-1/+6
2016-01-11Don't allow latch with phi in try_transform_to_exit_first_loop_altTom de Vries1-0/+4
2016-01-11Handle case that outer phi res is not used in a phi in gather_scalar_reductionsTom de Vries1-0/+2
2016-01-11Don't parallelize loops if libgomp not supportedTom de Vries1-0/+4
2016-01-10Don't parallelize loops containing phis with addr_exprsTom de Vries1-0/+34
2016-01-10Only allow single exit phi for reduction in try_create_reduction_listTom de Vries1-0/+8
2016-01-04Update copyright years.Jakub Jelinek1-1/+1
2015-11-23Always call free_stmt_vec_info_vec in gather_scalar_reductionsTom de Vries1-1/+5
2015-11-20Fix typo and trailing whitespace in dump-file strings in parloopsTom de Vries1-2/+2
2015-11-20Do final value replacement in try_create_reduction_listTom de Vries1-0/+3
2015-11-11Make create_parallel_loop return voidTom de Vries1-5/+2
2015-11-11Insert new exit block only when needed in transform_to_exit_first_loop_altTom de Vries1-14/+28
2015-11-06Fix transform_to_exit_first_loop_alt with -gTom de Vries1-0/+2
2015-10-30alias.c: Remove unused headers.Andrew MacLeod1-4/+0
2015-10-29alias.c: Reorder #include statements and remove duplicates.Andrew MacLeod1-8/+6
2015-10-27[PATCH 7/9] ENABLE_CHECKING refactoring: middle-end, LTO FEMikhail Maltsev1-3/+1
2015-10-16tree-nested.h (build_addr): Adjust prototype.Richard Biener1-2/+2
2015-10-13Fix parloops gimple_uid usageTom de Vries1-4/+17
2015-10-13Add param parloops-scheduleTom de Vries1-1/+25
2015-09-23Refactor omp_reduction_init: omp_reduction_init_opThomas Schwinge1-11/+5
2015-09-20switch from gimple to gimple*Trevor Saunders1-27/+27
2015-09-03Add param parloops-chunk-sizeTom de Vries1-0/+5