OSDN Git Service

update copyrights
[pf3gnuchains/gcc-fork.git] / gcc / fold-const.c
2001-01-03 mmitchel * fold-const.c (fold_convert): Fix typo.
2000-12-19 ghazi * fold-const.c (tree_expr_nonnegative_p): Treat truth...
2000-11-26 kenner * fold-const.c (fold, case CONVERT_EXPR): Always retur...
2000-11-24 berndsFix crash in fold_range_test
2000-11-24 berndsOverhaul sequence point warnings (again)
2000-11-10 rth * fold-const.c (fold): Compare TYPE_MAIN_VARIAN...
2000-11-07 jsm28 * alias.c (init_alias_analysis), calls.c (expand_call,
2000-11-03 zack * builtins.c (expand_builtin_strlen): Remove unused...
2000-11-01 berndsConstant folding for builtins
2000-10-29 jsm28 * toplev.c, flags.h, fold-const.c, real.c, rtl.c,
2000-10-20 kenner * fold-const.c (force_fit_type): Unsigned values can...
2000-10-13 mmitchel Remove obstacks.
2000-10-05 kenner * fold-const.c (fold, case MINUS_EXPR, case EQ_EXPR...
2000-08-24 gkm * optabs.c (init_optabs): Initialize fixtab, fixtrunct...
2000-08-16 kenner * calls.c (ECF_SP_DEPRESSED): New macro.
2000-08-05 zack2000-08-04 Andreas Schwab <schwab@suse.de>
2000-08-02 law * fold-const.c: Fix formatting.
2000-07-17 law * fold-const.c: Fix comment typos.
2000-07-15 rth * fold-const.c (extract_muldiv): Don't optimize...
2000-07-15 meissnerFix (<cond> ? FOO++ : BAR++) == 2 from misoptimizing...
2000-07-08 toon2000-07-08 Toon Moene <toon@moene.indiv.nluug.nl>
2000-07-07 law * fold-const.c (fold): Fix a comment typo.
2000-07-02 jasonremove redundant parents
2000-06-06 jason * fold-const.c (fold, case COND_EXPR): Elide...
2000-05-31 kenner * tree.h (TREE_CODE_LENGTH): New macro.
2000-05-24 nickc(extract_muldiv): When constructing a multiplier/diviso...
2000-05-20 aoliva* fold-const.c (make_range): Handle degenerated intervals.
2000-05-04 jason * simplify-rtx.c (simplify_ternary_operation...
2000-05-03 wilsonFix for ia64-linux misoptimization.
2000-04-17 rth * Makefile.in ($(srcdir)/c-parse.y: c-parse...
2000-04-14 rth * fold-const.c (extract_muldiv): Don't distribu...
2000-03-28 kenner * expr.c (store_constructor): SIZE now signed.
2000-03-25 kenner * Rework fields used to describe positions of bitfield...
2000-03-23 mmitchel * builtin.c (get_pointer_alignment): Use DECL_P...
2000-03-19 rth * fold-const.c (extract_muldiv): Apply type...
2000-03-16 kenner * fold-const.c (fold): Fix a few cases when the return...
2000-03-07 kenner * tree.h (INT_CST_LT, INT_CST_LT_UNSIGNED): Remove...
2000-03-02 kenner * c-common.c (c_common_nodes_and_builtins): Make sizet...
2000-03-01 mmitchel * fold-const.c (size_binop): Don't asert inputs are...
2000-02-27 kenner * builtins.c (c_strlen): Use size_diffop and return...
2000-02-20 kenner * c-common.c (decl_attributes): Set DECL_SIZE_UNIT.
2000-02-10 kenner * combine.c (make_extraction, force_to_mode): Avoid...
2000-01-18 ghazi * calls.c (emit_call_1): Mark parameter with...
2000-01-14 ghazi * eh-common.h: PROTO -> PARAMS.
2000-01-10 ghazi * Makefile.in (optabs.o): Depend on real.h
2000-01-09 wehle * fold-const.c (lshift_double, rshift_double): Handle
2000-01-07 mmitchel * fold-const.c (real_hex_to_f): Remove duplicate decla...
2000-01-04 law * fold-const.c (make_range): Don't try to rever...
1999-12-29 ghazi * cse.c (free_element, get_element): Remove unused...
1999-12-27 loewis * fold-const.c (operand_equal_p): Use memcmp to compar...
1999-12-26 kenner * fold-const.c (fold_truthop): Properly check for...
1999-12-21 law * fold-const.c (real_hex_to_f): Remove unused...
1999-12-19 kennerFix typo in last change
1999-12-18 kenner * alias.c: Minor reformatting.
1999-12-06 kenner * fold-const.c (optimize_bit_field_compare): Only...
1999-11-29 kennerInstall proper change
1999-11-29 kenner * fold-const.c (extract_muldiv, case {MIN,MAX}_EXPR...
1999-11-29 cruxDelete unused vars.
1999-11-29 cruxAdd missing return types
1999-11-27 kenner * fold-const.c (negate_expr, associate_trees, extract_...
1999-11-01 kennerFri Oct 29 15:25:07 1999 Arnaud Charlet <charlet...
1999-10-31 law * fold-const.c (fold): Fix thinko when optimizi...
1999-10-26 law * fold-const.c (fold): Fix comment.
1999-10-19 law * fold-const.c (fold): Fix thinko in x+(-0...
1999-10-15 law * fold-const.c (fold): Convert (or (not arg0...
1999-10-15 law * fold-const.c (fold): Move bit_rotate code...
1999-10-15 law * fold-const.c (fold): Handle more simplificati...
1999-10-14 law * fold-const.c (fold): Detect rotates built...
1999-09-20 law Revert this change. Gavin's patch to operand_e...
1999-09-20 cruxMake it possible to prototype port-specific functions...
1999-09-17 gavin * fold-const.c (operand_equal_p): Pay attention to...
1999-09-16 ghazi * system.h (CTYPE_CONV, TOUPPER, TOLOWER): New macros...
1999-09-07 lawMerge in gcc2-ss-010999
1999-09-05 mmitchel * Makefile.in (ggc-simple.o): Depend on varray.h.
1999-09-02 law * fold-const.c (fold_range_test): Do not try to fold...
1999-08-27 zack1999-08-27 00:27 -0700 Zack Weinberg <zack@bitmover...
1999-08-24 rth * fold-const.c (fold): Reassociate (+ (+ (...
1999-06-02 mmitchel Revert this change:
1999-05-27 lawh
1999-05-26 mmitchel * fold-const.c (fold): STRIP_NOPS when deciding...
1999-05-17 law * fold-const.c (fold_truthop): When converting...
1999-04-26 law * fold-const.c (make_range): Always initialize...
1999-03-26 law * fold-const.c (fold_truthop): Optimize bitfiel...
1999-03-26 law * fold-const.c (fold_truthop): Build a type...
1999-03-26 law * fold-const.c (fold_truthop): Mask the lhs...
1999-03-26 law * fold-const.c (fold_truthop): Verify that the...
1999-03-24 law * fold-const.c (make_range): If orig_type is...
1999-03-24 law * fold-const.c (fold): Recognise a rotate by...
1999-03-15 ghazi * fold-const.c (exact_real_inverse): Move varia...
1999-02-11 lawh
1999-01-27 zackRemove trigraph in comment
1999-01-27 lawMerge in gcc2 snapshot 19980929. See gcc/ChangeLog...
1999-01-23 law * fold-const.c (lshift_double): Mark 'prec...
1998-12-01 rth * c-common.c (declare_function_name): Declare...
1998-10-13 ghaziWarning fixes:
1998-09-20 rth * fold-const.c (fold): Yet another COND_EXPR...
1998-09-20 law * fold-const.c (fold): Fix another type in...
1998-09-19 law * fold-const.c (fold): Fix typo in COND_EXPR...
1998-08-17 law * Makefile.in (cplus-dep.o): Use cplus-dem...
1998-08-13 jason * expr.c (safe_from_p): Change code to ERROR_MARK...
next