OSDN Git Service

PR middle-end/23673
[pf3gnuchains/gcc-fork.git] / gcc / fold-const.c
2005-04-21 kazu PR tree-optimization/14846
2005-04-20 phython2005-04-19 James A. Morrison <phython@gcc.gnu.org>
2005-04-20 phython2005-04-19 James A. Morrison <phython@gcc.gnu.org>
2005-04-19 phython2005-04-18 James A. Morrison <phython@gcc.gnu.org>
2005-04-18 phython2005-04-18 James A. Morrison <phython@gcc.gnu.org>
2005-04-17 kazu PR middle-end/21024
2005-04-16 sayle * fold-const.c (fold_binary_to_constant): Delete obsol...
2005-04-16 sayle * fold-const.c (fold_relational_hi_lo): Delete functio...
2005-04-11 pinskia2005-04-11 Andrew Pinski <pinskia@physics.uc.edu>
2005-04-11 uros * builtins.def (BUILT_IN_LCEIL, BUILT_IN_LCEILF, BUILT...
2005-04-09 uros * builtins.def (BUILT_IN_LFLOOR, BUILT_IN_LFLOORF...
2005-04-09 dnovillo Merge from tree-cleanup-branch: VRP, store CCP, store
2005-04-05 sayle * config/i386/i386.md (*truncdfsf2_i387_1): New pattern.
2005-04-04 jakub PR rtl-optimization/16104
2005-04-04 sayle2005-04-03 Roger Sayle <roger@eyesopen.com>
2005-04-01 kazu * bb-reorder.c, fold-const.c, varasm.c: Fix comment...
2005-03-25 dje2005-03-25 Pat Haugen <pthaugen@us.ibm.com>
2005-03-25 kazu * fold-const.c: Convert uses of fold (build (...)) to
2005-03-22 kazu * fold-const.c (fold_build1, fold_build2, fold_build3...
2005-03-22 kazu * fold-const.c (fold_ternary): Take decomposed argumen...
2005-03-22 kazu * fold-const.c (fold_unary, fold_binary): Update comments
2005-03-21 kazu * builtins.c (fold_builtin): Take decomposed arguments of
2005-03-21 sayle PR middle-end/20539
2005-03-19 danglin PR middle-end/20493
2005-03-16 sayle PR tree-optimization/17454
2005-03-13 sayle PR middle-end/19331
2005-03-11 law PR tree-optimization/15784
2005-03-11 phython2005-03-11 James A. Morrison <phython@gcc.gnu.org>
2005-03-09 ghazi * fold-const.c (fold_unary_to_constant): Add FIX_ROUND...
2005-03-09 kazu * fold-const.c (fold_unary, fold_binary): Take decomposed
2005-03-09 kazu * fold-const.c (fold_unary, fold_binary, fold_ternary...
2005-03-09 kazu * fold-const.c (int_const_binop): Remove no_overflow.
2005-03-07 dje * fold-const.c (fold_binary_op_with_conditional...
2005-03-07 kazu * fold-const.c (fold_binary): Unroll the very first...
2005-03-07 kazu * fold-const.c (fold_binary): Remove handling of RANGE...
2005-03-06 kazu * fold-const.c (fold_unary): Use build1 instead of...
2005-03-06 kazu * fold-const.c (fold_binary_op_with_conditional_arg...
2005-03-06 kazu * fold-const.c (fold_range_test): Take decomposed...
2005-03-06 kazu * fold-const.c (optimize_minmax_comparison): Take...
2005-03-06 kazu * fold-const.c (fold_binary): Use code instead of t.
2005-03-06 kazu * fold-const.c (fold_binary): Avoid directly using...
2005-03-06 kazu * fold-const.c (fold): Remove handling of binary expre...
2005-03-05 kazu * fold-const.c (fold_binary): New.
2005-03-04 kazu * fold-const.c (fold_ternary): Unroll the "for" loop to
2005-03-04 pinskia2005-03-04 Andrew Pinski <pinskia@physics.uc.edu>
2005-03-04 kazu * fold-const.c (fold_ternary): New.
2005-03-04 phython2005-03-03 James A. Morrison <phython@gcc.gnu.org>
2005-03-03 kazu * fold-const.c (fold_unary): Avoid directly using...
2005-03-03 kazu * fold-const.c (fold): Remove handling of unary expres...
2005-03-02 kazu * fold-const.c (fold_unary): New.
2005-02-24 rth PR middle-end/19953
2005-02-18 sayle * fold-const.c (constant_boolean_node): Always create...
2005-02-18 pinskia2005-02-18 Andrew Pinski <pinskia@physics.uc.edu>
2005-02-17 phython2005-02-16 James A. Morrison <phython@gcc.gnu.org>
2005-02-16 jakub PR middle-end/19857
2005-02-15 phython2005-02-15 James A. Morrison <phython@gcc.gnu.org>
2005-02-14 jasonre-apply fold_indirect_ref patch
2005-02-14 phython2005-02-13 James A. Morrison <phython@gcc.gnu.org>
2005-02-13 jasontemporarily revert last changes
2005-02-13 jason PR mudflap/19319
2005-02-13 phython2005-02-13 James A. Morrison <phython@gcc.gnu.org>
2005-02-12 rth * tree-complex.c (expand_complex_libcall):...
2005-02-11 jakub PR middle-end/19858
2005-02-09 sayle * fold-const.c (fold_strip_sign_ops): New function...
2005-02-09 rguenth2005-02-09 Richard Guenther <rguenth@gcc.gnu.org>
2005-02-03 sayle PR middle-end/19405
2005-02-01 law * fold-const.c (fold, case CEIL_MOD_EXPR): Do not...
2005-01-31 dalej2005-01-31 Roger Sayle <roger@eyesopen.com>
2005-01-29 sayle2005-01-29 Richard Guenther <richard.guenther@uni...
2005-01-28 law * fold-const.c (fold, case CEIL_MOD_EXPR):...
2005-01-23 kazu * alias.c, c-common.h, c-incpath.c, c-incpath.h, expr.c,
2005-01-21 sayle PR rtl-optimization/576
2005-01-18 ebotcazou * calls.c (expand_call): Check DECL_BUILT_IN_CLASS...
2005-01-18 kazu * basic-block.h, c-common.c, c-cppbuiltin.c, c-lang.c,
2005-01-15 jakub PR tree-optimization/19060
2005-01-09 falk * fold-const.c (fold): Also handle EXACT_DIV_EXPR...
2005-01-07 jakub PR tree-optimization/19283
2005-01-04 sayle * fold-const.c (fold_single_bit_test): Delete unreacha...
2005-01-04 rth * fold-const.c (force_fit_type): Cope with...
2004-12-28 pinskia2004-12-28 Andrew Pinski <pinskia@physics.uc.edu>
2004-12-23 ebotcazou PR middle-end/17746
2004-12-18 rth * fold-const.c (multiple_of_p): Handle BIT_AND_...
2004-12-14 jakub * fold-const.c (fold_single_bit_test): If flag_syntax_...
2004-12-11 sayle PR middle-end/18921
2004-12-07 kazugcc/
2004-11-30 echristo2004-11-30 Eric Christopher <echristo@redhat.com>
2004-11-30 rth * expr.c (get_inner_reference): Handle REAL...
2004-11-27 kazu * fold-const.c: Fix a comment typo.
2004-11-27 jakub * fold-const.c (extract_muldiv_1) <case ABS_EXPR>...
2004-11-24 kenner * fold-const.c (operand_equal_p): Remove kludge allowi...
2004-11-23 sayle * fold-const.c (nondestructive_fold_binary_to_constant...
2004-11-22 rakdver PR tree-optimization/18529
2004-11-18 nathan PR target/17107
2004-11-15 rakdver PR tree-optimization/18431
2004-11-10 rakdver * tree-ssa-loop-ivopts.c (get_address_cost): Add addre...
2004-11-09 kazu * fold-const.c (pedantic_non_lvalue): Make it static.
2004-11-06 kazu * fold-const.c (non_lvalue): Don't construct NON_LVALU...
2004-11-02 rakdver * fold-const.c (fold): Reassociate also (x - mult...
2004-10-27 rakdver PR tree-optimization/18048
2004-10-11 pinskia2004-10-10 Andrew Pinski <pinskia@physics.uc.edu>
next