Age | Commit message (Expand) | Author | Files | Lines |
2020-09-17 | reassoc: Fix -fcompare-debug bug in reassociate_bb [PR94329] | Jakub Jelinek | 1 | -7/+7 |
2019-08-30 | backport: [multiple changes] | Richard Biener | 1 | -0/+1 |
2019-05-03 | Backport PRs 86984, 89595, 89698, 89710, 89711, 90071 | Richard Biener | 1 | -1/+2 |
2019-01-24 | backport: re PR middle-end/89008 (O2 and O1 results differ for simple test) | Richard Biener | 1 | -1/+1 |
2018-07-16 | re PR tree-optimization/86514 (wrong manipulation of 2-dimensional packed arr... | Eric Botcazou | 1 | -2/+7 |
2018-04-27 | re PR tree-optimization/85529 (wrong code at -O2 and -O3 on x86_64-linux-gnu) | Jakub Jelinek | 1 | -6/+62 |
2018-03-16 | re PR tree-optimization/84841 (ICE: tree check: expected ssa_name, have real_... | Jakub Jelinek | 1 | -3/+11 |
2018-01-03 | Update copyright years. | Jakub Jelinek | 1 | -1/+1 |
2017-12-12 | [SFN] boilerplate changes in preparation to introduce nonbind markers | Alexandre Oliva | 1 | -1/+1 |
2017-12-01 | re PR tree-optimization/83221 (qsort comparator not anti-commutative: -214748... | Jakub Jelinek | 1 | -2/+2 |
2017-10-27 | builtins.c (CASE_MATHFN_FLOATN): New helper macro to add cases for math funct... | Michael Meissner | 1 | -0/+1 |
2017-10-19 | asan.c (create_cond_insert_point): Do not update edge count. | Jan Hubicka | 1 | -3/+1 |
2017-10-13 | * tree-ssa-reassoc.c (reassociate_bb): Clarify code slighly. | Jeff Law | 1 | -1/+1 |
2017-10-04 | re PR tree-optimization/82381 (internal compiler error: qsort checking failed) | Jakub Jelinek | 1 | -39/+41 |
2017-10-03 | re PR tree-optimization/82381 (internal compiler error: qsort checking failed) | Jakub Jelinek | 1 | -19/+20 |
2017-09-26 | re PR middle-end/35691 (Missed (a == 0) && (b == 0) into (a|(typeof(a)(b)) ==... | Jakub Jelinek | 1 | -1/+140 |
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 |