re-apply fold_indirect_ref patch
[gcc.git] / gcc / fold-const.c
2005-02-14 Jason Merrillre-apply fold_indirect_ref patch
2005-02-14 James A. Morrisonre PR tree-optimization/19944 (cris-elf testsuite failu...
2005-02-13 Jason Merrilltemporarily revert last changes
2005-02-13 Jason Merrillre PR libmudflap/19319 (Mudflap produce many violations...
2005-02-13 James A. Morrisonre PR tree-optimization/14303 ([tree-ssa] gcc.c-torture...
2005-02-12 Richard Hendersontree-complex.c (expand_complex_libcall): New.
2005-02-11 Jakub Jelinekre PR middle-end/19858 (ICE on simple SSE code)
2005-02-09 Roger Saylefold-const.c (fold_strip_sign_ops): New function to...
2005-02-09 Richard Guentherfold-const.c (try_move_mult_to_index): Remove redundant...
2005-02-03 Roger Saylere PR middle-end/19405 (18_support/numeric_limits.cc...
2005-02-01 Jeff Lawfold-const.c (fold, [...]): Do not lose side effects...
2005-01-31 Dale Johannesenre PR middle-end/19650 (miscompiling of array acess...
2005-01-29 Richard Guentherre PR tree-optimization/15791 (fold misses that two...
2005-01-28 Jeff Lawfold-const.c (fold, [...]): Optimize 0 % X.
2005-01-23 Kazu Hirataalias.c, [...]: Fix comment typos.
2005-01-21 Roger Saylere PR rtl-optimization/576 (gcc performs invalid optimi...
2005-01-18 Eric Botcazoucalls.c (expand_call): Check DECL_BUILT_IN_CLASS before...
2005-01-18 Kazu Hiratabasic-block.h, [...]: Update copyright.
2005-01-15 Jakub Jelinekre PR tree-optimization/19060 (Miscompiling of if and...
2005-01-09 Falk Hueffnerfold-const.c (fold): Also handle EXACT_DIV_EXPR when...
2005-01-07 Jakub Jelinekre PR tree-optimization/19283 (Bad code generated in...
2005-01-04 Roger Saylefold-const.c (fold_single_bit_test): Delete unreachable...
2005-01-04 Richard Hendersonfold-const.c (force_fit_type): Cope with types larger...
2004-12-28 Andrew Pinskifold-const.c (fold_build_cleanup_point_expr): For a...
2004-12-23 Eric Botcazoure PR middle-end/17746 (ICE when building the Ada RTS)
2004-12-18 Richard Hendersonfold-const.c (multiple_of_p): Handle BIT_AND_EXPR when...
2004-12-14 Jakub Jelinekfold-const.c (fold_single_bit_test): If flag_syntax_onl...
2004-12-11 Roger Saylere PR middle-end/18921 (wrong code with operator "?")
2004-12-07 Kazu Hiratac-common.c, [...]: Replace uses of first_rtl_op with...
2004-11-30 Eric Christopherfold-const.c (fold_widened_comparison): Make sure that...
2004-11-30 Richard Hendersonexpr.c (get_inner_reference): Handle REAL/IMAGPART_EXPR.
2004-11-27 Kazu Hirata* fold-const.c: Fix a comment typo.
2004-11-27 Jakub Jelinekfold-const.c (extract_muldiv_1): If ctype is unsigned...
2004-11-24 Richard Kennerfold-const.c (operand_equal_p): Remove kludge allowing...
2004-11-23 Roger Saylefold-const.c (nondestructive_fold_binary_to_constant...
2004-11-22 Zdenek Dvorakre PR tree-optimization/18529 (When the lower bound...
2004-11-18 Nathan Sidwellre PR rtl-optimization/17107 (Opportunity to improve...
2004-11-15 Zdenek Dvorakre PR tree-optimization/18431 (Code for arrays and...
2004-11-10 Zdenek Dvoraktree-ssa-loop-ivopts.c (get_address_cost): Add address...
2004-11-09 Kazu Hiratafold-const.c (pedantic_non_lvalue): Make it static.
2004-11-06 Kazu Hiratafold-const.c (non_lvalue): Don't construct NON_LVALUE_E...
2004-11-02 Zdenek Dvorakfold-const.c (fold): Reassociate also (x - mult) +...
2004-10-27 Zdenek Dvorakre PR tree-optimization/18048 (mgrid loop performance...
2004-10-11 Andrew Pinskire PR c++/17554 (crashes in on kopete build (KDE's...
2004-10-09 Roger Saylere PR middle-end/17894 (div/compare folding incorrect)
2004-10-03 Kazu Hiratafold-const.c (fold): When seeing if D & ~C != 0 to...
2004-09-29 Eric Christopherfold-const.c (tree_swap_operands_p): Remove duplicated...
2004-09-25 Kazu Hiratac-typeck.c, [...]: Fix comment formatting.
2004-09-23 Dorit Naishlostree.def (ALIGN_INDIRECT_REF, [...]): New tree-codes.
2004-09-22 Diego Novillofold-const.c (fold): Avoid non INTEGER_TYPEs when widen...
2004-09-17 Jeffrey D. Oldhamalias.c (find_base_decl): Remove unreachable case ...
2004-09-16 Zdenek Dvorakfold-const.c (fold): Fold difference of addresses.
2004-09-15 Joseph Myersattribs.c, [...]: Use %<, %> and %q for quoting in...
2004-09-14 Kazu Hiratacgraph.h, [...]: Fix comment typos.
2004-09-13 Daniel Jacobowitzfold-const.c (fold_checksum_tree): Ignore TYPE_CACHED_V...
2004-09-12 Richard Hendersonre PR c++/16254 (ICE in lower_stmt, at gimple-low.c...
2004-09-11 Steven Bosscherre PR c++/17412 (tree check failure in fold-const)
2004-09-11 Roger Saylere PR middle-end/17024 (ICE in fold_cond_expr_with_comp...
2004-09-10 Roger Saylere PR middle-end/17055 (ICE while folding int/float...
2004-09-08 Nathan Sidwellfinal.c (shorten_branches, [...]): Use gcc_assert and...
2004-09-05 Kazu Hiratac-common.c, [...]: Fix comment formatting.
2004-09-04 Richard Kennerrevert: fold-const.c (operand_equal_p): Remove code...
2004-09-04 Richard Kennerfold-const.c (operand_equal_p): Remove code to allow...
2004-09-02 Richard Hendersonre PR middle-end/17258 (gcc.c-torture/compile/20030224...
2004-09-01 Jakub Jelinekfold-const.c (operand_equal_p): Require equal sign...
2004-08-30 Richard Hendersonfold-const.c (tree_expr_nonzero_p): Use get_base_addres...
2004-08-27 Nathan Sidwelltree.h (size_int_type): Remove.
2004-08-25 Nathan Sidwelltree.h (build_int_cst): New, sign extended constant.
2004-08-24 Zdenek Dvoraktree-ssa-loop-ivcanon.c: New file.
2004-08-23 Nathan Sidwelltree.h (enum size_type_kind): Remove USIZETYPE, UBITSIZ...
2004-08-22 Andrew Pinskifold-const.c (rtl_expr_nonnegative_p): Delete.
2004-08-20 Nathan Sidwellfold-const.c (round_up, round_down): Use build_int_cst.
2004-08-20 Nathan Sidwellfold-const.c (int_const_binop): Don't generate non...
2004-08-19 Nathan Sidwelltree.h (TYPE_CACHED_VALUES_P): New.
2004-08-17 Paolo Bonzinire PR middle-end/17036 (ICE: (A >> N) & 1 ? (1 << N...
2004-08-15 Nathan Sidwelltree.h (build_int_cst): New.
2004-08-12 Richard Hendersonstor-layout.c (round_up, round_down): Move ...
2004-08-05 Nathan Sidwelltree.h (force_fit_type): Return a tree, take three...
2004-08-03 Roger Saylere PR middle-end/16790 (Integer down cast ignored in...
2004-08-02 Roger Saylefold-const.c (fold): The transformation "X % -Y" -...
2004-07-28 Eric Christopherc-common.c (c_common_unsafe_for_reeval): Delete.
2004-07-25 Roger Saylefold-const.c (constant_boolean_node): Make extern.
2004-07-22 Joseph Myersre PR c/7284 (incorrectly simplifies leftshift followed...
2004-07-21 Paolo Bonzinic-common.c (vector_types_convertible_p): Use vector...
2004-07-21 Richard Kennerfold-const.c (operand_equal_p): Temporarily support...
2004-07-20 Zack Weinbergrtl.h (plus_constant): Delete.
2004-07-19 Roger Saylefold-const.c (tree_expr_nonzero_p): Add function prototype.
2004-07-11 Roger Saylefold-const.c (fold): Canonicalize X + -C as X - C for...
2004-07-11 Roger Saylebuiltins.c (fold_builtin_fputs): Don't bother convertin...
2004-07-11 Joseph Myersre PR tree-optimization/16437 (New c-torture failures...
2004-07-08 Roger Saylebuiltins.c (fold_builtin_strcpy): Merge functionality...
2004-07-08 Richard Hendersonexcept.c (expand_eh_region_start, [...]): Remove.
2004-07-07 Andrew Pinskire PR tree-optimization/15777 (Fold does not always...
2004-07-07 Andrew Pinskiexpr.c (expand_expr_real_1): Fix formating.
2004-07-05 Roger Saylefold-const.c (fold): Optimize unsigned modulus by a...
2004-07-03 Richard Hendersonc-decl.c (grokdeclarator): Don't frob current_function_...
2004-07-02 Richard Hendersontree.def (RTL_EXPR): Remove.
2004-06-28 Richard Hendersontree.def (REALPART_EXPR, [...]): Change class to 'r'.
2004-06-28 Paolo Bonzinifold-const.c (fold_cond_expr_with_comparison): Add...
2004-06-27 Roger Saylefold-const.c (fold): Optimize ~X|X and X|~X as -1.
next