aboutsummaryrefslogtreecommitdiff
path: root/gcc/haifa-sched.c
AgeCommit message (Expand)AuthorFilesLines
1999-07-22haifa-sched.c (reemit_notes): Tidy.Richard Henderson1-1/+1
1999-07-20haifa-sched.c (insn_cost): FREE implies cost 0 and vice versa.Richard Henderson1-102/+89
1999-06-20haifa-sched.c (sched_analyze_1): Use free_list instead of zapping reg_last_us...Richard Henderson1-7/+5
1999-06-19haifa-sched.c (sched_analyze): Mark call-user regs as clobbered instead of set.Richard Henderson1-5/+1
1999-05-31flow.c (mark_regs_live_at_end, [...]): Only give FRAME_POINTER_REGNUM and HAR...John Wehle1-5/+8
1999-04-17c-aux-info.c, [...]: Include toplev.h for real declaration of trim_filename.Zack Weinberg1-0/+1
1999-03-13* haifa-sched.c (sched_analyze_1): Only clear reg_last_uses on a SET.Richard Henderson1-2/+2
1999-03-08haifa-sched.c (sched_analyze_1): Fix last change -- add clobber dependancies ...Richard Henderson1-1/+5
1999-03-07haifa-sched.c (ENCODE_BLOCKAGE): Don't shift unit too far.Richard Henderson1-5/+14
1999-03-07haifa-sched.c (reg_last_clobbers): New.Richard Henderson1-16/+90
1999-02-25Flow rewrite to use basic block structures and edge lists.Richard Henderson1-17/+20
1999-02-05haifa-sched.c (add_dependence): Do not add a dependency on a note.Jeff Law1-0/+6
1999-02-02Bob Manson <manson@charmed.cygnus.com>Bob Manson1-111/+2
1999-01-11Update copyrights.Richard Henderson1-1/+1
1999-01-11basic-block.h (basic_block_head): Rename to x_basic_block_head.Richard Henderson1-46/+45
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-17Warning fixes:Kaveh R. Ghazi1-1/+2
1998-10-15flow.c (life_analysis_1): Do not clobber regs_ever_live after reload.Bernd Schmidt1-31/+1
1998-09-11More multi-register structure return recognition fixes and:David S. Miller1-8/+70
1998-08-31print-rtl.c (print_rtx): NOTE_INSN_LIVE has an rtx not a bitmap.Richard Henderson1-4/+23
1998-08-27* haifa-sched.c (sched_analyze_insn): Fix thinko in last change.Jeffrey A Law1-5/+5
1998-08-26haifa-sched.c (last_clock_var): New.Richard Henderson1-0/+15
1998-08-26haifa-sched.c (sched_analyze_insn): Only create scheduling barriers for LOOP...Jeffrey A Law1-17/+35
1998-08-18haifa-sched.c (sched_analyze): Put all JUMP_INSNs on the last pending memory ...Jeffrey A Law1-0/+4
1998-07-02haifa-sched.c (alloc_EXPR_LIST): Change to use unused_expr_list.Catherine Moore1-3/+3
1998-06-29Warning fixes:Kaveh R. Ghazi1-31/+0
1998-06-26Add hooks for the machine to override the sorting of the ready list and varia...Michael Meissner1-0/+14
1998-06-21haifa-sched.c (insn_issue_delay, [...]): New declaration.H.J. Lu1-6/+7
1998-06-21haifa-sched.c (debug_ready_list): Make static.Jeff Law1-2/+2
1998-06-18Fix stack overflow found by glibc compile with max optimizations.Jim Wilson1-16/+40
1998-06-17haifa-sched.c (haifa_classify_insn): TRAP_IF is risky.John Carr1-1/+13
1998-06-09haifa-sched.c (update_flow_info): Use UNITS_PER_WORD...John Carr1-1/+1
1998-06-05haifa-sched.c (rank_for_schedule): For "equally good insns", prefer the insn ...Jeffrey A Law1-2/+18
1998-05-19Warning Fixes:Kaveh R. Ghazi1-1/+2
1998-05-13Makefile.in (HOST_RTL): Add $(HOST_PREFIX)bitmap.o.Michael Meissner1-0/+4
1998-05-13* haifa-sched.c (schedule_insns): Fix merge goof.Jeffrey A Law1-3/+1
1998-05-13Add a blank line in verbose debug outputMichael Meissner1-1/+1
1998-05-13align debug outputMichael Meissner1-3/+5
1998-05-12Use HAIFA_INLINE for inlining functions instead of __inline directlyMichael Meissner1-16/+20
1998-05-08* haifa-sched.c (print_exp): Fix typo.Richard Henderson1-2/+2
1998-05-06Fix typo.Jeff Law1-1/+1
1998-05-06typo typo fixes fixesJeff Law1-1/+1
1998-05-06* haifa-sched.c (print_value, case SUBREG): Fix typo.Jeffrey A Law1-1/+1
1998-05-06toplev.c (-fsched-max): Delete flag.Jeffrey A Law1-78/+62
1998-05-05haifa-sched.c (find_rgns): In no_loops case, fix test for leaf blocks.Jeffrey A Law1-118/+144
1998-04-30Prevent buffer overrun in debug output; Make alloc_{INSN,EXPR}_LIST staticMichael Meissner1-226/+276
1998-04-29sched.c (new_insn_dead_notes): Check if the register was used in the original...J"orn Rennecke1-0/+7
1998-04-18* haifa-sched.c (queue_to_ready): Fix typo in prototype.Richard Henderson1-1/+1