Age | Commit message (Expand) | Author | Files | Lines |
2018-06-16 | re PR tree-optimization/64946 ([AArch64] gcc.target/aarch64/vect-abs-compile.... | Kugan Vivekanandarajah | 1 | -0/+11 |
2018-06-15 | re PR middle-end/86123 (ICE in prepare_cmp_insn, at optabs.c:3967) | Jakub Jelinek | 1 | -3/+4 |
2018-06-14 | re PR middle-end/86122 (ICE in useless_type_conversion_p, at gimple-expr.c:87) | Jakub Jelinek | 1 | -4/+5 |
2018-05-25 | Add IFN_COND_{MUL,DIV,MOD,RDIV} | Richard Sandiford | 1 | -0/+2 |
2018-05-25 | Fold VEC_COND_EXPRs to IFN_COND_* where possible | Richard Sandiford | 1 | -0/+35 |
2018-05-24 | fold-const.c (tree_nonzero_bits): New function. | Roger Sayle | 1 | -0/+20 |
2018-05-24 | Use canonicalize_math_after_vectorization_p for FMA folds | Richard Sandiford | 1 | -47/+48 |
2018-05-18 | Replace FMA_EXPR with one internal fn per optab | Richard Sandiford | 1 | -0/+57 |
2018-05-01 | Generalize a<b&a<c -> a<min(b,c) | Marc Glisse | 1 | -3/+4 |
2018-04-20 | re PR tree-optimization/85475 (Compile time hog w/ -O1 -fpeel-loops) | Richard Biener | 1 | -1/+2 |
2018-04-19 | re PR tree-optimization/85446 (wrong-code on riscv64) | Jakub Jelinek | 1 | -4/+7 |
2018-04-07 | re PR middle-end/82976 (Error: non-trivial conversion at assignment since r25... | Thomas Koenig | 1 | -1/+1 |
2018-04-05 | re PR middle-end/85195 (ICE: verify_gimple failed: non-trivial conversion at ... | Jakub Jelinek | 1 | -2/+2 |
2018-03-28 | re PR middle-end/82004 (SPEC CPU2017 628.pop2_s miscompare) | Jakub Jelinek | 1 | -1/+4 |
2018-03-27 | re PR middle-end/84067 (gcc.dg/wmul-1.c regression on aarch64 after r257077) | Richard Biener | 1 | -18/+23 |
2018-03-13 | re PR middle-end/84834 (ICE: tree check: expected integer_cst, have complex_c... | Jakub Jelinek | 1 | -12/+15 |
2018-03-06 | re PR tree-optimization/84687 (error: invalid conversion in gimple call with ... | Jakub Jelinek | 1 | -0/+10 |
2018-02-20 | re PR middle-end/82004 (SPEC CPU2017 628.pop2_s miscompare) | Jakub Jelinek | 1 | -5/+9 |
2018-02-15 | re PR tree-optimization/84334 (Stack overflow with -Ofast -frounding-math) | Jakub Jelinek | 1 | -3/+6 |
2018-02-13 | re PR middle-end/84309 (Wrong-code with -ffast-math) | Jakub Jelinek | 1 | -1/+1 |
2018-02-13 | re PR middle-end/84309 (Wrong-code with -ffast-math) | Jakub Jelinek | 1 | -4/+25 |
2018-01-26 | re PR tree-optimization/81082 (Failure to vectorise after reassociating index... | Richard Biener | 1 | -0/+31 |
2018-01-18 | re PR c/61240 (Incorrect warning "integer overflow in expression" on pointer-... | Jakub Jelinek | 1 | -3/+13 |
2018-01-15 | re PR middle-end/82694 (Linux kernel miscompiled since r250765) | Jakub Jelinek | 1 | -1/+8 |
2018-01-09 | Fix folding of Inf/NaN comparisons for -ftrapping-math (PR tree-optimization/... | Joseph Myers | 1 | -12/+15 |
2018-01-08 | re PR tree-optimization/83517 (Missed optimization in math expression: (x+x)/... | Richard Biener | 1 | -1/+1 |
2018-01-03 | poly_int: TYPE_VECTOR_SUBPARTS | Richard Sandiford | 1 | -4/+8 |
2018-01-03 | Update copyright years. | Jakub Jelinek | 1 | -1/+1 |
2018-01-03 | poly_int: folding BIT_FIELD_REFs on vectors | Richard Sandiford | 1 | -25/+22 |
2018-01-03 | match.pd handling of three-constant bitops | Richard Sandiford | 1 | -1/+18 |
2017-12-28 | builtins.def: (_Float<N> and _Float<N>X BUILT_IN_CEIL): Add _Float<N> and _Fl... | Michael Meissner | 1 | -27/+21 |
2017-12-21 | poly_int: MEM_REF offsets | Richard Sandiford | 1 | -2/+2 |
2017-12-21 | poly_int: get_inner_reference & co. | Richard Sandiford | 1 | -4/+4 |
2017-12-20 | poly_int: get_addr_base_and_unit_offset | Richard Sandiford | 1 | -14/+14 |
2017-12-15 | re PR sanitizer/81281 (UBSAN: false positive, dropped promotion to long type.) | Jakub Jelinek | 1 | -20/+25 |
2017-12-06 | re PR sanitizer/81281 (UBSAN: false positive, dropped promotion to long type.) | Jakub Jelinek | 1 | -34/+66 |
2017-11-28 | re PR tree-optimization/80788 (ICE in set_value_range, at tree-vrp.c:252) | Jakub Jelinek | 1 | -1/+2 |
2017-11-24 | Simplify 0 - ptr. | Marc Glisse | 1 | -0/+4 |
2017-11-23 | Simplify ptr - 0 | Marc Glisse | 1 | -0/+5 |
2017-11-21 | New POINTER_DIFF_EXPR | Marc Glisse | 1 | -4/+75 |
2017-11-16 | Canonicalize constant multiplies in division | Wilco Dijkstra | 1 | -11/+10 |
2017-11-13 | match.pd: Convert fminf<N>... | Michael Meissner | 1 | -4/+10 |
2017-11-07 | match.pd: Fix build. | Richard Biener | 1 | -1/+1 |
2017-11-07 | PR71026: Canonicalize negates in division | Wilco Dijkstra | 1 | -0/+5 |
2017-11-07 | PR80131: Simplification of 1U << (31 - x) | Sudakshina Das | 1 | -0/+13 |
2017-11-07 | More bitop simplifications in match.pd | Marc Glisse | 1 | -0/+42 |
2017-11-07 | More fold_negate in match.pd | Marc Glisse | 1 | -0/+20 |
2017-11-03 | Generalize -(-X) a little | Marc Glisse | 1 | -4/+23 |
2017-10-11 | X+Y < X iff Y<0 moved to match.pd | Marc Glisse | 1 | -3/+42 |
2017-10-10 | Require wi::to_wide for trees | Richard Sandiford | 1 | -80/+105 |