OSDN Git Service

* typeck.c (build_x_unary_op): Take note of the fact that
[pf3gnuchains/gcc-fork.git] / gcc / fold-const.c
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...
2002-06-04 geoffkMerge from pch-branch up to tag pch-commit-20020603.
2002-06-01 sayle * tree.c (real_minus_onep): New function to test for...
2002-06-01 sayle * fold-const.c (fold_truthop): Transform "a || b"...
2002-05-28 zack * tree.h: Forward-declare struct realvaluetype.
2002-05-27 aph2002-05-24 Andrew Haley <aph@redhat.com>
2002-05-17 kazu * final.c: Fix formatting.
2002-05-15 rth2002-05-15 Jakub Jelinek <jakub@redhat.com>
2002-05-10 sayle * fold-const.c (build_range_check): Optimize (c>=1...
2002-05-06 sayle PR opt/3995
2002-05-06 sayle * fold-const.c (lshift-double): Cast the high word...
2002-04-23 rth * fold-const.c (split_tree): Add MINUS_LITP...
2002-04-18 davem2002-04-18 David S. Miller <davem@redhat.com>
2002-04-18 jakub * fold-const.c (fold): Use (*lang_hooks.types.unsigned...
2002-04-18 jakub * fold-const.c (fold) [NOP_EXPR]: Convert (T)(x&c...
2002-04-04 neil * c-common.c (truthvalue_conversion): Rename, update.
2002-04-01 neil * c-common.c (unsigned_conversion_warning, convert_and...
2002-03-29 neil * Makefile.in (convert.o, calls.o, expmed.o): Update.
2002-03-25 zack * toplev.c: Don't include setjmp.h. Kill float_handle...
2002-03-23 zack * real.h: Don't define REAL_INFINITY or REAL_IS_NOT_DO...
2002-03-21 neil * Makefile.in (fold-const.o, stor-layout.o, stmt.o,
2002-03-20 dje * fold-const.c (fold): Delete #if 0 ARRAY_REF case.
2002-03-07 rsandifo * defaults.h (MODE_HAS_NANS, MODE_HAS_INFINITIES)...
2002-03-03 zack * emit-rtl.c, final.c, fold-const.c, gengenrtl.c,...
2002-02-22 rsandifo * fold-const.c (fold): Fix typo in comments.
2002-02-19 aldyh2002-02-19 Aldy Hernandez <aldyh@redhat.com>
2002-01-24 rth * fold-const.c (fold): Change UINT_MAX test...
2002-01-22 rth PR opt/3640
2001-12-17 zack * c-typeck.c (error_init, pedwarn_init, warning_init...
2001-12-16 ghazi * c-lex.c (lex_number): Use ISXDIGIT/hex_value.
2001-12-15 jsm28 * c-typeck.c, config/i386/i386.h, config/mcore/mcore.h,
next