OSDN Git Service

Remove extra comma in comment.
[pf3gnuchains/gcc-fork.git] / gcc / fold-const.c
2003-09-29 kennerRemove extra comma in comment.
2003-09-29 kazu * fold-const.c (fold): Fold (A & ~B) - (A & B) into
2003-09-25 sayle PR bootstrap/12358
2003-09-18 sayle * tree.def (FFS_EXPR, CLZ_EXPR, CTZ_EXPR, POPCOUNT_EXPR,
2003-09-16 sayle * fold-const.c (tree_swap_operands_p): New function...
2003-09-14 kazu * alias.c: Follow spelling conventions.
2003-09-09 ghazi * builtins.c (real_dconstp, fold_builtin_logarithm,
2003-09-08 sayle * fold-const.c (operand_equal_p): Clarify documentation.
2003-09-01 zlomek * c-typeck.c (build_binary_op): Kill BIT_ANDTC_EXPR.
2003-08-26 sayle PR middle-end/12002
2003-08-26 sayle * fold-const.c (fold <MULT_EXPR>): Optimize (C1/X...
2003-08-22 kazu * c-decl.c: Fix comment formatting.
2003-08-21 zlomek * fold-const.c (fold): Fix bug in (A & C) == D where...
2003-08-20 sayle PR middle-end/11984
2003-08-20 jason * tree.h (IS_EXPR_CODE_CLASS): Also include...
2003-08-20 jason * builtins.c (expand_builtin_mathfn): Use get_c...
2003-08-19 kazu * builtins.c: Fix comment typos.
2003-08-14 sayle * fold-const.c (negate_expr_p): MULT_EXPRs and RDIV_EX...
2003-08-12 sayle * fold-const.c (fold): Optimize any associative floati...
2003-08-04 sayle PR middle-end/11771
2003-08-04 sayle * fold-const.c (fold <PLUS_EXPR>): Transform x+x into...
2003-08-01 sayle * fold-const.c (fold <MULT_EXPR>): Optimize both x...
2003-07-31 rakdver * fold-const.c (fold): Fold some comparisons of bit...
2003-07-28 jakub * configure.in (--enable-checking): Add fold category.
2003-07-22 mmitchel * fold-const.c (force_fit_type): Handle OFFSET_TYPE.
2003-07-22 kazu * alias.c: Fix comment formatting.
2003-07-19 ghazi * alias.c alloc-pool.c bitmap.c bitmap.h bt-load.c...
2003-07-18 sayle * fold-const.c (const_binop): Avoid performing the...
2003-07-10 kazu PR c/11449
2003-07-10 aj * fold-const.c: Properly wrap prototypes.
2003-07-09 mmitchel * fold-const.c (make_range): Do not access operand...
2003-07-07 aj2003-07-07 Andreas Jaeger <aj@suse.de>
2003-07-04 law * expr.c (do_store_flag): Pass in the correct...
2003-07-03 sayle * real.c (real_trunc, real_floor, real_ceil): New...
2003-07-03 sayle PR target/10700
2003-07-03 law * expr.c (do_store_flag): Remove special case folding for
2003-07-02 ebotcazou PR optimization/11210
2003-07-01 aj * fold-const.c: Convert prototypes to ISO C90.
2003-07-01 kazu * basic-block.h: Fix comment typos.
2003-06-29 kazu * alloc-pool.c: Fix comment formatting.
2003-06-29 ebotcazou PR optimization/11210
2003-06-26 ebotcazou PR optimization/11210
2003-06-23 kazu * basic-block.h: Fix comment formatting.
2003-06-16 ghazicp:
2003-06-16 sayle * fold-const.c (operand_equal_p): Consider two calls...
2003-06-13 kazu * builtins.c: Fix comment typos.
2003-06-13 kraai * fold-const.c (tree_expr_nonnegative_p): Fix misspelling
2003-06-12 sayle PR middle-end/168
2003-06-12 sayle * fold-const.c (tree_expr_nonnegative_p): Add support for
2003-06-10 sayle * builtins.c (fold_builtin): Optimize cos(-x) as cos(x).
2003-06-10 sayle * fold-const.c (fold <EQ_EXPR>): Don't fold x ==...
2003-06-09 jason * fold-const.c (operand_equal_p): Handle ADDR_E...
2003-06-09 kazu * fold-const.c (fold): Fix a comment typo.
2003-06-06 sayle * fold-const.c (fold <ABS_EXPR>): Re-fold the result...
2003-05-31 sayle * flags.h (flag_wrapv): New flag controlling overflow...
2003-05-27 kenner * tree.h (contains_placeholder_p): Now returns bool.
2003-05-23 sayle * real.c (real_maxval): New function to return the...
2003-04-22 dje * fold-const.c (fold_range_test): Use RANGE_TES...
2003-04-21 kenner * fold-const.c (fold, case PLUS_EXPR and case MULT_EXP...
2003-04-21 kennerRevert hunks not part of last patch.
2003-04-21 kenner * fold-const.c (extract_muldiv, case CONVERT_EXPR...
2003-04-16 kenner * tree.c (skip_simple_arithmetics_at, saved_exp...
2003-04-14 kenner * fold-const.c (fold): Reorder tests for condit...
2003-04-14 sayle * fold-const.c (fold): Transform (c1 - x) cmp c2...
2003-04-08 sayle * fold-const.c (fold): Use "fold" following build...
2003-03-28 sayle * fold-const.c (fold_inf_compare): New function to...
2003-03-23 mmitchel PR c/8224
2003-03-21 rth * fold-const.c (extract_muldiv_1): Revert chang...
2003-03-20 sayle * fold-const.c (fold_mathfn_compare): New function...
2003-03-20 kazu * fold-const.c (fold): Fold A - (A & B) into ~B & A.
2003-02-22 sayle * fold-const.c (omit_one_operand): No longer static.
2003-02-19 sayle * fold-const.c (fold_real_zero_addition_p): Don't...
2003-02-18 sayle * fold-const.c (negate_expr_p): New function to determ...
2003-02-16 rth * fold-const.c (extract_muldiv_1): Rename from...
2003-02-05 rth * defaults.h (CLZ_DEFINED_VALUE_AT_ZERO): New.
2003-02-01 rth2003-02-01 Richard Henderson <rth@redhat.com>
2003-01-15 hubicka PR f/9258
2003-01-14 hubicka * convert.c (strip_float_extensions): Look for narrow...
2003-01-10 geoffkMerge from pch-branch.
2003-01-03 jason * fold-const.c (fold) [COND_EXPR]: Avoid NOP_EX...
2002-12-16 zackMerge basic-improvements-branch to trunk
2002-11-25 rth PR c/8639
2002-11-05 aph2002-11-05 Andrew Haley <aph@redhat.com>
2002-10-30 sayle * fold-const.c (fold_binary_op_with_conditional_arg...
2002-10-22 nathan PR c++/7209
2002-10-11 ghazicp:
2002-09-22 kazu * dbxout.c: Follow spelling conventions.
2002-09-16 rthgcc/
2002-09-12 rth * fold-const.c (make_range): Only narrow to...
2002-08-22 tromey For PR java/6005 and PR java/7611:
2002-08-05 jakub * fold-const.c (associate_trees): Only optimize NEGATE...
2002-07-30 kazu * fold-const.c: Fix comment typos.
2002-07-28 sayle * Makefile.in: rtlanal.o now depends upon real.h.
2002-07-01 sayle PR opt/4046
2002-06-29 aldyh2002-06-28 Aaron Lehmann <aaronl@vitelus.com>
2002-06-15 sayle * fold-const.c (comparison_to_compcode): New function...
2002-06-15 rth * convert.c (convert_to_integer) [LSHIFT_EXPR]: Don...
2002-06-15 rth * fold-const.c (fold) [compare ops]: Move X...
2002-06-11 tromey For PR java/6520:
2002-06-07 sayle * fold-const.c (fold) [EQ_EXPR]: Place both integer...
next