re PR middle-end/37261 (Spurious (?) "integer overflow in expression" warnings)
[gcc.git] / gcc / fold-const.c
2008-08-29 Jakub Jelinekre PR middle-end/37261 (Spurious (?) "integer overflow...
2008-08-29 Jan Hubickaloop-unswitch.c (unswitch_single_loop): Use optimize_lo...
2008-08-28 Richard Guentherre PR tree-optimization/37005 (GNAT Bug Box for cd2a24e...
2008-08-22 Richard Guentherre PR middle-end/36548 (remainder gives the wrong resul...
2008-08-18 Tomas Bilytree.h (IS_CONVERT_EXPR_CODE_P): Renamed to
2008-08-14 Jakub Jelinekre PR middle-end/37103 (possible integer codegen bug)
2008-08-12 Ulrich Weigandreal.h (struct real_format): New member has_sign_depend...
2008-08-06 Kaveh R. Ghazibuiltins.c (expand_builtin_profile_func): Avoid C+...
2008-07-28 Richard Bienerbackport: ChangeLog.tuples: ChangeLog from gimple-tuple...
2008-07-05 Andrew Pinskiptrmemfield.C: New testcase.
2008-06-25 Richard Guentherre PR tree-optimization/35518 (FAIL: gcc.c-torture...
2008-06-06 Ralf Wildenhuescgraph.c: Fix typos in comments.
2008-05-31 Richard Guentherre PR tree-optimization/34244 (VRP/SCEV miscompiles...
2008-05-30 Eric Botcazou* fold-const.c (fold_unary) <CASE_CONVERT>: Add ??...
2008-05-26 Richard Guentherre PR middle-end/36300 (Incorrect type used for inlined...
2008-05-18 Kaveh R. Ghazire PR middle-end/35509 (builtin isinf() mismatch to...
2008-05-17 Eric Botcazoufold-const.c (fold_unary): Fold the cast into a BIT_AND...
2008-05-13 Richard Guentherre PR middle-end/36227 (POINTER_PLUS folding introduces...
2008-05-09 Tomas Bilypa.c (reloc_needed): Use CASE_CONVERT.
2008-05-08 Richard Guentherre PR middle-end/36172 (ice for legal code with -O3)
2008-05-07 Jakub Jelinekre PR middle-end/36137 (gcc can't do math)
2008-04-29 Richard Guentherre PR tree-optimization/15255 ([tree-ssa] a * 2 + a...
2008-04-29 Richard Guentherre PR middle-end/36077 (Expressions result is wrong)
2008-04-24 Jakub Jelinekre PR tree-optimization/36008 (Function produces wrong...
2008-04-22 Ian Lance Taylorfold-const.c (pointer_may_wrap_p): Call int_size_in_byt...
2008-04-18 Ian Lance Taylorfold-const.c (pointer_may_wrap_p): New static function.
2008-04-17 Richard Guenthertree-vn.c (expressions_equal_p): Do not check type...
2008-04-15 Rafael Avila de... tree-const.c (tree_call_nonnegative_warnv_p): Remove...
2008-04-15 Ian Lance Taylor* fold-const.c (fold_overflow_warning): Remove assertion.
2008-04-14 Ian Lance Taylorflags.h (POINTER_TYPE_OVERFLOW_UNDEFINED): Define.
2008-04-08 Richard Guentherfold-const.c (fold_widened_comparison): Do not allow...
2008-04-08 Rafael Avila de... fold-canst.c (tree_call_nonnegative_warnv_p): New.
2008-04-07 Eric Botcazoufold-const.c (fold): New case.
2008-04-04 Richard Guentherre PR middle-end/35823 (verify_gimple fails on taking...
2008-04-01 John David Anglinre PR middle-end/35705 (Symbol address check eliminated...
2008-03-31 Andrew Pinskire PR tree-optimization/30186 (accessing an element...
2008-03-30 Eric Botcazoufold-const.c (fold_binary): Add missing conversions.
2008-03-30 Richard Guentherre PR middle-end/31023 (Fold is agnostic of integer...
2008-03-28 Rafael Avila de... fold-const.c (tree_unary_nonnegative_warnv_p): Make...
2008-03-27 Richard Guentherre PR tree-optimization/35716 (gfortran.dg/assign_6...
2008-03-27 Richard Guentherfold-const.c (target.h): Include.
2008-03-27 Andrew Pinskire PR tree-optimization/35429 (ICE with complex arithmetic)
2008-03-26 Richard Guentherrevert: fold-const.c (target.h): Include.
2008-03-26 Richard Guentherfold-const.c (target.h): Include.
2008-03-17 Richard Guentherre PR tree-optimization/19637 (Missed VRP and FRE oppor...
2008-03-14 Richard Guentherre PR tree-optimization/34043 (Missed optimization...
2008-03-12 Paolo Bonzinire PR rtl-optimization/34522 (inefficient code for...
2008-03-05 Richard Guentherre PR c++/35336 (Broken diagnostic: 'bit_field_ref...
2008-03-05 Geoffrey Keatingfold-const.c (tree_single_nonnegative_warnv_p): Fix...
2008-03-04 Rafael Avila de... fold-const.c (tree_simple_nonnegative_warnv_p): New.
2008-03-04 Rafael Avila de... fold-const.c (tree_unary_nonzero_warnv_p): New.
2008-03-04 Uros Bizjakre PR middle-end/35456 (Different results for inlined...
2008-03-03 Richard Guenthertree-ssa-sccvn.c (visit_reference_op_store): Do not...
2008-02-29 Francois-Xavier... fold-const.c (fold_convertible_p): Correct the logic...
2008-02-27 Richard Guentherre PR tree-optimization/25290 (PHI-OPT could be rewritt...
2008-02-27 Richard Guentherre PR middle-end/34971 (bitfield rotates are folded...
2008-02-21 Richard Guenthertree.def (PAREN_EXPR): New tree code.
2008-02-20 Richard Guentherfold-const.c (split_tree): Associate floatig-point...
2008-02-20 Richard Guenthertree.h (fold_real_zero_addition_p): Declare.
2008-02-12 Richard Guentherre PR middle-end/35163 (folding comparison loses cast)
2008-01-16 Richard Guentherre PR middle-end/32628 (bogus integer overflow warning)
2008-01-12 Eric Botcazoure PR ada/33788 (GNAT bug box in expand_expr_addr_expr_...
2007-12-05 Jakub Jelinekre PR middle-end/34337 (Internal error while building...
2007-12-03 Jakub Jelinekre PR middle-end/29749 (Missing byte swap optimizations)
2007-11-17 Richard Guentherre PR middle-end/34130 (the builtin abs() gives wrong...
2007-11-16 Richard Guentherre PR middle-end/34030 (ICE in in compare_values_warnv...
2007-11-12 Richard Guentherre PR middle-end/34070 (Wrong code for (int)x%4)
2007-11-12 Richard Guentherre PR tree-optimization/34027 (-Os code size nearly...
2007-11-04 Andrew Pinskire PR middle-end/32931 (FORALL and WHERE give an ICE...
2007-10-31 Richard Guentherre PR middle-end/33779 (folds unsigned multiplication...
2007-10-30 Jakub Jelinekre PR c++/33709 (Type verification failure with new...
2007-10-15 Richard Guentherfold-const.c (extract_array_ref): Remove.
2007-10-08 Richard Guentherre PR middle-end/33693 (Type checking error with bitwis...
2007-10-08 Richard Guentherre PR middle-end/33691 (Type checking error with bitwis...
2007-10-05 Richard Guentherre PR middle-end/33666 (Type verification failure with...
2007-09-27 Ian Lance Taylorre PR tree-optimization/33565 (spurious warning: assum...
2007-09-23 Ollie Wildfold-const.c (fold_binary): Fold BIT_AND_EXPR's with...
2007-09-22 Richard Guentherre PR tree-optimization/33146 (ICE in build_polynomial_...
2007-09-11 Zdenek Dvorakfold-const.c (extract_muldiv_1): Do not simplify var...
2007-09-06 Richard Guentherre PR tree-optimization/32586 (New VN misses FRE opport...
2007-09-05 Kaveh R. Ghazifold-const.c (all_ones_mask_p, [...]): Constify.
2007-09-04 Revital EresAdd new fp flags: -fassociative-math and -freciprocal...
2007-09-01 Kazu Hirataarm.c, [...]: Fix comment typos.
2007-08-22 Christian Bruelfixed -ffinite-math-only A-A missing optimisation
2007-08-21 Jakub Jelinekre PR middle-end/32912 (ICE with vector code)
2007-08-21 Richard Guentherfold-const.c (fold_binary): Revert removing of index...
2007-08-21 Richard Guentherre PR middle-end/33122 (Mistaken type mismatch error...
2007-08-09 Andrew Pinskire PR middle-end/32813 (ICE for array expression in...
2007-08-08 Chao-ying Futree.def (FIXED_POINT_TYPE): New type.
2007-08-04 Andrew Pinskire PR middle-end/32780 (ICE in extract_range_from_binar...
2007-08-03 Andrew Pinskire PR middle-end/32935 (internal compiler error: in...
2007-07-29 Kaveh R. Ghaziattribs.c (hash_attr, [...]): Constify.
2007-07-28 Richard Guentherre PR middle-end/32920 (error: type mismatch in binary...
2007-07-26 Daniel Jacobowitzfold-const.c (fold_read_from_constant_string): Use...
2007-07-26 Nick CliftonChange copyright header to refer to version 3 of the...
2007-07-25 Kaveh R. Ghaziexpr.c (handled_component_p): Constify.
2007-07-12 Richard Guenthergimplify.c (gimplify_conversion): Make sure that the...
2007-07-09 Richard Guentherre PR tree-optimization/32698 (inefficient pointer...
2007-07-02 Richard Guentherre PR middle-end/15988 (ICE in fold_convert with pointe...
2007-07-01 Uros Bizjakre PR middle-end/32559 (ICE with vector arithmetic)
next