| Commit message (Expand) | Author | Age | Files | Lines |
* | match.pd: Revert a * (1 << b) relaxation. | glisse | 2016-08-31 | 1 | -2/+1 |
* | 2016-08-19 Richard Biener <rguenther@suse.de> | rguenth | 2016-08-19 | 1 | -4/+9 |
* | Fix PR middle-end/71654 (missed shortening of a compare) | ppalka | 2016-08-12 | 1 | -1/+3 |
* | 2016-08-06 Prathamesh Kulkarni <prathamesh.kulkarni@linaro.org> | prathamesh3492 | 2016-08-06 | 1 | -3/+9 |
* | 2016-07-27 Prathamesh Kulkarni <prathamesh.kulkarni@linaro.org> | prathamesh3492 | 2016-07-27 | 1 | -0/+14 |
* | 2016-07-26 Richard Biener <rguenther@suse.de> | prathamesh3492 | 2016-07-26 | 1 | -0/+9 |
* | * cse.c: Use HOST_WIDE_INT_M1 instead of ~(HOST_WIDE_INT) 0. | uros | 2016-07-20 | 1 | -2/+2 |
* | * builtins.c: Use HOST_WIDE_INT_1 instead of (HOST_WIDE_INT) 1, | uros | 2016-07-19 | 1 | -2/+2 |
* | 2016-07-29 Richard Biener <rguenther@suse.de> | rguenth | 2016-06-29 | 1 | -8/+3 |
* | Move optimize_minmax_comparison to match.pd | glisse | 2016-06-13 | 1 | -0/+32 |
* | * match.pd (-1 / B < A): Use :c to avoid pattern duplication. | amonakov | 2016-06-10 | 1 | -12/+2 |
* | 2016-06-07 Richard Biener <rguenther@suse.de> | rguenth | 2016-06-07 | 1 | -2/+6 |
* | 2016-06-01 Richard Biener <rguenther@suse.de> | rguenth | 2016-06-01 | 1 | -2/+3 |
* | 2016-06-01 Richard Biener <rguenther@suse.de> | rguenth | 2016-06-01 | 1 | -40/+5 |
* | 2016-06-01 Richard Biener <rguenther@suse.de> | rguenth | 2016-06-01 | 1 | -2/+2 |
* | match.pd: optimize unsigned mul overflow check | amonakov | 2016-05-30 | 1 | -0/+19 |
* | match.pd: Relax some tree_nop_conversion_p | glisse | 2016-05-23 | 1 | -15/+21 |
* | PR71206: inconsistent types after match.pd transformation | glisse | 2016-05-20 | 1 | -1/+1 |
* | Fold bit_not through ASR and rotate | miyuki | 2016-05-17 | 1 | -0/+21 |
* | x & C -> x if we know that x & ~C == 0 | glisse | 2016-05-17 | 1 | -0/+9 |
* | ~X & Y to X ^ Y in some cases | glisse | 2016-05-17 | 1 | -0/+8 |
* | Simple bitop reassoc in match.pd | glisse | 2016-05-10 | 1 | -4/+35 |
* | 2016-05-09 Richard Biener <rguenther@suse.de> | rguenth | 2016-05-09 | 1 | -0/+2 |
* | 2016-05-04 Richard Biener <rguenther@suse.de> | rguenth | 2016-05-04 | 1 | -0/+96 |
* | Remove duplicate (A & B) OP (C & B) in match.pd. | glisse | 2016-05-04 | 1 | -10/+5 |
* | Canonicalize X u< X to UNORDERED_EXPR | glisse | 2016-05-02 | 1 | -0/+4 |
* | Move "X +- C1 CMP C2 to X CMP C2 -+ C1" to match.pd | glisse | 2016-05-02 | 1 | -0/+44 |
* | 2016-04-29 Richard Biener <rguenther@suse.de> | rguenth | 2016-04-29 | 1 | -0/+8 |
* | 2016-04-28 Richard Biener <rguenther@suse.de> | rguenth | 2016-04-28 | 1 | -2/+20 |
* | match.pd: unsigned A - B > A --> A < B | glisse | 2016-04-27 | 1 | -0/+54 |
* | match.pd: u + 3 < u is u > UINT_MAX - 3 | glisse | 2016-04-26 | 1 | -0/+26 |
* | match.pd: X + X --> X * 2 for integers | glisse | 2016-04-26 | 1 | -2/+4 |
* | min(-x, -y), min(~x, ~y) | glisse | 2016-04-21 | 1 | -0/+16 |
* | max(INT_MIN, x) -> x | glisse | 2016-04-21 | 1 | -8/+18 |
* | PR c++/70336 | jakub | 2016-04-05 | 1 | -1/+2 |
* | 2016-03-23 Richard Biener <rguenther@suse.de> | rguenth | 2016-03-23 | 1 | -4/+4 |
* | 2016-03-22 Richard Biener <rguenther@suse.de> | rguenth | 2016-03-22 | 1 | -9/+7 |
* | PR tree-optimization/70317 | jakub | 2016-03-21 | 1 | -2/+2 |
* | gcc/ | ienkovich | 2016-03-17 | 1 | -0/+2 |
* | PR middle-end/70050 | mpolacek | 2016-03-03 | 1 | -1/+2 |
* | 2016-02-18 Richard Biener <rguenther@suse.de> | rguenth | 2016-02-18 | 1 | -5/+5 |
* | 2016-02-15 Richard Biener <rguenther@suse.de> | rguenth | 2016-02-15 | 1 | -2/+2 |
* | * cgraph.c: Spelling fixes - behaviour -> behavior and | jakub | 2016-02-11 | 1 | -2/+2 |
* | 2016-02-10 Richard Biener <rguenther@suse.de> | rguenth | 2016-02-10 | 1 | -0/+23 |
* | 2016-02-02 Richard Biener <rguenther@suse.de> | rguenth | 2016-02-02 | 1 | -0/+18 |
* | 2016-02-01 Richard Biener <rguenther@suse.de> | rguenth | 2016-02-01 | 1 | -2/+3 |
* | 2016-01-29 Richard Biener <rguenther@suse.de> | rguenth | 2016-01-29 | 1 | -1/+1 |
* | 2016-01-26 Richard Biener <rguenther@suse.de> | rguenth | 2016-01-26 | 1 | -2/+3 |
* | PR middle-end/68743 | danglin | 2016-01-09 | 1 | -1/+2 |
* | PR middle-end/50865 | jakub | 2016-01-09 | 1 | -1/+7 |