aboutsummaryrefslogtreecommitdiff
path: root/gcc/haifa-sched.c
AgeCommit message (Expand)AuthorFilesLines
1998-02-13sched.c (update_flow_info, REG_WAS_0): Ignore if setting insn was deleted.J"orn Rennecke1-0/+8
1998-01-14alias.c: Change all uses of gen_rtx(FOO...) to gen_rtx_FOO...Richard Henderson1-36/+38
1998-01-13Update copyrights.Jeff Law1-1/+1
1998-01-13haifa-sched.c (schedule_insns): Correctly remove inter-block dependencies aft...Richard Henderson1-3/+10
1997-12-22haifa-sched.c (create_reg_dead_note): Detect and handle another case where we...Jeff Law1-0/+17
1997-12-15Bring over changes from latest gcc-2.8 pre-release.Jeff Law1-2/+7
1997-12-09* Partially cleaned up prototyping code from HJ.Jeffrey A Law1-5/+5
1997-10-07haifa-sched.c (print_block_visualization): Call fprintf directly, don't sprin...Richard Henderson1-13/+10
1997-10-07haifa-sched.c (schedule_block): If the first real insn in a block has any spe...Jeffrey A Law1-0/+19
1997-09-30* haifa-sched.c: (get_block_head_tail) Remove unneeded initialization.Thomas Koenig1-2/+2
1997-09-22combine.c (try_combine): Use NULL_RTX instead of '0' where appropriate in cal...David S. Miller1-6/+6
1997-09-19sched.c (update_flow_info): Don't pass SCRATCH to dead_or_set_p.J"orn Rennecke1-0/+1
1997-09-13haifa-sched.c (add_branch_dependences): Make each insn in a SCHED_GROUP_P blo...Jeffrey A Law1-2/+10
1997-09-09* haifa-sched.c (print_value): Fix last change.Jeffrey A Law1-2/+2
1997-09-08alias.c (init_alias_analysis): Clean up incompatible pointer type warning in ...Weiwen Liu1-3/+3
1997-09-05* sched.c (update_flow_info) When looking if to set found_split_destJ"orn Rennecke1-12/+28
1997-09-01version.c: Bump for snapshot.Jeffrey A Law1-3/+25
1997-08-25haifa-sched.c (find_pre_sched_live): Remove #if 0 code.Jeffrey A Law1-58/+6
1997-08-19haifa-sched.c (ISSUE_RATE): Renamed from MACHINE_issue_rate.Jeffrey A Law1-3/+3
1997-08-19haifa-sched.c (move_insn): Reemit notes for SCHED_GROUP_P insns too.Jeffrey A Law1-8/+24
1997-08-19haifa-sched.c: Make lots of variable static.Jeff Law1-14/+14
1997-08-15haifa-sched.c (find_post_sched_live): Call FREE_REG_SET as needed.Jeffrey A Law1-0/+7
1997-08-15Use rtl macros for names of NOTEs.Michael Meissner1-45/+10
1997-08-11* Integrate Haifa instruction scheduler.Jeffrey A Law1-0/+8713