Age | Commit message (Expand) | Author | Files | Lines |
2016-04-29 | tree-vect-loop.c (vect_transform_loop): Fix nb_iterations_upper_bound computa... | Ilya Enkovich | 1 | -2/+4 |
2016-04-12 | Revert r234572 (aka PR testsuite/70577) | Martin Liska | 1 | -2/+0 |
2016-03-30 | tree-ssa-loop-niter.c (idx_infer_loop_bounds): We can't get realistic estimat... | Jan Hubicka | 1 | -0/+2 |
2016-03-16 | tree-vect-loop.c (vect_analyze_loop_2): Fix wrong dump info by reporting malf... | Bin Cheng | 1 | -2/+3 |
2016-03-03 | Skip properly debug stmt in optimize_mask_stores (PR | Martin Liska | 1 | -1/+4 |
2016-02-29 | re PR tree-optimization/69720 (wrong code at -O3 on x86_64-linux-gnu) | Richard Biener | 1 | -9/+22 |
2016-02-22 | tree-vect-loop.c (vect_estimate_min_profitable_iters): Dump min_profitable_es... | Bin Cheng | 1 | -2/+2 |
2016-02-10 | re PR tree-optimization/69652 ([ICE] verify_ssa fail w/ -O2 -ffast-math -ftre... | Yuri Rumyantsev | 1 | -59/+75 |
2016-02-02 | re PR middle-end/68542 (10% 481.wrf performance regression) | Yuri Rumyantsev | 1 | -0/+192 |
2016-01-27 | re PR tree-optimization/69166 (ICE in get_initial_def_for_reduction, at tree-... | Richard Biener | 1 | -14/+14 |
2016-01-15 | re PR tree-optimization/66856 (ICE in compute_live_loop_exits, at tree-ssa-lo... | Richard Biener | 1 | -0/+7 |
2016-01-14 | Tidy: remove reduc_xxx_optab migration code. | Alan Lawrence | 1 | -8/+4 |
2016-01-14 | re PR tree-optimization/68060 (ICE on valid code at -O3 on x86_64-linux-gnu i... | Richard Biener | 1 | -2/+5 |
2016-01-12 | re PR target/69053 (ICE in build_vector_from_val) | Richard Biener | 1 | -12/+5 |
2016-01-12 | re PR tree-optimization/69168 (ICE in vect_analyze_loop_2, at tree-vect-loop.... | Richard Biener | 1 | -2/+2 |
2016-01-11 | re PR tree-optimization/69173 (ICE (segfault) in vinfo_for_stmt) | Richard Biener | 1 | -3/+15 |
2016-01-04 | Update copyright years. | Jakub Jelinek | 1 | -1/+1 |
2015-12-10 | re PR tree-optimization/68806 (internal compiler error: Segmentation fault) | Richard Biener | 1 | -3/+6 |
2015-11-30 | re PR tree-optimization/68592 (ICE in vect_get_vec_def_for_operand, at tree-v... | Richard Biener | 1 | -0/+7 |
2015-11-27 | re PR tree-optimization/68559 (Excessive peeling for gaps) | Richard Biener | 1 | -0/+1 |
2015-11-27 | Fix memory leak in loop_vec_info | Martin Liska | 1 | -0/+1 |
2015-11-26 | re PR tree-optimization/66721 (gcc.target/i386/pr61403.c FAILs) | Richard Biener | 1 | -16/+98 |
2015-11-23 | re PR tree-optimization/68327 (ICE on valid code at -O3 on x86_64-linux-gnu i... | Ilya Enkovich | 1 | -1/+2 |
2015-11-20 | re PR tree-optimization/68413 (internal compiler error: in vect_transform_stmt) | Alan Hayward | 1 | -18/+24 |
2015-11-18 | re PR middle-end/67790 (verify_ssa failed: definition in block 20 follows the... | Richard Biener | 1 | -47/+21 |
2015-11-13 | tree-vect-loop.c (vect_determine_vectorization_factor): Check mix of boolean ... | Ilya Enkovich | 1 | -0/+25 |
2015-11-13 | Optimize condition reductions where the result is an integer induction variable | Alan Hayward | 1 | -8/+130 |
2015-11-13 | tree-vect-loop.c (vect_analyze_loop_2): Add fatal parameter. | Richard Biener | 1 | -4/+11 |
2015-11-10 | optabs.c (expand_binop_directly): Allow scalar mode for vec_pack_trunc_optab. | Ilya Enkovich | 1 | -12/+19 |
2015-11-10 | expr.c (do_store_flag): Use expand_vec_cmp_expr for mask results. | Ilya Enkovich | 1 | -5/+130 |
2015-11-03 | tree-vect-data-refs.c (vect_analyze_data_refs): Do not collect data reference... | Richard Biener | 1 | -5/+67 |
2015-10-30 | alias.c: Remove unused headers. | Andrew MacLeod | 1 | -5/+0 |
2015-10-29 | alias.c: Reorder #include statements and remove duplicates. | Andrew MacLeod | 1 | -9/+7 |
2015-10-27 | 2015-10-27 Alan Hayward <alan.hayward@arm.com> | Alan Hayward | 1 | -19/+5 |
2015-10-26 | tree-vect-loop.c (vect_create_epilog_for_reduction): Fix VEC_COND_EXPR types. | Alan Hayward | 1 | -2/+3 |
2015-10-23 | Support for vectorizing conditional expressions | Alan Hayward | 1 | -90/+421 |
2015-10-15 | tree-vectorizer.h (vect_get_new_ssa_name): Declare. | Richard Biener | 1 | -36/+18 |
2015-10-14 | tree-vectorizer.h (vect_is_simple_use): Remove unused parameters. | Richard Biener | 1 | -24/+18 |
2015-10-14 | tree-vect-data-refs.c (vect_enhance_data_refs_alignment): Reset info at start. | Richard Biener | 1 | -2/+2 |
2015-10-13 | tree-vect-data-refs.c (vect_analyze_data_ref_dependences): Allocate the data ... | Richard Biener | 1 | -17/+10 |
2015-10-12 | tree-vect-loop.c (vect_analyze_loop_operations): Move cost related code ... | Richard Biener | 1 | -98/+95 |
2015-10-08 | tree-vect-loop.c (vect_analyze_loop_operations): Skip virtual phi in the tail... | Yuri Rumyantsev | 1 | -0/+2 |
2015-10-07 | tree-vectorizer.h (stmt_vec_info_vec): Use vec<stmt_vec_info>. | Richard Biener | 1 | -149/+77 |
2015-10-06 | tree-vectorizer.h (vec_info): New base class for... | Richard Biener | 1 | -32/+29 |
2015-09-20 | switch from gimple to gimple* | Trevor Saunders | 1 | -84/+86 |
2015-09-17 | Split up optabs.[hc] | Richard Sandiford | 1 | -11/+1 |
2015-08-01 | Allow non-overflow ops in reductions | Tom de Vries | 1 | -2/+4 |
2015-07-23 | Check TYPE_OVERFLOW_WRAPS for parloops reductions | Tom de Vries | 1 | -14/+30 |
2015-07-10 | gimple-predict.h: New file. | Andrew MacLeod | 1 | -0/+1 |
2015-07-08 | tree-core.h: Include symtab.h. | Andrew MacLeod | 1 | -18/+5 |