]> git.ipfire.org Git - thirdparty/gcc.git/history - gcc/combine.c
Oops, missed ChangeLog in last checkin...
[thirdparty/gcc.git] / gcc / combine.c
2000-04-25  Richard Hendersoncombine.c (combine_instructions): Add missing argument...
2000-04-25  Nick CliftonDo not try to combine a sequence of insns when the...
2000-04-24  Hiroyuki Machidacombine.c (try_combine): Update reg_nonzero_bits of...
2000-04-14  Jim WilsonFix ia64 gdb miscompilation reported by Kevin Buettner.
2000-04-05  Hans-Peter Nilssonmd.texi (Standard Names): Clarify when movX is needed.
2000-03-29  Jan HubickaConvert ACCUMULATE_OUTGOING_ARGS to an expression.
2000-03-25  Richard Kenner* Rework fields used to describe positions of bitfields and
2000-02-26  Jeff LawCopyright fixes
2000-02-26  Anthony Greentoplev.c (rest_of_compilation): Rebuild jump labels...
2000-02-13  Jeffrey A Law* combine.c (simplify_comparison): Fix typo.
2000-02-10  Richard Kennercombine.c (make_extraction, [...]): Avoid warning on...
2000-02-06  Kaveh R. GhaziMakefile.in (c-common.o): Depend on $(EXPR_H).
2000-01-31  Chandra Chavvacombine.c (try_combine): Trying to check the missed...
2000-01-24  Richard Hendersonrtl.def: Add unordered fp comparisions.
2000-01-18  Richard Hendersoncombine.c (combine_simplify_rtx): Give FLOAT_STORE_FLAG...
2000-01-14  Kaveh R. Ghazicccp.c: PROTO -> PARAMS.
2000-01-13  Jeffrey A Lawcombine.c (if_then_else_cond): Be careful about what...
2000-01-10  Alexandre Olivacombine.c (expand_field_assignment): Do not discard...
2000-01-04  Jeff LawUpdate copyright
2000-01-03  Jan Hubickacombine.c (expand_compound_operation): Do not convert...
1999-12-16  Richard Hendersoncombine.c (simplify_comparison): Reduce (OP (MINUS...
1999-12-14  Bernd SchmidtAvoid making shared rtl.
1999-12-14  Jeffrey A Lawcombine.c (combine_simplify_rtx): Fix order of checks...
1999-12-12  Kaveh R. Ghazicombine.c (record_promoted_value): Remove unused variab...
1999-12-09  Jan Hubickacombine.c (try_combine, [...]): Remove REG_N_REFS updat...
1999-12-07  David S. Millercombine.c (check_promoted_subreg): Do not conditionaliz...
1999-12-06  Jim WilsonFix ia64 execute/930630-1.c miscompilation.
1999-12-06  Jakub Jelinekcombine.c (check_promoted_subreg, [...]): New functions.
1999-12-02  J"orn Renneckecombine.c (try_combine): Before fixing up LOG_LINKS...
1999-12-02  Jeffrey A Lawcombine.c (if_then_else_cond): Use const_true_rtx inste...
1999-11-30  Franz Sirlcombine.c (try_combine): Only pass SET or CLOBBER to...
1999-11-28  Jakub Jelinekcombine.c (setup_incoming_promotions): Pass an outgoing...
1999-11-27  Richard Kennercombine.c (try_combine): Add code to try to merge a...
1999-11-22  J"orn Renneckecombine.c (combine_simplify_rtx): When handling a SUBRE...
1999-11-05  Richard Hendersonbitmap.h (BITMAP_XFREE): New.
1999-11-01  Mark Mitchell* combine.c (combine_instructions): Use xmalloc instead...
1999-11-01  Richard Kenner[multiple changes]
1999-10-31  Jeffrey A Lawcombine.c (combine_simplify_rtx): Renamed from simplify...
1999-10-27  Mark Mitchellrtl.h (note_stores): Add additional paramter.
1999-10-20  Richard Hendersonbasic-block.h (PROP_*): Move constants from ...
1999-10-18  Jeffrey A Lawcombine.c (get_last_value): If the last set of a regist...
1999-10-15  Jan Hubickafold-const.c (fold): Move bit_rotate code to the EXPR_P...
1999-10-14  Marc Espiecombine.c (simplify_logical): Recognize xor pattern...
1999-10-10  Richard Hendersoncombine.c (refresh_blocks, [...]): New.
1999-10-09  Richard HendersonMakefile.in (flow.o): Depend on TREE_H.
1999-09-26  Kaveh R. Ghazicombine.c (gen_rtx_combine): Add missing call to va_end().
1999-09-24  Nick CliftonCope with down shifting a 32 bit constant on a 64 bit...
1999-09-23  Nick CliftonUse unsigned shift instead of signed shift.
1999-09-20  Bernd SchmidtMake it possible to prototype port-specific functions...
1999-09-12  Richard HendersonReplace insn_foo with insn_data.foo.
1999-09-09  Richard Hendersoncombine.c (SUBST): Break out to a real function do_SUBST.
1999-09-07  Jeff LawMerge in gcc2-ss-010999
1999-09-02  Jeffrey A Lawcombine.c (simplify_rtx): Recognize another case of...
1999-09-02  Finn Hakanssoncombine.c (simplify_shift_const): Remove extra semicolon.
1999-08-27  Bernd SchmidtFix for 'Deadly optimization bug' (see egcs mailing...
1999-08-25  Gavin Romig-Kochcombine.c (nonzero_bits): Allow single-ly set registers...
1999-08-25  Kaveh R. GhaziWarning fixes:
1999-08-20  Kaveh R. Ghazirtl.h (rtx_format): Constify a char*.
1999-08-18  Andreas Schwab* combine.c (distribute_notes): Handle REG_EH_RETHROW.
1999-08-09  Bernd SchmidtInclude function.h in most files.
1999-08-02  Jim WilsonOptimize duplicate zero_extend operations.
1999-07-23  Richard Hendersonexplow.c (trunc_int_for_mode): New function.
1999-06-14  David MosbergerPatch from David Mosberger to fix 32 host cross 64...
1999-03-25  Richard Hendersoncombine.c (distribute_notes): Place REG_LABEL also...
1999-03-25  Donn Terrycombine.c (force_to_mode, case PLUS): Use sign extended...
1999-02-25  Richard HendersonFlow rewrite to use basic block structures and edge...
1999-01-30  Jeffrey A Law* combine.c (distribute_notes): Handle REG_EH_REGION...
1999-01-27  Jeffrey A LawMerge in gcc2 snapshot 19980929. See gcc/ChangeLog...
1999-01-19  Mark Mitchellrtl.h (rtx_def): Update documentation.
1999-01-11  Richard Hendersonbasic-block.h (basic_block_head): Rename to x_basic_blo...
1999-01-06  Jeff LawFix copyright.
1999-01-06  Bernd Schmidtcombine.c (num_sign_bit_copies): In NEG...
1998-11-08  Kaveh R. Ghazigansidecl.h: Prepend a "G" to the macro wrapping this...
1998-10-26  Richard Hendersoncombine.c (subst): Process the inputs to a parallel...
1998-10-25  Kaveh R. GhaziWarning fixes:
1998-10-19  Bernd Schmidtcombine.c (recog_for_combine): Lose PADDED_SCRATCHES...
1998-10-14  J"orn Renneckecombine.c (combine_instructions): When finished, call...
1998-10-14  Kaveh R. GhaziWarning fixes:
1998-10-05  Jeff Lawcombine.c (simplify_rtx): Do not replace TRUNCATE with...
1998-10-04  Richard Hendersoncombine.c (expand_field_assignment): Don't do bitwise...
1998-09-20  Richard Hendersoncombine.c (distribute_notes): If an insn is a cc0 user...
1998-09-15  Jeffrey A Lawcombine.c (make_extraction): If no mode is specified...
1998-08-26  Kaveh R. Ghazisystem.h: Include stdarg.h/varargs.h...
1998-08-18  Jeffrey A Lawcombine.c (can_combine_p): Allow combining insns with...
1998-07-06  Jeffrey A Lawcombine.c (expand_compound_operation): Fix thinko in...
1998-07-05  Jeffrey A Lawcombine.c (simplify_comparison): Do not commute a AND...
1998-07-02  Alasdair Baird* combine.c (simplify_comparison): Apply SUBREG_REG...
1998-06-29  Jeff Law* Merge from gcc2 June 9, 1998 snapshot. See ChangeLog...
1998-06-24  John Carroptabs.c: Use gen_rtx_FOO (...) instead of gen_rtx...
1998-06-19  Graham Stottalias.c: Include toplev.h
1998-05-21  J"orn Renneckecombine.c (nonzero_bits): For paradoxical subregs,...
1998-05-13  Kaveh R. GhaziWarning fixes:
1998-04-16  Jeff Lawloop.c (regs_patch_p): Add prototype.
1998-04-14  Jeff Lawcombine.c (simplify_rtx, [...]): Respect value of TRULY...
1998-04-06  Catherine Moorecombine.c (can_combine_p): Include successor in volatil...
1998-04-04  Jeff Law* Check in merge from gcc2. See ChangeLog.11 and Chang...
1998-03-26  Richard Henderson* combine.c (make_compound_operation): Simplify (subreg...
1998-03-20  Kaveh R. GhaziMajor cutover to using system.h:
1998-03-18  Kaveh R. GhaziFix more warnings...
1998-02-19  Jeffrey A Lawemit-rtl.c (gen_lowpart_common): Suppress last change...
next