Age | Commit message (Expand) | Author | Files | Lines |
2019-11-22 | re PR tree-optimization/92618 (error: type mismatch in binary expression in r... | Jakub Jelinek | 1 | -21/+97 |
2019-11-12 | Remove gcc/params.* files. | Martin Liska | 1 | -1/+0 |
2019-11-12 | Apply mechanical replacement (generated patch). | Martin Liska | 1 | -1/+1 |
2019-09-16 | Auto-generate maybe_fold_and/or_comparisons from match.pd | Li Jia He | 1 | -8/+17 |
2019-07-15 | re PR tree-optimization/88497 (Improve Accumulation in Auto-Vectorized Code) | Kewen Lin | 1 | -6/+279 |
2019-07-09 | PR c++/61339 - add mismatch between struct and class [-Wmismatched-tags] to n... | Martin Sebor | 1 | -8/+8 |
2019-06-27 | Remove quite obvious dead assignments. | Martin Liska | 1 | -3/+0 |
2019-06-25 | re PR tree-optimization/90930 (Excessive memory consumption) | Richard Biener | 1 | -10/+16 |
2019-06-21 | re PR tree-optimization/90930 (Excessive memory consumption) | Richard Biener | 1 | -0/+1 |
2019-04-15 | re PR tree-optimization/90071 (internal compiler error: SSA corruption) | Richard Biener | 1 | -1/+2 |
2019-01-23 | re PR middle-end/89008 (O2 and O1 results differ for simple test) | Richard Biener | 1 | -1/+1 |
2019-01-01 | Update copyright years. | Jakub Jelinek | 1 | -1/+1 |
2018-12-01 | re PR tree-optimization/88274 (ICE in check, at tree-vrp.c:188) | Jakub Jelinek | 1 | -2/+26 |
2018-10-22 | Add a fun parameter to three stmt_could_throw... functions | Martin Jambor | 1 | -5/+5 |
2018-08-22 | fix reassoc cut&pasto | Alexandre Oliva | 1 | -1/+1 |
2018-07-16 | re PR tree-optimization/86514 (wrong manipulation of 2-dimensional packed arr... | Eric Botcazou | 1 | -2/+7 |
2018-06-08 | Convert dump and optgroup flags to enums | David Malcolm | 1 | -1/+1 |
2018-06-07 | re PR tree-optimization/69615 (0 to limit signed range checks don't always us... | Jakub Jelinek | 1 | -13/+32 |
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 |