Age | Commit message (Expand) | Author | Files | Lines |
2017-02-05 | re PR tree-optimization/79347 (vect_do_peeling is messing up profile) | Jan Hubicka | 1 | -1/+2 |
2017-02-04 | re PR tree-optimization/79338 (Memory leak in tree-parloops.c) | Jakub Jelinek | 1 | -32/+44 |
2017-02-01 | graphite.c: Include tree-vectorizer.h for find_loop_location. | Richard Biener | 1 | -11/+8 |
2017-01-01 | Update copyright years. | Jakub Jelinek | 1 | -1/+1 |
2016-12-14 | Split omp-low into multiple files | Martin Jambor | 1 | -2/+3 |
2016-09-26 | ipa-inline-analysis.c (find_foldable_builtin_expect): Use gimple_call_interna... | Marek Polacek | 1 | -3/+1 |
2016-07-21 | function-tests.c (build_trivial_generic_function): Set BLOCK_SUPERCONTEXT of ... | Richard Biener | 1 | -0/+1 |
2016-06-01 | loop-dolop.c (doloop_optimize): Us likely max iteration bound. | Jan Hubicka | 1 | -1/+1 |
2016-05-19 | Fix memory leak in tree-parloops.c | Martin Liska | 1 | -0/+1 |
2016-05-02 | Support <, <=, > and >= for offset_int and widest_int | Richard Sandiford | 1 | -1/+1 |
2016-04-06 | Fix new -Wparentheses warnings encountered during bootstrap | Patrick Palka | 1 | -8/+10 |
2016-02-23 | Use plain -fopenacc to enable OpenACC kernels processing | Thomas Schwinge | 1 | -4/+21 |
2016-01-26 | omp-low.h (oacc_fn_attrib_kernels_p): Declare. | Nathan Sidwell | 1 | -1/+1 |
2016-01-23 | Fix clobber removal in parloops | Tom de Vries | 1 | -0/+1 |
2016-01-18 | Add oacc_kernels_p argument to pass_parallelize_loops | Tom de Vries | 1 | -106/+638 |
2016-01-18 | Allow pass_parallelize_loops to be run outside the loop pipeline | Tom de Vries | 1 | -5/+23 |
2016-01-11 | Add missing phi args in create_parallel_loop | Tom de Vries | 1 | -1/+6 |
2016-01-11 | Don't allow latch with phi in try_transform_to_exit_first_loop_alt | Tom de Vries | 1 | -0/+4 |
2016-01-11 | Handle case that outer phi res is not used in a phi in gather_scalar_reductions | Tom de Vries | 1 | -0/+2 |
2016-01-11 | Don't parallelize loops if libgomp not supported | Tom de Vries | 1 | -0/+4 |
2016-01-10 | Don't parallelize loops containing phis with addr_exprs | Tom de Vries | 1 | -0/+34 |
2016-01-10 | Only allow single exit phi for reduction in try_create_reduction_list | Tom de Vries | 1 | -0/+8 |
2016-01-04 | Update copyright years. | Jakub Jelinek | 1 | -1/+1 |
2015-11-23 | Always call free_stmt_vec_info_vec in gather_scalar_reductions | Tom de Vries | 1 | -1/+5 |
2015-11-20 | Fix typo and trailing whitespace in dump-file strings in parloops | Tom de Vries | 1 | -2/+2 |
2015-11-20 | Do final value replacement in try_create_reduction_list | Tom de Vries | 1 | -0/+3 |
2015-11-11 | Make create_parallel_loop return void | Tom de Vries | 1 | -5/+2 |
2015-11-11 | Insert new exit block only when needed in transform_to_exit_first_loop_alt | Tom de Vries | 1 | -14/+28 |
2015-11-06 | Fix transform_to_exit_first_loop_alt with -g | Tom de Vries | 1 | -0/+2 |
2015-10-30 | alias.c: Remove unused headers. | Andrew MacLeod | 1 | -4/+0 |
2015-10-29 | alias.c: Reorder #include statements and remove duplicates. | Andrew MacLeod | 1 | -8/+6 |
2015-10-27 | [PATCH 7/9] ENABLE_CHECKING refactoring: middle-end, LTO FE | Mikhail Maltsev | 1 | -3/+1 |
2015-10-16 | tree-nested.h (build_addr): Adjust prototype. | Richard Biener | 1 | -2/+2 |
2015-10-13 | Fix parloops gimple_uid usage | Tom de Vries | 1 | -4/+17 |
2015-10-13 | Add param parloops-schedule | Tom de Vries | 1 | -1/+25 |
2015-09-23 | Refactor omp_reduction_init: omp_reduction_init_op | Thomas Schwinge | 1 | -11/+5 |
2015-09-20 | switch from gimple to gimple* | Trevor Saunders | 1 | -27/+27 |
2015-09-03 | Add param parloops-chunk-size | Tom de Vries | 1 | -0/+5 |
2015-07-31 | Don't cancel loop tree in parloops | Tom de Vries | 1 | -13/+36 |
2015-07-28 | Handle double reduction in parloops | Tom de Vries | 1 | -9/+64 |
2015-07-27 | Simplify gather_scalar_reductions | Tom de Vries | 1 | -9/+12 |
2015-07-24 | Add transform_to_exit_first_loop_alt dump success message | Tom de Vries | 1 | -1/+9 |
2015-07-23 | Check TYPE_OVERFLOW_WRAPS for parloops reductions | Tom de Vries | 1 | -3/+3 |
2015-07-16 | Handle exit phi without header phi in create_parallel_loop | Tom de Vries | 1 | -4/+8 |
2015-07-16 | Handle unused reduction in create_loads_for_reductions | Tom de Vries | 1 | -0/+4 |
2015-07-10 | gimple-predict.h: New file. | Andrew MacLeod | 1 | -0/+1 |
2015-07-10 | Insert new bound in try_transform_to_exit_first_loop_alt | Tom de Vries | 1 | -1/+11 |
2015-07-08 | tree-core.h: Include symtab.h. | Andrew MacLeod | 1 | -17/+5 |
2015-07-07 | Add empty loop exit block in transform_to_exit_first_loop_alt | Tom de Vries | 1 | -12/+33 |
2015-07-07 | Add rewrite_virtuals_into_loop_closed_ssa | Tom de Vries | 1 | -35/+8 |