]> git.ipfire.org Git - thirdparty/gcc.git/history - gcc/fold-const.c
re PR tree-optimization/17454 (ICE with --enable-checking=fold)
[thirdparty/gcc.git] / gcc / fold-const.c
2005-03-16  Roger Saylere PR tree-optimization/17454 (ICE with --enable-checki...
2005-03-13  Roger Saylere PR middle-end/19331 (Inefficient code generated...
2005-03-11  Jeff Lawre PR tree-optimization/15784 (fold misses binary optim...
2005-03-11  James A. Morrisonre PR tree-optimization/20130 (Fold a * -1 - 1 into...
2005-03-09  Kaveh R. Ghazi* fold-const.c (fold_unary_to_constant): Add FIX_ROUND_...
2005-03-09  Kazu Hiratafold-const.c (fold_unary, [...]): Take decomposed argum...
2005-03-09  Kazu Hiratafold-const.c (fold_unary, [...]): Return NULL_TREE...
2005-03-09  Kazu Hirata* fold-const.c (int_const_binop): Remove no_overflow.
2005-03-07  David Edelsohnfold-const.c (fold_binary_op_with_conditional_arg)...
2005-03-07  Kazu Hiratafold-const.c (fold_binary): Unroll the very first ...
2005-03-07  Kazu Hirata* fold-const.c (fold_binary): Remove handling of RANGE_...
2005-03-06  Kazu Hirata* fold-const.c (fold_unary): Use build1 instead of...
2005-03-06  Kazu Hiratafold-const.c (fold_binary_op_with_conditional_arg)...
2005-03-06  Kazu Hiratafold-const.c (fold_range_test): Take decomposed argumen...
2005-03-06  Kazu Hiratafold-const.c (optimize_minmax_comparison): Take decompo...
2005-03-06  Kazu Hirata* fold-const.c (fold_binary): Use code instead of t.
2005-03-06  Kazu Hiratafold-const.c (fold_binary): Avoid directly using the...
2005-03-06  Kazu Hirata* fold-const.c (fold): Remove handling of binary expres...
2005-03-05  Kazu Hiratafold-const.c (fold_binary): New.
2005-03-04  Kazu Hiratafold-const.c (fold_ternary): Unroll the "for" loop...
2005-03-04  Andrew Pinskirevert: re PR tree-optimization/15784 (fold misses...
2005-03-04  Kazu Hiratafold-const.c (fold_ternary): New.
2005-03-04  James A. Morrisonre PR tree-optimization/15784 (fold misses binary optim...
2005-03-03  Kazu Hiratafold-const.c (fold_unary): Avoid directly using the...
2005-03-03  Kazu Hirata* fold-const.c (fold): Remove handling of unary express...
2005-03-02  Kazu Hiratafold-const.c (fold_unary): New.
2005-02-24  Richard Hendersonre PR middle-end/19953 (Special-case real + complex...
2005-02-18  Roger Saylefold-const.c (constant_boolean_node): Always create...
2005-02-18  Andrew Pinskire PR middle-end/20030 (Broken arguments access)
2005-02-17  James A. Morrisonfold-const.c (invert_truthvalue): <INTEGER_CST>: Call...
2005-02-16  Jakub Jelinekre PR middle-end/19857 (alignment check of SSE constant...
2005-02-15  James A. Morrisonfold-const.c (fold): Fold -(~A) to A + 1.
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.
next