Age | Commit message (Expand) | Author | Files | Lines |
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 |
2007-05-30 | re PR middle-end/32152 (omp lowering creates mismatched types) | Richard Guenther | 1 | -1/+1 |
2007-05-28 | re PR tree-optimization/32100 (vrp bitfield miscompilation) | Andrew Pinski | 1 | -3/+8 |
2007-05-26 | i386.c, [...]: Fix comment typos. | Kazu Hirata | 1 | -3/+3 |
2007-05-25 | cfglayout.c, [...]: Fix comment typos. | Kazu Hirata | 1 | -1/+1 |
2007-05-14 | c-common.c (warnings_for_convert_and_check): Use unsigned_type_for instead of... | Rafael Avila de Espindola | 1 | -6/+6 |
2007-05-04 | fold-const.c (fold_unary): Convert (T1)(X op Y) into ((T1)X op (T1)Y)... | Jan Hubicka | 1 | -15/+11 |
2007-05-02 | fold-const.c (fold_comparision): Remove the "foo++ == CONST" transformation. | Andrew Pinski | 1 | -63/+0 |
2007-05-01 | tree.h (maybe_fold_offset_to_component_ref): Remove. | Jan Hubicka | 1 | -7/+0 |