aboutsummaryrefslogtreecommitdiff
path: root/gcc/sched.c
AgeCommit message (Expand)AuthorFilesLines
1998-10-29Fix sched REG_DEAD note handling bug found by post-reload-flow pass.Jim Wilson1-2/+22
1998-10-23sched.c (update_flow_info): Revert Oct 19, 1998 change.Jeffrey A Law1-15/+1
1998-10-19sched.c (update_flow_info): Handle death notes made invalid by instruction sp...Jeff Law1-1/+15
1998-10-15flow.c (life_analysis_1): Do not clobber regs_ever_live after reload.Bernd Schmidt1-31/+1
1998-10-14Warning fixes:Kaveh R. Ghazi1-16/+16
1998-08-17m68k.c: Include "system.h" instead of <stdio.h>.Andreas Schwab1-10/+8
1998-06-18Fix stack overflow found by glibc compile with max optimizations.Jim Wilson1-9/+24
1998-05-13Makefile.in (HOST_RTL): Add $(HOST_PREFIX)bitmap.o.Michael Meissner1-0/+4
1998-05-06typo typo fixes fixesJeff Law1-2/+2
1998-04-29sched.c (new_insn_dead_notes): Check if the register was used in the original...J"orn Rennecke1-0/+7
1998-04-04* Check in merge from gcc2. See ChangeLog.11 and ChangeLog.12Jeff Law1-12/+10
1998-03-20Major cutover to using system.h:Kaveh R. Ghazi1-4/+1
1998-03-11Make qsort compare function type correctMichael Meissner1-4/+5
1998-02-20Remove old code to get arguments in regs into pseudos early.Michael Meissner1-0/+9
1998-02-13sched.c (update_flow_info, REG_WAS_0): Ignore if setting insn was deleted.J"orn Rennecke1-0/+8
1998-02-13Rats. Forgot to change copyrights on the first commit.Robert Lipe1-1/+1
1998-02-13c-lang.c (finish_file): Bracket declaration of static_ctors, static_dtors.Robert Lipe1-1/+1
1998-01-27c-lex.c: Include <stdlib.h> and <string.h>/<strings.h>.Kaveh R. Ghazi1-7/+9
1998-01-14alias.c: Change all uses of gen_rtx(FOO...) to gen_rtx_FOO...Richard Henderson1-21/+23
1997-12-22haifa-sched.c (create_reg_dead_note): Detect and handle another case where we...Jeff Law1-0/+6
1997-12-15Bring over changes from latest gcc-2.8 pre-release.Jeff Law1-2/+9
1997-11-02Update mainline egcs to gcc2 snapshot 971021.Jeff Law1-11/+7
1997-09-22combine.c (try_combine): Use NULL_RTX instead of '0' where appropriate in cal...David S. Miller1-1/+1
1997-09-19sched.c (update_flow_info): Don't pass SCRATCH to dead_or_set_p.J"orn Rennecke1-0/+1
1997-09-05* sched.c (update_flow_info) When looking if to set found_split_destJ"orn Rennecke1-12/+27
1997-08-11Remove gratuitous changes from the alias analysis patches.Jeff Law1-5/+5
1997-08-11* Integrate alias analysis changes from jfc@mit.eduJeffrey A Law1-575/+11
1997-07-14(schedule_block): Free space associated with reg_pending_sets and old_live_regs.Richard Kenner1-8/+20
1997-06-16Use REG_SET macrosMichael Meissner1-3/+2
1997-06-09(attach_deaths): Fix typo in Jun 4 change.Jim Wilson1-1/+1
1997-06-06(update_flow_info): When add extra REG_DEAD note for original dest...Jim Wilson1-9/+25
1997-06-05Fix urgent bugMichael Meissner1-7/+8
1997-06-05abstract regset stuff into macrosMichael Meissner1-153/+72
1997-06-02Widen some short fields to int; Use allocate_reg_info to allocate the reg_ren...Michael Meissner1-7/+4
1997-05-30Use accessor macros to access arrays based on regno; move many of the arrays ...Michael Meissner1-20/+21
1997-05-06reformat a little to match GNU coding standards.Mike Stump1-2/+2
1997-03-28sched.c (update_flow_info): Handle REG_EXEC_COUNT and REG_BR_PROB notes.Doug Evans1-1/+8
1997-02-19(schedule_insns): If there was no first scheduling pass,Jim Wilson1-2/+41
1996-12-17(update_flow_info): When add REG_DEAD notes for dest ofJim Wilson1-0/+4
1996-10-07(schedule_block): Before scheduling...Jim Wilson1-5/+45
1996-07-23install EH codeMike Stump1-17/+43
1996-07-08(true_dependence, anti_dependence, output_dependence):Jim Wilson1-2/+11
1996-07-03formatting tweaksMike Stump1-2/+2
1996-03-31(schedule_block): CALL_INSNs don't affect fixed regs.Richard Kenner1-1/+2
1996-02-23(sched_analyze): Record NOTE_INSN_SETJMP if no CALL_INSN as prev;Richard Kenner1-4/+10
1996-02-10(flush_pending_lists): Add new arg, ONLY_WRITE.Richard Kenner1-16/+14
1996-02-10(add_dependence): Add test for next != CODE_LABEL.Doug Evans1-1/+2
1996-01-15sched.c (reemit_notes): Add prototype.Doug Evans1-40/+40
1996-01-14(schedule_block): Copy RTX_INTEGRATE_P bit when create a new note.Jim Wilson1-0/+1
1996-01-12sched.c (schedule_block): Maintain a valid chain so emit_note_before works.Doug Evans1-1/+17