Age | Commit message (Expand) | Author | Files | Lines |
2019-02-10 | re PR tree-optimization/89268 (r268689 caused FAIL: gcc.dg/vect/pr79887.c) | Jakub Jelinek | 1 | -1/+2 |
2019-02-08 | re PR tree-optimization/89247 (ICE in expand_LOOP_VECTORIZED, at internal-fn.... | Richard Biener | 1 | -5/+31 |
2019-01-15 | re PR tree-optimization/88855 (ICE: verify_ssa failed (error: SSA_NAME_OCCURS... | Richard Biener | 1 | -0/+4 |
2019-01-01 | Update copyright years. | Jakub Jelinek | 1 | -1/+1 |
2018-10-25 | tree-if-conv.c: Include tree-ssa-sccvn.h. | Richard Biener | 1 | -0/+10 |
2018-09-25 | Remove unused functions and fields. | Martin Liska | 1 | -13/+0 |
2018-08-27 | Come up with fndecl_built_in_p. | Martin Liska | 1 | -1/+1 |
2018-07-12 | Use conditional internal functions in if-conversion | Richard Sandiford | 1 | -61/+224 |
2018-07-07 | tree-vrp.c (vrp_int_const_binop): Change overflow type to overflow_type. | Aldy Hernandez | 1 | -1/+1 |
2018-03-12 | re PR tree-optimization/84803 (ICE from ifcvt_memrefs_wont_trap with -O3) | Richard Biener | 1 | -0/+5 |
2018-03-09 | re PR tree-optimization/84775 (ICE on valid code at -O3: in check_loop_closed... | Richard Biener | 1 | -9/+15 |
2018-03-08 | re PR tree-optimization/84178 (ICE in release_bb_predicate) | Richard Biener | 1 | -2/+9 |
2018-03-08 | tree-if-conv.c: fix ICE seen with -fno-tree-forwprop (PR tree-optimization/84... | David Malcolm | 1 | -3/+5 |
2018-01-13 | Remove unnecessary temporary in tree-if-conv.c | Richard Sandiford | 1 | -1/+0 |
2018-01-03 | poly_int: GET_MODE_BITSIZE | Richard Sandiford | 1 | -1/+4 |
2018-01-03 | Update copyright years. | Jakub Jelinek | 1 | -1/+1 |
2017-11-22 | re PR tree-optimization/83089 (ICE: Segmentation fault (in instantiate_scev_n... | Richard Biener | 1 | -0/+6 |
2017-11-02 | re PR target/82795 (ICE in predicate_mem_writes, at tree-if-conv.c:2251) | Richard Biener | 1 | -4/+1 |
2017-10-20 | re PR tree-optimization/82603 (ICE in ifcvt_local_dce w/ -O2 -ftree-loop-vect... | Richard Biener | 1 | -1/+2 |
2017-09-22 | re PR tree-optimization/82291 (wrong code at -O3 on x86_64-linux-gnu) | Richard Biener | 1 | -90/+100 |
2017-08-30 | [18/77] Make int_mode_for_mode return an opt_scalar_int_mode | Richard Sandiford | 1 | -2/+1 |
2017-08-29 | Set the call nothrow flag more often | Richard Sandiford | 1 | -1/+2 |
2017-07-03 | Rename DR_ALIGNED_TO to DR_OFFSET_ALIGNMENT | Richard Sandiford | 1 | -5/+2 |
2017-07-01 | cfg.c (scale_bbs_frequencies): New function. | Jan Hubicka | 1 | -1/+2 |
2017-07-01 | tree-if-conv.c (combine_blocks): Use make_single_succ_edge to keep profile co... | Jan Hubicka | 1 | -1/+1 |
2017-06-30 | tree-if-conv.c (predicate_scalar_phi): Update new_stmt if fold_stmt returned ... | Andrew Pinski | 1 | -2/+5 |
2017-06-29 | asan.c (asan_emit_stack_protection): Update. | Jan Hubicka | 1 | -1/+2 |
2017-02-05 | re PR tree-optimization/79347 (vect_do_peeling is messing up profile) | Jan Hubicka | 1 | -2/+8 |
2017-01-09 | re PR tree-optimization/78899 (Vestorized loop with optmized mask stores moti... | Jakub Jelinek | 1 | -5/+37 |
2017-01-01 | Update copyright years. | Jakub Jelinek | 1 | -1/+1 |
2016-11-23 | fold-const.c (fold_cond_expr_with_comparison): Move simplification for A cmp ... | Bin Cheng | 1 | -0/+10 |
2016-11-22 | re PR middle-end/78445 (ICE in maybe_gen_insn, at optabs.c:7014) | Jakub Jelinek | 1 | -9/+14 |
2016-11-21 | re PR tree-optimization/78413 (ICE in single_pred_edge, at basic-block.h:361) | Bill Schmidt | 1 | -1/+5 |
2016-11-17 | re PR tree-optimization/77848 (Gimple if-conversion results in redundant comp... | Bill Schmidt | 1 | -4/+6 |
2016-11-17 | common.opt (ftree-loop-if-convert-stores): Mark as preserved for backward com... | Richard Biener | 1 | -3/+1 |
2016-11-16 | Commentary corrections | William Schmidt | 1 | -6/+3 |
2016-11-16 | re PR tree-optimization/77848 (Gimple if-conversion results in redundant comp... | Bill Schmidt | 1 | -4/+48 |
2016-11-16 | Support non-masked epilogue vectoriziation | Yuri Rumyantsev | 1 | -1/+1 |
2016-10-17 | Update dom_info | Yuri Rumyantsev | 1 | -12/+41 |
2016-09-27 | auto-inc-dec.c (try_merge): Remove break after return. | Jakub Jelinek | 1 | -1/+0 |
2016-08-18 | ssa-iterators.h (ssa_vuse_operand): New inline. | Richard Biener | 1 | -14/+84 |
2016-07-20 | re PR tree-optimization/71503 (gcc ICE at -O3 on valid code on x86_64-linux-g... | Bin Cheng | 1 | -1/+4 |
2016-06-01 | re PR tree-optimization/71261 (Trunk GCC hangs on knl and broadwell targets) | Richard Biener | 1 | -191/+1 |
2016-05-25 | re PR tree-optimization/71261 (Trunk GCC hangs on knl and broadwell targets) | Richard Biener | 1 | -3/+3 |
2016-05-25 | timevar.def (TV_TREE_LOOP_IFCVT): Add. | Richard Biener | 1 | -1/+1 |
2016-05-20 | tree-if-conv.c (add_bb_predicate_gimplified_stmts): Use gimple_seq_add_seq_wi... | Richard Biener | 1 | -9/+16 |
2016-05-19 | Fix memory leak in tree-if-conv.c | Martin Liska | 1 | -2/+2 |
2016-05-09 | tree-if-conv.c (tree-ssa-loop.h): Include header file. | Bin Cheng | 1 | -11/+112 |
2016-05-06 | Fix memory leak in tree-if-conv.c | Martin Liska | 1 | -2/+1 |
2016-05-06 | re PR tree-optimization/70960 (ICE: tree check: expected ssa_name, have integ... | Richard Biener | 1 | -0/+3 |