Age | Commit message (Expand) | Author | Files | Lines |
2017-09-05 | re PR tree-optimization/64910 (tree reassociation results in poor code) | Jeff Law | 1 | -8/+9 |
2017-09-04 | re PR tree-optimization/64910 (tree reassociation results in poor code) | Jeff Law | 1 | -0/+12 |
2017-08-03 | tree-ssa-reassoc.c (should_break_up_subtract): Also break up if the use is in... | Richard Biener | 1 | -1/+3 |
2017-08-03 | re PR tree-optimization/81655 (new test case gcc.dg/tree-ssa/pr81588.c fails ... | Jakub Jelinek | 1 | -4/+15 |
2017-08-01 | re PR tree-optimization/81588 (Wrong code at -O2) | Jakub Jelinek | 1 | -9/+23 |
2017-07-27 | re PR tree-optimization/81555 (Wrong code at -O1) | Jakub Jelinek | 1 | -4/+11 |
2017-06-29 | asan.c (asan_emit_stack_protection): Update. | Jan Hubicka | 1 | -1/+1 |
2017-06-28 | re PR tree-optimization/81227 (ICE in get_single_symbol, at tree-vrp.c:799) | Richard Biener | 1 | -1/+1 |
2017-06-12 | re PR tree-optimization/81003 (ICE: tree check: expected ssa_name, have integ... | Jakub Jelinek | 1 | -6/+23 |
2017-06-04 | i386.c (make_resolver_func): Update. | Jan Hubicka | 1 | -1/+1 |
2017-05-16 | Add default value for last argument of dump functions. | Martin Liska | 1 | -60/+60 |
2017-03-22 | re PR tree-optimization/80072 (ICE in gimple_build_assign_1 with -O3 -march=b... | Jakub Jelinek | 1 | -15/+14 |
2017-02-10 | re PR tree-optimization/79411 (ICE: SSA corruption (fail_abnormal_edge_coales... | Jakub Jelinek | 1 | -1/+14 |
2017-01-24 | Fix false positive for -Walloc-size-larger-than (PR bootstrap/79132). | Martin Liska | 1 | -0/+1 |
2017-01-01 | Update copyright years. | Jakub Jelinek | 1 | -1/+1 |
2016-12-09 | re PR middle-end/78726 (Incorrect unsigned arithmetic optimization) | Jakub Jelinek | 1 | -8/+29 |
2016-11-09 | fold-const.c (tree_swap_operands_p): Remove unused arg. | Richard Biener | 1 | -1/+1 |
2016-10-31 | re PR tree-optimization/77860 (ICE in gimple_build_assign_1, at gimple.c:420) | Jakub Jelinek | 1 | -1/+1 |
2016-10-13 | Move MEMMODEL_* from coretypes.h to memmodel.h | Thomas Preud'homme | 1 | -0/+1 |
2016-10-12 | re PR tree-optimization/77929 (ICE: verify_gimple failed (error: non-trivial ... | Jakub Jelinek | 1 | -3/+17 |
2016-10-09 | re PR tree-optimization/77901 (ICE in tree-sse-reassoc,c:2881) | Jakub Jelinek | 1 | -1/+5 |
2016-10-07 | re PR tree-optimization/77664 (Missed optimization: signed int >= 0 && < unsi... | Jakub Jelinek | 1 | -4/+199 |
2016-09-26 | re PR tree-optimization/77719 (ICE in pp_string, at pretty-print.c:955) | Kugan Vivekanandarajah | 1 | -1/+1 |
2016-09-21 | Incorrect arithmetic optimization involving bitfield arguments | Kugan Vivekanandarajah | 1 | -8/+72 |
2016-07-27 | re PR tree-optimization/71994 (ICE: verify_gimple failed) | Kugan Vivekanandarajah | 1 | -2/+2 |
2016-07-26 | use auto_sbitmap in various places | Trevor Saunders | 1 | -9/+3 |
2016-07-25 | Call get_ops just for SSA_NAMEs (PR tree-optimization/71987) | Martin Liska | 1 | -3/+4 |
2016-07-24 | re PR tree-optimization/66726 (missed optimization, factor conversion out of ... | Kugan Vivekanandarajah | 1 | -18/+80 |
2016-06-25 | re PR tree-optimization/71631 (Wrong constant folding) | Jakub Jelinek | 1 | -4/+9 |
2016-06-17 | Fix memory leak in tree-ssa-reassoc.c | Martin Liska | 1 | -1/+1 |
2016-06-10 | re PR tree-optimization/71478 (ICE in tree-ssa-reassoc.c after r236564) | Kugan Vivekanandarajah | 1 | -2/+1 |
2016-06-06 | re PR tree-optimization/71408 (wrong code at -Os and above on x86_64-linux-gnu) | Kugan Vivekanandarajah | 1 | -2/+4 |
2016-06-06 | re PR target/71281 (ICE on gcc trunk on knl, wsm, ivb and bdw targets (tree-s... | Kugan Vivekanandarajah | 1 | -0/+1 |
2016-05-31 | re PR tree-optimization/71352 (ICE at -O1 and above on x86_64-linux-gnu: in z... | Richard Biener | 1 | -8/+26 |
2016-05-30 | tree-ssa-reassoc.c (swap_ops_for_binary_stmt): Fix typo from commit r236875. | Kugan Vivekanandarajah | 1 | -1/+1 |
2016-05-30 | re PR middle-end/71269 (segfault while compiling sqlite) | Kugan Vivekanandarajah | 1 | -34/+37 |
2016-05-30 | re PR tree-optimization/71252 (ICE: verify_ssa failed : definition in block 7... | Kugan Vivekanandarajah | 1 | -14/+2 |
2016-05-24 | tree-ssa-reassoc.c (sort_by_operand_rank): Skip checking gimple_bb when there... | Kugan Vivekanandarajah | 1 | -0/+2 |
2016-05-24 | re PR tree-optimization/71230 (ICE : in zero_one_operation, at tree-ssa-reass... | Richard Biener | 1 | -6/+22 |
2016-05-24 | re PR tree-optimization/71252 (ICE: verify_ssa failed : definition in block 7... | Kugan Vivekanandarajah | 1 | -9/+15 |
2016-05-24 | re PR tree-optimization/71170 (ICE in rewrite_expr_tree, at tree-ssa-reassoc.... | Kugan Vivekanandarajah | 1 | -18/+62 |
2016-05-23 | re PR tree-optimization/71230 (ICE : in zero_one_operation, at tree-ssa-reass... | Richard Biener | 1 | -9/+7 |
2016-05-22 | re PR tree-optimization/40921 (missed optimization: x + (-y * z * z) => x - y... | Kugan Vivekanandarajah | 1 | -26/+72 |
2016-05-21 | re PR tree-optimization/71179 (ice fold_convert_loc, at fold-const.c:2360) | Kugan Vivekanandarajah | 1 | -1/+2 |
2016-05-19 | Fix leak in gcc/tree-ssa-reassoc.c. | Martin Liska | 1 | -1/+1 |
2016-05-18 | re PR tree-optimization/63586 (x+x+x+x -> 4*x in gimple) | Kugan Vivekanandarajah | 1 | -0/+80 |
2016-05-02 | Support <, <=, > and >= for offset_int and widest_int | Richard Sandiford | 1 | -1/+1 |
2016-03-24 | re PR tree-optimization/70372 (ICE: in wide_int_to_tree, at tree.c:1488 with ... | Richard Biener | 1 | -1/+1 |
2016-03-14 | re PR tree-optimization/68714 (less folding of vector comparison) | Richard Henderson | 1 | -8/+155 |
2016-03-01 | re PR target/69994 (test case gfortran.dg/reassoc_6.f fails starting with r23... | Richard Biener | 1 | -1/+3 |