Bring back equal forms for libcalls
[platform/upstream/gcc.git] / gcc / fold-const.c
2000-08-24 Greg McGaryoptabs.c (init_optabs): Initialize fixtab...
2000-08-16 Richard Kennercalls.c (ECF_SP_DEPRESSED): New macro.
2000-08-05 Zack Weinberg[multiple changes]
2000-08-02 Kazu Hirata* fold-const.c: Fix formatting.
2000-07-17 Kazu Hirata* fold-const.c: Fix comment typos.
2000-07-15 Richard Hendersonfold-const.c (extract_muldiv): Don't optimize past...
2000-07-15 Michael MeissnerFix (<cond> ? FOO++ : BAR++) == 2 from misoptimizing...
2000-07-08 Toon Moenefold-const.c (extract_muldiv): Check whether c divides...
2000-07-07 Kazu Hirata* fold-const.c (fold): Fix a comment typo.
2000-07-02 Jason Merrillremove redundant parents
2000-06-06 Jason Merrillfold-const.c (fold, [...]): Elide conversion between...
2000-05-31 Richard Kennertree.h (TREE_CODE_LENGTH): New macro.
2000-05-24 Nick Clifton(extract_muldiv): When constructing a multiplier/divisor...
2000-05-20 Alexandre Olivafold-const.c (make_range): Handle degenerated intervals.
2000-05-04 Jason Merrillsimplify-rtx.c (simplify_ternary_operation): Cast to...
2000-05-03 Jim WilsonFix for ia64-linux misoptimization.
2000-04-17 Dave PittsMakefile.in ($(srcdir)/c-parse.y: c-parse.in): Enclose...
2000-04-14 Richard Hendersonfold-const.c (extract_muldiv): Don't distribute and...
2000-03-28 Richard Kennerexpr.c (store_constructor): SIZE now signed.
2000-03-25 Richard Kenner* Rework fields used to describe positions of bitfields and
2000-03-23 Theodore Papadopoulobuiltin.c (get_pointer_alignment): Use DECL_P and TYPE_...
2000-03-19 Richard Hendersonfold-const.c (extract_muldiv): Apply type check for...
2000-03-16 Richard Kennerfold-const.c (fold): Fix a few cases when the returned...
2000-03-07 Richard Kennertree.h (INT_CST_LT, [...]): Remove unneeded casts.
2000-03-02 Richard Kennerc-common.c (c_common_nodes_and_builtins): Make sizetype...
2000-03-01 Mark Mitchellfold-const.c (size_binop): Don't asert inputs are the...
2000-02-27 Richard Kennerbuiltins.c (c_strlen): Use size_diffop and return ssize...
2000-02-20 Richard Kennerc-common.c (decl_attributes): Set DECL_SIZE_UNIT.
2000-02-10 Richard Kennercombine.c (make_extraction, [...]): Avoid warning on...
2000-01-18 Kaveh R. Ghazicalls.c (emit_call_1): Mark parameter with ATTRIBUTE_UN...
2000-01-14 Kaveh R. Ghazieh-common.h: PROTO -> PARAMS.
2000-01-10 Kaveh R. GhaziMakefile.in (optabs.o): Depend on real.h
2000-01-09 John Wehlefold-const.c (lshift_double, [...]): Handle shifting...
2000-01-07 Matt Austernfold-const.c (real_hex_to_f): Remove duplicate declarat...
2000-01-04 J"orn Rennecke* fold-const.c (make_range): Don't try to reverse an...
1999-12-29 Kaveh R. Ghazicse.c (free_element, [...]): Remove unused prototypes.
1999-12-27 Martin v. Löwisfold-const.c (operand_equal_p): Use memcmp to compare...
1999-12-26 Richard Kenner* fold-const.c (fold_truthop): Properly check for FP...
1999-12-21 Jeffrey A Lawfold-const.c (real_hex_to_f): Remove unused "isldouble...
1999-12-19 Richard KennerFix typo in last change
1999-12-18 Richard Kenneralias.c: Minor reformatting.
1999-12-06 Richard Kennerfold-const.c (optimize_bit_field_compare): Only use...
1999-11-29 Richard KennerInstall proper change
1999-11-29 Richard Kennerfold-const.c (extract_muldiv, [...]): Reverse operation...
1999-11-29 Bernd SchmidtDelete unused vars.
1999-11-29 Bernd SchmidtAdd missing return types
1999-11-27 Richard Kennerfold-const.c (negate_expr, [...]): New.
1999-11-01 Richard Kenner[multiple changes]
1999-10-31 Jeffrey A Lawfold-const.c (fold): Fix thinko when optimizing compari...
1999-10-26 Jim Kingdon* fold-const.c (fold): Fix comment.
1999-10-19 Alasdair Baird* fold-const.c (fold): Fix thinko in x+(-0) -> x transf...
1999-10-15 Jan Hubickafold-const.c (fold): Convert (or (not arg0) (not arg1...
1999-10-15 Jan Hubickafold-const.c (fold): Move bit_rotate code to the EXPR_P...
1999-10-15 Jeffrey A Lawfold-const.c (fold): Handle more simplifications allowe...
1999-10-14 Jeffrey A Law* fold-const.c (fold): Detect rotates built from BIT_XO...
1999-09-20 Jeffrey A LawRevert this change. Gavin's patch to operand_equal_p...
1999-09-20 Bernd SchmidtMake it possible to prototype port-specific functions...
1999-09-17 Gavin Romig-Koch* fold-const.c (operand_equal_p): Pay attention to...
1999-09-16 Kaveh R. Ghazisystem.h (CTYPE_CONV, [...]): New macros.
1999-09-07 Jeff LawMerge in gcc2-ss-010999
1999-09-05 Richard HendersonMakefile.in (ggc-simple.o): Depend on varray.h.
1999-09-02 Jeffrey A Lawfold-const.c (fold_range_test): Do not try to fold...
1999-08-27 Zack Weinbergc-typeck.c (c_expand_start_case): Return immediately...
1999-08-24 Richard Hendersonfold-const.c (fold): Reassociate (+ (+ (* a b) c) ...
1999-06-02 Mark MitchellRevert this change:
1999-05-27 Andreas Schwabfold-const.c (fold_truthop): Make the field reference...
1999-05-26 Mark Mitchellfold-const.c (fold): STRIP_NOPS when deciding whether...
1999-05-17 Andreas Schwabfold-const.c (fold_truthop): When converting a one...
1999-04-26 Toshiyasu Moritafold-const.c (make_range): Always initialize arg0 and...
1999-03-26 Charles M. Hannumfold-const.c (fold_truthop): Optimize bitfield referenc...
1999-03-26 Charles M. Hannumfold-const.c (fold_truthop): Build a type for both...
1999-03-26 Charles M. Hannumfold-const.c (fold_truthop): Mask the lhs and rhs after...
1999-03-26 Charles M. Hannumfold-const.c (fold_truthop): Verify that the lhs and...
1999-03-24 Richard Earnshawfold-const.c (make_range): If orig_type is unset, set...
1999-03-24 Geoff Keating* fold-const.c (fold): Recognise a rotate by an unsigne...
1999-03-15 Kaveh R. Ghazifold-const.c (exact_real_inverse): Move variable `float...
1999-02-11 Nathan Sidwellfold-const.c (range_binop): Take account of the bounded...
1999-01-27 Zack WeinbergRemove trigraph in comment
1999-01-27 Jeffrey A LawMerge in gcc2 snapshot 19980929. See gcc/ChangeLog...
1999-01-23 Jeffrey A Lawfold-const.c (lshift_double): Mark 'prec' arguments...
1998-12-01 Ulrich Drepperc-common.c (declare_function_name): Declare predefinied...
1998-10-13 Kaveh R. GhaziWarning fixes:
1998-09-20 Richard Hendersonfold-const.c (fold): Yet another COND_EXPR bug...
1998-09-20 Jeffrey A Law* fold-const.c (fold): Fix another type in COND_EXPR...
1998-09-19 Michael Tiemannfold-const.c (fold): Fix typo in COND_EXPR handling...
1998-08-17 Kaveh R. GhaziMakefile.in (cplus-dep.o): Use cplus-dem.c from libiberty.
1998-08-13 Jason Merrillexpr.c (safe_from_p): Change code to ERROR_MARK only...
1998-07-17 Richard Hendersonloop.h (struct induction): Add no_const_addval.
1998-06-29 Jeff Law* Merge from gcc2 June 9, 1998 snapshot. See ChangeLog...
1998-06-25 Mark Mitchellfold-const.c (make_range): Don't go looking at TREE_OPE...
1998-06-19 Andreas Schwabc-common.c (truthvalue_conversion): Protect side effect...
1998-06-17 Jeffrey A Law* fold-const.c (make_range): Do not widen the type...
1998-06-17 Jeffrey A Lawexpr.c (check_max_integer_computation_mode): New function.
1998-06-12 Richard Hendersonfold-const.c (fold): Revert last change.
1998-06-09 Richard Hendersonfold-const.c (fold): Even with otherwise constant trees...
1998-06-06 Kaveh R. GhaziSome fixes for KNR compilers:
1998-06-02 Andreas Schwabfold-const.c (fold, [...]): When folding VAR++ == CONST...
1998-05-22 Jason Merrillfold-const.c (ssize_binop): New fn.
1998-05-15 Mark Mitchellfold-const.c (constant_boolean_node): New function.
1998-05-06 Jeff Lawtypo typo fixes fixes
next