aboutsummaryrefslogtreecommitdiff
path: root/gcc/haifa-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-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
1998-04-16loop.c (regs_patch_p): Add prototype.Jeff Law1-1/+2
1998-04-16haifa-sched.c (build_control_flow): Accept raw data as inputs instead of comp...Jeffrey A Law1-237/+255
1998-04-06Fix solaris2 loop-2d.c failure reported by Manfred Hollstein.Jim Wilson1-1/+4
1998-04-04haifa-sched.c (split_block_insns): Don't supress insn splitting on subsequent...Richard Henderson1-25/+17
1998-04-04* Check in merge from gcc2. See ChangeLog.11 and ChangeLog.12Jeff Law1-12/+10
1998-03-28* haifa-sched.c (print_pattern): Correct arg to sprintf.Jeffrey A Law1-1/+1
1998-03-27basic-block.h (basic_block_computed_jump_target): Declare.Bernd Schmidt1-14/+5
1998-03-25haifa-sched.c (find_post_sched_live): Use EXECUTE_IF_SET_IN_REG_SET instead o...Jeff Law1-9/+20
1998-03-18Fix more warnings...Kaveh R. Ghazi1-1/+1
1998-03-11Make qsort compare function type correctMichael Meissner1-4/+5
1998-03-07haifa-sched.c (is_cfg_nonregular): Change return type to an int.Jeffrey A Law1-185/+77
1998-03-05haifa-sched.c (build_jmp_edges): Delete dead function.Jeffrey A Law1-87/+39
1998-03-04haifa-sched.c (free_list): Rename from free_pnd_lst.Richard Henderson1-139/+159
1998-02-17haifa-sched.c: Include "system.h" to get <stdlib.h> and <stdio.h>.Kaveh R. Ghazi1-32/+30
1998-02-15toplev.c (flag_schedule_reverse_before_reload): Delete variable.Jeffrey A Law1-6/+0