OSDN Git Service

(ASM_SPEC): Undefine (to stop -Qy being passed on to GAS) but do not define,
[pf3gnuchains/gcc-fork.git] / gcc / fold-const.c
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>
2004-10-09 sayle PR middle-end/17894
2004-10-03 kazu * fold-const.c (fold) [EQ_EXPR]: When seeing if D...
2004-09-29 echristo2004-09-29 Eric Christopher <echristo@redhat.com>
2004-09-25 kazu * c-typeck.c, defaults.h, dwarf.h, dwarf2out.c, fold...
2004-09-23 dorit2004-09-23 Dorit Naishlos <dorit@il.ibm.com>
2004-09-22 dnovillo * fold-const.c (fold): Avoid non INTEGER_TYPEs when...
2004-09-17 zack2004-09-17 Jeffrey D. Oldham <oldham@codesourcery...
2004-09-16 rakdver * fold-const.c (fold): Fold difference of addresses.
2004-09-15 jsm28gcc:
2004-09-14 kazu * cgraph.h, cgraphunit.c, fold-const.c, lambda-mat.c,
2004-09-13 drow * fold-const.c (fold_checksum_tree): Ignore TYPE_CACHE...
2004-09-12 rth PR c++/16254
2004-09-11 steven PR c++/17412
2004-09-11 sayle PR middle-end/17024
2004-09-10 sayle PR middle-end/17055
2004-09-08 nathan * final.c (shorten_branches, final, get_insn_template,
2004-09-05 kazu * c-common.c, c-decl.c, combine.c, defaults.h, fold...
2004-09-04 kennerRevert:
2004-09-04 kenner * fold-const.c (operand_equal_p): Remove code to allow...
2004-09-02 rth PR middle-end/17258
2004-09-01 jakub * fold-const.c (operand_equal_p): Require equal sign...
2004-08-30 rth * fold-const.c (tree_expr_nonzero_p): Use get_b...
2004-08-27 nathan * tree.h (size_int_type): Remove.
2004-08-25 nathan * tree.h (build_int_cst): New, sign extended constant.
2004-08-24 rakdver * tree-ssa-loop-ivcanon.c: New file.
2004-08-23 nathan * tree.h (enum size_type_kind): Remove USIZETYPE,...
2004-08-22 pinskia2004-08-22 Andrew Pinski <pinskia@physics.uc.edu>
2004-08-20 nathan * fold-const.c (round_up, round_down): Use build_int_cst.
2004-08-20 nathan * fold-const.c (int_const_binop): Don't generate non...
2004-08-19 nathan * tree.h (TYPE_CACHED_VALUES_P): New.
2004-08-17 bonzinigcc/ChangeLog:
2004-08-15 nathan.:
2004-08-12 rth * stor-layout.c (round_up, round_down): Move ...
2004-08-05 nathan * tree.h (force_fit_type): Return a tree, take three...
2004-08-03 sayle PR middle-end/16790
2004-08-02 sayle * fold-const.c (fold) <TRUNC_MOD_EXPR>: The transforma...
2004-07-28 echristo2004-07-28 Eric Christopher <echristo@redhat.com>
2004-07-25 sayle * fold-const.c (constant_boolean_node): Make extern.
2004-07-22 jsm28 PR c/7284
2004-07-21 bonzini2004-07-21 Paolo Bonzini <bonzini@gnu.org>
2004-07-21 kenner * fold-const.c (operand_equal_p): Temporarily support...
2004-07-20 zack * rtl.h (plus_constant): Delete.
2004-07-19 sayle * fold-const.c (tree_expr_nonzero_p): Add function...
2004-07-11 sayle * fold-const.c (fold) <PLUS_EXPR>: Canonicalize X...
2004-07-11 sayle * builtins.c (fold_builtin_fputs): Don't bother conver...
2004-07-11 jsm28 PR tree-optimization/16437
2004-07-08 sayle * builtins.c (fold_builtin_strcpy): Merge functionalit...
2004-07-08 rth * except.c (expand_eh_region_start, expand_eh_region_end,
2004-07-07 pinskia2004-07-07 Andrew Pinski <apinski@apple.com>
2004-07-07 pinskia * expr.c (expand_expr_real_1): Fix formating.
2004-07-05 sayle * fold-const.c (fold) <TRUNC_MOD_EXPR>: Optimize unsig...
2004-07-03 rth * c-decl.c (grokdeclarator): Don't frob current...
2004-07-02 rth * tree.def (RTL_EXPR): Remove.
2004-06-28 rth * tree.def (REALPART_EXPR, IMAGPART_EXPR):...
2004-06-28 bonzini2004-06-28 Paolo Bonzini <bonzini@gnu.org>
2004-06-27 sayle * fold-const.c (fold) <BIT_IOR_EXPR>: Optimize ~X...
2004-06-26 kazu * c-typeck.c, cfgexpand.c, ddg.c, ddg.h, df.c, fold...
2004-06-25 kenner * fold-const.c (fold_addr_expr_with_type): Look throug...
2004-06-24 pinskia2004-06-23 Andrew Pinski <apinski@apple.com>
2004-06-24 echristo2004-06-23 Eric Christopher <echristo@redhat.com>
2004-06-23 rth * tree.def (VTABLE_REF): Remove.
2004-06-22 kenner * alias.c (adjust_offset_for_component_ref): Use
2004-06-21 sayle * fold-const.c (operand_equal_p): Pass flags in recurs...
2004-06-21 rth * c-common.c (verify_sequence_points): Export.
2004-06-21 bonzini2004-06-21 Paolo Bonzini <bonzini@gnu.org>
2004-06-19 sayle * fold-const.c (fold) <UNORDERED_EXPR, ORDERED_EXPR...
2004-06-18 jakub * fold-const.c (build_range_check): If !in_p and recur...
2004-06-18 sayle * fold-const.c (constant_boolean_node): Handle boolean...
2004-06-17 sayle * fold-const.c (fold_relational_const): Use constant_b...
2004-06-16 law * fold-const.c (swap_tree_comparison): No longe...
2004-06-16 rth * c-common.c (lang_gimplify_stmt): Remove next_p argument.
2004-06-15 bonzini2004-06-15 Paolo Bonzini <bonzini@gnu.org>
2004-06-13 pinskia2004-06-13 Andrew Pinski <pinskia@physics.uc.edu>
2004-06-12 sayle * fold-const.c (omit_two_operands): New function.
2004-06-11 law * fold-const.c (fold_inf_compare): Avoid creati...
next