rtl.def (CALL_PLACEHOLDER): New rtx code.
[gcc.git] / gcc / sched.c
1999-01-11 Richard HendersonUpdate copyrights.
1999-01-11 Richard Hendersonbasic-block.h (basic_block_head): Rename to x_basic_blo...
1998-10-29 Jim WilsonFix sched REG_DEAD note handling bug found by post...
1998-10-23 Jeffrey A Lawsched.c (update_flow_info): Revert Oct 19, 1998 change.
1998-10-19 Jeff Lawsched.c (update_flow_info): Handle death notes made...
1998-10-16 Bernd Schmidtflow.c (life_analysis_1): Do not clobber regs_ever_live...
1998-10-14 Kaveh R. GhaziWarning fixes:
1998-08-17 Andreas Schwabm68k.c: Include "system.h" instead of <stdio.h>.
1998-06-18 Jim WilsonFix stack overflow found by glibc compile with max...
1998-05-13 Michael MeissnerMakefile.in (HOST_RTL): Add $(HOST_PREFIX)bitmap.o.
1998-05-06 Jeff Lawtypo typo fixes fixes
1998-04-29 J"orn Renneckesched.c (new_insn_dead_notes): Check if the register...
1998-04-04 Jeff Law* Check in merge from gcc2. See ChangeLog.11 and Chang...
1998-03-20 Kaveh R. GhaziMajor cutover to using system.h:
1998-03-11 Michael MeissnerMake qsort compare function type correct
1998-02-20 Michael MeissnerRemove old code to get arguments in regs into pseudos...
1998-02-13 J"orn Renneckesched.c (update_flow_info, REG_WAS_0): Ignore if settin...
1998-02-13 Robert LipeRats. Forgot to change copyrights on the first commit.
1998-02-13 Robert Lipec-lang.c (finish_file): Bracket declaration of static_c...
1998-01-27 Kaveh R. Ghazic-lex.c: Include <stdlib.h> and <string.h>/<strings.h>.
1998-01-14 Richard Hendersonalias.c: Change all uses of gen_rtx(FOO...) to gen_rtx_...
1997-12-22 Jeff Lawhaifa-sched.c (create_reg_dead_note): Detect and handle...
1997-12-15 Jeff LawBring over changes from latest gcc-2.8 pre-release.
1997-11-02 Jeff LawUpdate mainline egcs to gcc2 snapshot 971021.
1997-09-22 David S. Millercombine.c (try_combine): Use NULL_RTX instead of '0...
1997-09-20 J"orn Renneckesched.c (update_flow_info): Don't pass SCRATCH to dead_...
1997-09-05 J"orn Rennecke* sched.c (update_flow_info) When looking if to set...
1997-08-12 Jeff LawRemove gratuitous changes from the alias analysis patches.
1997-08-11 Jeffrey A Law* Integrate alias analysis changes from jfc@mit.edu
1997-07-14 Richard Kenner(schedule_block): Free space associated with reg_pendin...
1997-06-16 Michael MeissnerUse REG_SET macros
1997-06-09 Jim Wilson(attach_deaths): Fix typo in Jun 4 change.
1997-06-06 Jim Wilson(update_flow_info): When add extra REG_DEAD note for...
1997-06-05 Michael MeissnerFix urgent bug
1997-06-05 Michael Meissnerabstract regset stuff into macros
1997-06-02 Michael MeissnerWiden some short fields to int; Use allocate_reg_info...
1997-05-30 Michael MeissnerUse accessor macros to access arrays based on regno...
1997-05-06 Mike Stumpreformat a little to match GNU coding standards.
1997-03-28 Doug Evanssched.c (update_flow_info): Handle REG_EXEC_COUNT and...
1997-02-19 Jim Wilson(schedule_insns): If there was no first scheduling...
1996-12-17 Jim Wilson(update_flow_info): When add REG_DEAD notes for dest of
1996-10-08 Jim Wilson(schedule_block): Before scheduling...
1996-07-23 Mike Stumpinstall EH code
1996-07-08 Jim Wilson(true_dependence, anti_dependence, output_dependence):
1996-07-03 Mike Stumpformatting tweaks
1996-03-31 Richard Kenner(schedule_block): CALL_INSNs don't affect fixed regs.
1996-02-23 Richard Kenner(sched_analyze): Record NOTE_INSN_SETJMP if no CALL_INS...
1996-02-10 Richard Kenner(flush_pending_lists): Add new arg, ONLY_WRITE.
1996-02-10 Doug Evans(add_dependence): Add test for next != CODE_LABEL.
1996-01-15 Doug Evanssched.c (reemit_notes): Add prototype.
1996-01-14 Jim Wilson(schedule_block): Copy RTX_INTEGRATE_P bit when create...
1996-01-12 Doug Evanssched.c (schedule_block): Maintain a valid chain so...
1995-12-31 Jeff Lawsched.c (adjust_priority): Use ADJUST_PRIORITY if its...
1995-12-18 Jeff Lawsched.c (canon_rtx): Recursively look for equivalences...
1995-06-15 Richard KennerUpdate FSF address.
1995-06-05 Richard Kenner(attach_deaths): In last change, use find_reg_note...
1995-06-04 Richard Kenner(attach_deaths): Don't add a REG_DEAD note if a REG_UNU...
1995-05-25 Jim Wilson(reemit_notes): New function.
1995-05-16 Richard KennerFix typos in comments.
1995-01-25 Richard KennerUpdate comments.
1994-09-20 Jim Wilson(sched_analyze_insn): Parameter loop_note type changed...
1994-09-15 Richard Kenner(sched_analyze_insn): Don't set SCHED_GROUP_P for previ...
1994-09-08 Jim Wilson(attach_deaths): Correct typo, use GET_MODE not GET_CODE.
1994-08-20 Jim Wilsonsched.c (sched_analyze_insn): Add new parameter loop_note.
1994-08-14 Jim Wilson(attach_deaths): When adding REG_DEAD notes...
1994-06-14 Richard KennerCast pointer operands to bzero, bcopy, and bcmp to...
1994-05-11 Richard Kenner(sched_analyze_insn): Fix typo in last change.
1994-05-07 Richard Kenner(sched_analyze_insn, attach_deaths_insn): Look at
1994-04-20 Doug Evans(attach_deaths): Create partial register dead notes...
1994-03-25 Richard Kenner(clear_units): Remove decl of unused variable UNIT.
1994-03-09 Richard Kenner(rtx_equal_for_tmemref_p): Commutative operations are...
1994-02-06 Jim Wilson(reg_pending_sets, reg_pending_sets_all): New variables.
1994-02-01 Jim Wilson(sched_analyze_insn): Add use dependencies for registers
1994-02-01 Jim Wilson(priority): Call insn_cost() for anti- and output-
1994-01-26 Jim Wilson(attach_deaths_insn): Add REG_DEAD notes to CLOBBER if
1994-01-10 Jim Wilson(new_insn_dead_notes): Compare registers with rtx_equal_p.
1993-12-22 Jim Wilson(priority): Handle INSN_DELETED_P insns, in addition to
1993-12-21 Jim Wilson(sched_analyze): For CALL_INSN followed by NOTE_INSN_SE...
1993-10-05 Jim Wilson(sched_analyze_2): Make volatile asms depend on all
1993-09-29 Jim WilsonAdd prototypes for static function.
1993-09-28 Jim Wilson(schedule_insns): Don't zero reg_n_calls_crossed for
1993-09-24 Doug Evanssched.c: (memrefs_conflict_p): We can work out whether...
1993-09-07 Richard Kenner(schedule_block): Correct type of BIT.
1993-08-12 Jim Wilson(sched_analyze_insn): Handle USE before a JUMP_INSN...
1993-08-09 Jim Wilson(schedule_insns): Don't emit a NOTE at the end of the...
1993-07-28 Jim Wilson(schedule_block): Do not emit line number notes before...
1993-06-12 Jim Wilson(add_dependence): Reject CODE_LABELs when searching for
1993-06-10 Jim Wilson(sched_analyze_2): Don't ignore USE insns when creating...
1993-05-14 Jim Wilson(split_hard_reg_notes): Handle 0th sub register, and...
1993-04-25 Jim Wilson(create_reg_dead_note): Rewrite so as to conserve regis...
1993-04-13 Richard Kenner(sched_analyze_1): Extra arg in anti_dependence call.
1993-03-29 Jim Wilson(schedule_block): Reset n_ready if schedule_select
1993-03-15 Jim Wilson(reg_known_equiv_p): New variable.
1993-03-15 Jim Wilson(adjust_priority): Comment unreachable code.
1993-02-05 Jim Wilson(true_dependence, anti_dependence, output_dependence):
1993-01-20 Jim Wilson(sched_analyze_1...
1992-12-31 Jim Wilson(sched_analyze_1, sched_analyze_2): If before reloading,
1992-12-31 Jim Wilson(sched_analyze_2): Use REG_NOTE_KIND not GET_MODE in...
1992-10-14 Jim Wilson(sched_note_set): Set subreg_p for anything except...
1992-09-25 Jim Wilson(sched_analyze_2, PRE_DEC case): Call sched_analyze_2 in
next