summaryrefslogtreecommitdiff
path: root/gcc/tree-parloops.c
AgeCommit message (Expand)Author
2016-01-26omp-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
2016-01-18Allow pass_parallelize_loops to be run outside the loop pipelineTom de Vries
2016-01-11Add missing phi args in create_parallel_loopTom de Vries
2016-01-11Don't allow latch with phi in try_transform_to_exit_first_loop_altTom de Vries
2016-01-11Handle case that outer phi res is not used in a phi in gather_scalar_reductionsTom de Vries
2016-01-11Don't parallelize loops if libgomp not supportedTom de Vries
2016-01-10Don't parallelize loops containing phis with addr_exprsTom de Vries
2016-01-10Only allow single exit phi for reduction in try_create_reduction_listTom de Vries
2016-01-04Update copyright years.Jakub Jelinek
2015-11-23Always call free_stmt_vec_info_vec in gather_scalar_reductionsTom de Vries
2015-11-20Fix typo and trailing whitespace in dump-file strings in parloopsTom de Vries
2015-11-20Do final value replacement in try_create_reduction_listTom de Vries
2015-11-11Make create_parallel_loop return voidTom de Vries
2015-11-11Insert new exit block only when needed in transform_to_exit_first_loop_altTom de Vries
2015-11-06Fix transform_to_exit_first_loop_alt with -gTom de Vries
2015-10-30alias.c: Remove unused headers.Andrew MacLeod
2015-10-29alias.c: Reorder #include statements and remove duplicates.Andrew MacLeod
2015-10-27[PATCH 7/9] ENABLE_CHECKING refactoring: middle-end, LTO FEMikhail Maltsev
2015-10-16tree-nested.h (build_addr): Adjust prototype.Richard Biener
2015-10-13Fix parloops gimple_uid usageTom de Vries
2015-10-13Add param parloops-scheduleTom de Vries
2015-09-23Refactor omp_reduction_init: omp_reduction_init_opThomas Schwinge
2015-09-20switch from gimple to gimple*Trevor Saunders
2015-09-03Add param parloops-chunk-sizeTom de Vries
2015-07-31Don't cancel loop tree in parloopsTom de Vries
2015-07-28Handle double reduction in parloopsTom de Vries
2015-07-27Simplify gather_scalar_reductionsTom de Vries
2015-07-24Add transform_to_exit_first_loop_alt dump success messageTom de Vries
2015-07-23Check TYPE_OVERFLOW_WRAPS for parloops reductionsTom de Vries
2015-07-16Handle exit phi without header phi in create_parallel_loopTom de Vries
2015-07-16Handle unused reduction in create_loads_for_reductionsTom de Vries
2015-07-10gimple-predict.h: New file.Andrew MacLeod
2015-07-10Insert new bound in try_transform_to_exit_first_loop_altTom de Vries
2015-07-08tree-core.h: Include symtab.h.Andrew MacLeod
2015-07-07Add empty loop exit block in transform_to_exit_first_loop_altTom de Vries
2015-07-07Add rewrite_virtuals_into_loop_closed_ssaTom de Vries
2015-06-30Use max_loop_iterations in transform_to_exit_first_loop_altTom de Vries
2015-06-29Simplify structure try_transform_to_exit_first_loop_altTom de Vries
2015-06-25function.h (ipa_opt_pass, [...]): Move forward declarations.Andrew MacLeod
2015-06-25hash-traits.h (free_ptr_hash): New class.Richard Sandiford
2015-06-22Add missing update_stmt in transform_to_exit_first_loop_altTom de Vries
2015-06-17coretypes.h: Include input.h and as-a.h.Andrew MacLeod
2015-06-08coretypes.h: Include hash-table.h and hash-set.h for host files.Andrew MacLeod
2015-06-08Fix try_transform_to_exit_first_loop_altTom de Vries
2015-06-05Add transform_to_exit_first_loop_altTom de Vries
2015-06-04coretypes.h: Include machmode.h...Andrew MacLeod
2015-04-18remove need for store_values_directlyTrevor Saunders
2015-03-21Mark omp thread functions as parallelizedTom de Vries