]> git.ipfire.org Git - thirdparty/gcc.git/history - gcc/fold-const.c
Merge in gcc2 snapshot 19980929. See gcc/ChangeLog and gcc/FSFChangeLog for
[thirdparty/gcc.git] / gcc / fold-const.c
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...
1998-07-17  rth * loop.h (struct induction): Add no_const_addval.
1998-06-29  law * Merge from gcc2 June 9, 1998 snapshot. See...
1998-06-25  mmitchel * fold-const.c (make_range): Don't go looking at TREE_...
1998-06-19  schwab * c-common.c (truthvalue_conversion): Protect side...
1998-06-17  law * fold-const.c (make_range): Do not widen the...
1998-06-17  law * expr.c (check_max_integer_computation_mode...
1998-06-12  rth * fold-const.c (fold): Revert last change....
1998-06-09  rth * fold-const.c (fold): Even with otherwise...
1998-06-06  ghaziSome fixes for KNR compilers:
1998-06-02  law * fold-const.c (fold, case EQ_EXPR): When foldi...
1998-05-22  jason * fold-const.c (ssize_binop): New fn.
1998-05-15  mmitchel * fold-const.c (constant_boolean_node): New function.
1998-05-06  lawtypo typo fixes fixes
1998-05-06  robertlWed May 6 06:35:38 1998 Robert Lipe <robertl@dgii...
1998-05-05  law * Check in merge from gcc2. See ChangeLog...
1998-04-25  law * fold-const.c (fold_convert): Fix typo.
1998-04-04  rth* tree.h (sizetype_tab[2], sbitsizetype, ubitsizetype...
1998-04-04  law * Check in merge from gcc2. See ChangeLog...
1998-04-01  law * fold-const.c optimze_bit_field_compare):...
1998-04-01  mmitchel * varasm.c (make_decl_rtl): Update the DECL_ASSEMBLER_...
1998-03-19  law * fold-const.c (fold): Replace sign-extension...
1998-03-18  rthWed Mar 18 13:46:07 1998 Richard Kenner <kenner@vlsi1...
1998-03-01  law * fold-const.c (fold_range_test): Always return...
1998-02-17  law * fold-const.c: Include "system.h" to get stdli...
1998-02-16  jason * tree.c (first_rtl_op): New fn.
1998-02-14  law * varasm.c (output_constant_pool): Bring back...
1998-02-01  law * expr.c (get_inner_reference): Use sbitsizetyp...
1997-12-20  law * bitmap.c (bitmap_clear): Ensure `inline'...
1997-12-18  law * tree.c (build_range_type): Allow creation of ranges...
1997-12-11  lawAnother handful of gcc-2.8 changes (will it ever go...
1997-12-07  lawMerge from gcc-2.8
1997-11-14  amylaar * fold-const.c (fold_truthop): Fix bug in last...
1997-11-14  wilsonpatch from paul eggert to fix -0.0/0.0 confusion that...
1997-11-13  amylaar * fold-const.c (fold_truthop): When changing a one...
1997-11-02  lawUpdate mainline egcs to gcc2 snapshot 971021.
1997-10-28  law * fold-const.c (fold): For ((a * C1) / C3)...
1997-10-26  law * fold-const (fold): Also simplify FLOOR_DIV_EX...
1997-09-23  law * fold-const.c (make_range): Correctly handle...
1997-08-29  law * pa.md (reload_peepholes): Make sure operand...
1997-08-27  law * c-decl.c (grokdeclarator): If array index...
1997-08-25  law * version.c: Bump for new snapshot.
1997-07-27  kenner(fold_range_test, fold): Avoid making SAVE_EXPR if...
1997-06-26  djeDocument force_fit_type as an entry point in the file.
1997-06-09  merrillx
1997-05-08  kenner(fold, truth_andor): Disable optimization for side...
1997-04-21  kenner(operand_equal_p): Constants are not equal if there...
1997-02-15  kenner(fold): Don't assume a nonexplicit constant cannot...
1997-02-07  kenner(const_binop): Don't call size_int if low < 0.
1997-01-27  kenner(fold): Don't make COND_EXPR when both expr and one...
1997-01-06  kenner(operand_equal_p): Rework to consider two expressions...
1997-01-05  kenner(const_binop): Rework to only make constants in
1996-12-07  kenner(merge_ranges): In (+,-) case, if lower bounds are...
1996-11-16  kenner(optimize_bit_field_compare, decode_field_reference...
1996-11-15  wilson(unextend): Rewrite type conversions to avoid overflow.
1996-11-15  kenner(operand_equal_p): Do real comparison with REAL_VALUES_...
1996-11-15  kenner(range_binop): Set SNG1 to zero if ARG1 is a not a...
1996-11-12  wilson(merge_ranges): In (+,-) case, treat subset specially
1996-11-07  kenner(const_binop, case *_DIV_EXPR): Don't do special sizety...
1996-11-01  kenner(make_range): Don't merge unsigned case with range...
1996-11-01  law * fold-const.c (make_range, case PLUS_EXPR...
1996-10-30  kenner(range_binop): Strip NOPs from result and verify it...
1996-10-27  law * fold-const.c (merge_ranges): Fix thinko/typo.
1996-10-24  wilson(make_range, case PLUS_EXPR): Normalize an unsigned
1996-10-24  kenner(make_range, comparison cases): When making range for...
1996-10-23  kenner(exact_real_inverse): Likewise, if no REAL_ARITHMETIC.
1996-10-12  dje * fold-const.c (make_range): Handle NULL operand 0
1996-10-09  kenner(range_test): Function deleted.
1996-09-29  kenner(const_binop): Add new arg, TYPE, to call to build_complex.
1996-09-22  kennerFix error in comments.
1996-07-03  mrsformatting tweaks
1996-06-06  kenner(fold): Don't do anything with evaluated SAVE_EXPR.
1996-05-16  kenner(fold, case EQ_EXPR): When folding VAR++ = CONST, mask...
1996-04-30  merrill(fold): Don't call convert to recreate tree nodes
1996-04-14  kenner(range_test): Don't convert hi_cst or lo_cst to unsigne...
1996-04-14  kenner(fold_convert): Add new arg to REAL_VALUE_FROM_INT.
1996-03-25  kenner(fold, case BIT_IOR_EXPR): Recognize rotates with varia...
1996-03-02  kenner(fold, case *_DIV_EXPR): Ignore SAVE_EXPR if has RTL.
1996-01-16  kenner(left_shift_overflows): Remove; unused.
1996-01-16  kenner(const_binop): Strip NOPS from both args.
1995-12-27  kenner(fold_convert): When converting a NaN to another type...
1995-12-16  kenner(fold): Don't record overflow when negating unsigned...
1995-09-15  kenner(div_and_round_double): Change `carry', `quo_est',...
1995-09-03  kenner(size_binop): Don't pass 1 to NOTRUNC.
1995-07-18  kenner(fold, case CONVERT_EXPR): Don't merge conversions...
1995-07-01  kenner(decode_field_reference): New parm PAND_MASK.
1995-06-27  kenner(fold_truthop): Commute unextend and convert on l_const...
1995-06-15  kennerUpdate FSF address.
1995-06-13  kenner(fold): When converting a COND_EXPR to an ABS_EXPR...
1995-06-09  kenner(lshift_double): Replace `&' with `%' to fix typo.
1995-06-07  kenner(fold): When folding `<' type nodes, make true_value...
1995-05-24  merrill*** empty log message ***
next