OSDN Git Service

* gdbinit.in: Update to reflect new identifier structure.
[pf3gnuchains/gcc-fork.git] / gcc / fold-const.c
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,
2001-12-09 jsm28 * ChangeLog.2, ChangeLog.3, ChangeLog.5, ChangeLog...
2001-11-19 kenner * tree.def (VIEW_CONVERT_EXPR): New tree code.
2001-11-15 kenner * alias.c (nonoverlapping_memrefs): Use REGNO_PTR_FRAME_P.
2001-11-14 rth * fold-const.c (fold): Optimize strlen comparis...
2001-11-09 wehle * fold-const.c (lshift_double): Honor PREC.
2001-11-04 jsm28 * ChangeLog.2, ChangeLog.4, ChangeLog.5, ChangeLog,
2001-10-21 ghazi * c-format.c (maybe_read_dollar_number): Use safe...
2001-10-11 shebs2001-10-10 Stan Shebs <shebs@apple.com>
2001-10-10 kazu * calls.c: Fix formatting.
2001-10-09 kazu * c-common.c: Fix comment typos.
2001-09-23 kenner * fold-const.c (extract_muldiv, case PLUS_EXPR): Only...
2001-09-20 kenner * fold-const.c (hashtab.h): Include.
2001-09-07 rth * c-common.c (signed_or_unsigned_type): Handle...
2001-08-24 ghazi * fold-const.c (tree_expr_nonnegative_p): Handle ...
2001-08-22 gerald * Makefile.in, alias.c, basic-block.h, bb-reorder...
2001-08-12 zack * toplev.c (set_float_handler): Make static.
2001-08-08 kazu * dbxout.c: Fix comment formatting.
2001-07-23 rth * fold-const.c (fold): Test vs FLOAT_TYPE_P...
2001-07-20 hubicka * integrate.c (copy_insn_list): handle
2001-07-06 neil * Makefile.in (final.o): Depend on target.h.
2001-06-04 kenner * tree.def (ARRAY_RANGE_REF): New code.
2001-05-21 ghazi * fold-const.c (tree_expr_nonnegative_p): Detect more
2001-05-01 ghazi * bitmap.c: Change NULL_PTR to NULL or "(rtx*)0".
2001-04-20 geoffk * fold-const.c (fold): Use first_rtl_op rather than
2001-04-02 jakub * fold-const.c (fold): Before optimizing unsigned...
2001-03-19 mmitchel * cse.c (find_comparison_args): Update documentation...
2001-03-07 rthBrad's -ffast-math breakup.
next