aboutsummaryrefslogtreecommitdiff
path: root/gcc/sched.c
AgeCommit message (Expand)Author
1998-06-18Fix stack overflow found by glibc compile with max optimizations.Jim Wilson
1998-05-13Makefile.in (HOST_RTL): Add $(HOST_PREFIX)bitmap.o.Michael Meissner
1998-05-06typo typo fixes fixesJeff Law
1998-04-29sched.c (new_insn_dead_notes): Check if the register was used in the original...J"orn Rennecke
1998-04-04* Check in merge from gcc2. See ChangeLog.11 and ChangeLog.12Jeff Law
1998-03-20Major cutover to using system.h:Kaveh R. Ghazi
1998-03-11Make qsort compare function type correctMichael Meissner
1998-02-20Remove old code to get arguments in regs into pseudos early.Michael Meissner
1998-02-13sched.c (update_flow_info, REG_WAS_0): Ignore if setting insn was deleted.J"orn Rennecke
1998-02-13Rats. Forgot to change copyrights on the first commit.Robert Lipe
1998-02-13c-lang.c (finish_file): Bracket declaration of static_ctors, static_dtors.Robert Lipe
1998-01-27c-lex.c: Include <stdlib.h> and <string.h>/<strings.h>.Kaveh R. Ghazi
1998-01-14alias.c: Change all uses of gen_rtx(FOO...) to gen_rtx_FOO...Richard Henderson
1997-12-22haifa-sched.c (create_reg_dead_note): Detect and handle another case where we...Jeff Law
1997-12-15Bring over changes from latest gcc-2.8 pre-release.Jeff Law
1997-11-02Update mainline egcs to gcc2 snapshot 971021.Jeff Law
1997-09-22combine.c (try_combine): Use NULL_RTX instead of '0' where appropriate in cal...David S. Miller
1997-09-19sched.c (update_flow_info): Don't pass SCRATCH to dead_or_set_p.J"orn Rennecke
1997-09-05* sched.c (update_flow_info) When looking if to set found_split_destJ"orn Rennecke
1997-08-11Remove gratuitous changes from the alias analysis patches.Jeff Law
1997-08-11* Integrate alias analysis changes from jfc@mit.eduJeffrey A Law
1997-07-14(schedule_block): Free space associated with reg_pending_sets and old_live_regs.Richard Kenner
1997-06-16Use REG_SET macrosMichael Meissner
1997-06-09(attach_deaths): Fix typo in Jun 4 change.Jim Wilson
1997-06-06(update_flow_info): When add extra REG_DEAD note for original dest...Jim Wilson
1997-06-05Fix urgent bugMichael Meissner
1997-06-05abstract regset stuff into macrosMichael Meissner
1997-06-02Widen some short fields to int; Use allocate_reg_info to allocate the reg_ren...Michael Meissner
1997-05-30Use accessor macros to access arrays based on regno; move many of the arrays ...Michael Meissner
1997-05-06reformat a little to match GNU coding standards.Mike Stump
1997-03-28sched.c (update_flow_info): Handle REG_EXEC_COUNT and REG_BR_PROB notes.Doug Evans
1997-02-19(schedule_insns): If there was no first scheduling pass,Jim Wilson
1996-12-17(update_flow_info): When add REG_DEAD notes for dest ofJim Wilson
1996-10-07(schedule_block): Before scheduling...Jim Wilson
1996-07-23install EH codeMike Stump
1996-07-08(true_dependence, anti_dependence, output_dependence):Jim Wilson
1996-07-03formatting tweaksMike Stump
1996-03-31(schedule_block): CALL_INSNs don't affect fixed regs.Richard Kenner
1996-02-23(sched_analyze): Record NOTE_INSN_SETJMP if no CALL_INSN as prev;Richard Kenner
1996-02-10(flush_pending_lists): Add new arg, ONLY_WRITE.Richard Kenner
1996-02-10(add_dependence): Add test for next != CODE_LABEL.Doug Evans
1996-01-15sched.c (reemit_notes): Add prototype.Doug Evans
1996-01-14(schedule_block): Copy RTX_INTEGRATE_P bit when create a new note.Jim Wilson
1996-01-12sched.c (schedule_block): Maintain a valid chain so emit_note_before works.Doug Evans
1995-12-31sched.c (adjust_priority): Use ADJUST_PRIORITY if its defined.Jeff Law
1995-12-17sched.c (canon_rtx): Recursively look for equivalences; look for expressions ...Jeff Law
1995-06-15Update FSF address.Richard Kenner
1995-06-05(attach_deaths): In last change, use find_reg_note instead ofRichard Kenner
1995-06-03(attach_deaths): Don't add a REG_DEAD note if a REG_UNUSED note isRichard Kenner
1995-05-24(reemit_notes): New function.Jim Wilson