Age | Commit message (Expand) | Author | Files | Lines |
2008-01-12 | re PR ada/33788 (GNAT bug box in expand_expr_addr_expr_1, at expr.c:6862) | Eric Botcazou | 1 | -1/+6 |
2007-12-05 | re PR middle-end/34337 (Internal error while building gtkwhiteboardc.c from p... | Jakub Jelinek | 1 | -6/+25 |
2007-12-03 | re PR middle-end/29749 (Missing byte swap optimizations) | Jakub Jelinek | 1 | -0/+113 |
2007-11-17 | re PR middle-end/34130 (the builtin abs() gives wrong result when used in som... | Richard Guenther | 1 | -0/+3 |
2007-11-16 | re PR middle-end/34030 (ICE in in compare_values_warnv, at tree-vrp.c:701) | Richard Guenther | 1 | -18/+18 |
2007-11-12 | re PR middle-end/34070 (Wrong code for (int)x%4) | Richard Guenther | 1 | -2/+2 |
2007-11-12 | re PR tree-optimization/34027 (-Os code size nearly doubled) | Richard Guenther | 1 | -0/+36 |
2007-11-04 | re PR middle-end/32931 (FORALL and WHERE give an ICE with -m64) | Andrew Pinski | 1 | -2/+2 |
2007-10-31 | re PR middle-end/33779 (folds unsigned multiplication == 0 to true) | Richard Guenther | 1 | -4/+7 |
2007-10-30 | re PR c++/33709 (Type verification failure with new expression) | Jakub Jelinek | 1 | -3/+6 |
2007-10-15 | fold-const.c (extract_array_ref): Remove. | Richard Guenther | 1 | -114/+15 |
2007-10-08 | re PR middle-end/33693 (Type checking error with bitwise xor/and) | Richard Guenther | 1 | -6/+8 |
2007-10-08 | re PR middle-end/33691 (Type checking error with bitwise and/or) | Richard Guenther | 1 | -11/+20 |
2007-10-05 | re PR middle-end/33666 (Type verification failure with pointer to long long c... | Richard Guenther | 1 | -4/+2 |
2007-09-27 | re PR tree-optimization/33565 (spurious warning: assuming signed overflow do... | Ian Lance Taylor | 1 | -0/+3 |
2007-09-23 | fold-const.c (fold_binary): Fold BIT_AND_EXPR's with a pointer operand. | Ollie Wild | 1 | -0/+108 |
2007-09-22 | re PR tree-optimization/33146 (ICE in build_polynomial_chrec, at tree-chrec.h... | Richard Guenther | 1 | -2/+4 |
2007-09-11 | fold-const.c (extract_muldiv_1): Do not simplify var * c * c to var. | Zdenek Dvorak | 1 | -1/+2 |
2007-09-06 | re PR tree-optimization/32586 (New VN misses FRE opportunities) | Richard Guenther | 1 | -2/+2 |
2007-09-05 | fold-const.c (all_ones_mask_p, [...]): Constify. | Kaveh R. Ghazi | 1 | -40/+41 |
2007-09-04 | Add new fp flags: -fassociative-math and -freciprocal-math | Revital Eres | 1 | -20/+29 |
2007-09-01 | arm.c, [...]: Fix comment typos. | Kazu Hirata | 1 | -2/+2 |
2007-08-22 | fixed -ffinite-math-only A-A missing optimisation | Christian Bruel | 1 | -4/+1 |
2007-08-21 | re PR middle-end/32912 (ICE with vector code) | Jakub Jelinek | 1 | -4/+31 |
2007-08-21 | fold-const.c (fold_binary): Revert removing of index +p PTR | Richard Guenther | 1 | -0/+7 |
2007-08-21 | re PR middle-end/33122 (Mistaken type mismatch error prevents bootstrap) | Richard Guenther | 1 | -8/+6 |
2007-08-09 | re PR middle-end/32813 (ICE for array expression in empty if statement, compi... | Andrew Pinski | 1 | -0/+10 |
2007-08-08 | tree.def (FIXED_POINT_TYPE): New type. | Chao-ying Fu | 1 | -12/+334 |
2007-08-03 | re PR middle-end/32780 (ICE in extract_range_from_binary_expr, at tree-vrp.c:... | Andrew Pinski | 1 | -8/+12 |
2007-08-03 | re PR middle-end/32935 (internal compiler error: in emit_move_insn, at expr.c... | Andrew Pinski | 1 | -1/+1 |
2007-07-29 | attribs.c (hash_attr, [...]): Constify. | Kaveh R. Ghazi | 1 | -21/+21 |
2007-07-28 | re PR middle-end/32920 (error: type mismatch in binary expression) | Richard Guenther | 1 | -4/+12 |
2007-07-26 | fold-const.c (fold_read_from_constant_string): Use build_int_cst_type. | Daniel Jacobowitz | 1 | -4/+3 |
2007-07-26 | Change copyright header to refer to version 3 of the GNU General Public Licen... | Nick Clifton | 1 | -4/+3 |
2007-07-25 | expr.c (handled_component_p): Constify. | Kaveh R. Ghazi | 1 | -1/+1 |
2007-07-12 | gimplify.c (gimplify_conversion): Make sure that the result from maybe_fold_o... | Richard Guenther | 1 | -2/+3 |
2007-07-09 | re PR tree-optimization/32698 (inefficient pointer expression) | Richard Guenther | 1 | -0/+10 |
2007-07-02 | re PR middle-end/15988 (ICE in fold_convert with pointer-to-member-function) | Richard Guenther | 1 | -3/+1 |
2007-07-01 | re PR middle-end/32559 (ICE with vector arithmetic) | Uros Bizjak | 1 | -19/+22 |
2007-06-27 | re PR middle-end/32492 (attribute always_inline -> sorry, unimplemented: re... | Richard Guenther | 1 | -0/+34 |
2007-06-24 | re PR tree-optimization/32461 (Segmentation fault in build_classic_dist_vecto... | Sebastian Pop | 1 | -7/+17 |
2007-06-23 | extend.texi: Document that dllimport and dllexport imply default visibility. | Mark Mitchell | 1 | -3/+3 |
2007-06-21 | fold-const.c (debug_fold_checksum): Move it under ENABLE_FOLD_CHECKING. | Adam Nemet | 1 | -24/+24 |
2007-06-21 | re PR middle-end/20623 (ICE: fold check: original tree changed by fold with -... | Sebastian Pop | 1 | -44/+101 |
2007-06-15 | [multiple changes] | Andrew Pinski | 1 | -47/+135 |
2007-06-12 | fold-const.c (fold_binary): Guard (X-X) -> 0 transformation with !HONOR_NANS ... | Kaveh R. Ghazi | 1 | -1/+4 |
2007-06-12 | fold-const (fold_binary): Also optimize a/cbrt(b/c) into a*cbrt(c/b) if flag_... | Uros Bizjak | 1 | -2/+2 |
2007-06-11 | really remove signed(_or_unsigned)?_type langhooks | Rafael Espindola | 1 | -13/+13 |
2007-06-11 | re PR middle-end/32279 (Fold 1.0/sqrt(x/y) to sqrt(y/x)) | Uros Bizjak | 1 | -0/+18 |
2007-06-06 | fold-const.c (merge_ranges): If range_successor or range_predecessor fail, ju... | Ian Lance Taylor | 1 | -3/+19 |