summaryrefslogtreecommitdiff
path: root/gcc/haifa-sched.c
Commit message (Expand)AuthorAgeFilesLines
* Update copyrights.Richard Henderson1999-01-111-1/+1
* basic-block.h (basic_block_head): Rename to x_basic_block_head.Richard Henderson1999-01-111-46/+45
* Fix sched REG_DEAD note handling bug found by post-reload-flow pass.Jim Wilson1998-10-291-2/+22
* sched.c (update_flow_info): Revert Oct 19, 1998 change.Jeffrey A Law1998-10-231-15/+1
* sched.c (update_flow_info): Handle death notes made invalid by instruction sp...Jeff Law1998-10-191-1/+15
* Warning fixes:Kaveh R. Ghazi1998-10-171-1/+2
* flow.c (life_analysis_1): Do not clobber regs_ever_live after reload.Bernd Schmidt1998-10-151-31/+1
* More multi-register structure return recognition fixes and:David S. Miller1998-09-111-8/+70
* print-rtl.c (print_rtx): NOTE_INSN_LIVE has an rtx not a bitmap.Richard Henderson1998-08-311-4/+23
* * haifa-sched.c (sched_analyze_insn): Fix thinko in last change.Jeffrey A Law1998-08-271-5/+5
* haifa-sched.c (last_clock_var): New.Richard Henderson1998-08-261-0/+15
* haifa-sched.c (sched_analyze_insn): Only create scheduling barriers for LOOP...Jeffrey A Law1998-08-261-17/+35
* haifa-sched.c (sched_analyze): Put all JUMP_INSNs on the last pending memory ...Jeffrey A Law1998-08-181-0/+4
* haifa-sched.c (alloc_EXPR_LIST): Change to use unused_expr_list.Catherine Moore1998-07-021-3/+3
* Warning fixes:Kaveh R. Ghazi1998-06-291-31/+0
* Add hooks for the machine to override the sorting of the ready list and varia...Michael Meissner1998-06-261-0/+14
* haifa-sched.c (insn_issue_delay, [...]): New declaration.H.J. Lu1998-06-211-6/+7
* haifa-sched.c (debug_ready_list): Make static.Jeff Law1998-06-211-2/+2
* Fix stack overflow found by glibc compile with max optimizations.Jim Wilson1998-06-181-16/+40
* haifa-sched.c (haifa_classify_insn): TRAP_IF is risky.John Carr1998-06-171-1/+13
* haifa-sched.c (update_flow_info): Use UNITS_PER_WORD...John Carr1998-06-091-1/+1
* haifa-sched.c (rank_for_schedule): For "equally good insns", prefer the insn ...Jeffrey A Law1998-06-051-2/+18
* Warning Fixes:Kaveh R. Ghazi1998-05-191-1/+2
* Makefile.in (HOST_RTL): Add $(HOST_PREFIX)bitmap.o.Michael Meissner1998-05-131-0/+4
* * haifa-sched.c (schedule_insns): Fix merge goof.Jeffrey A Law1998-05-131-3/+1
* Add a blank line in verbose debug outputMichael Meissner1998-05-131-1/+1
* align debug outputMichael Meissner1998-05-131-3/+5
* Use HAIFA_INLINE for inlining functions instead of __inline directlyMichael Meissner1998-05-121-16/+20
* * haifa-sched.c (print_exp): Fix typo.Richard Henderson1998-05-081-2/+2
* Fix typo.Jeff Law1998-05-061-1/+1
* typo typo fixes fixesJeff Law1998-05-061-1/+1
* * haifa-sched.c (print_value, case SUBREG): Fix typo.Jeffrey A Law1998-05-061-1/+1
* toplev.c (-fsched-max): Delete flag.Jeffrey A Law1998-05-061-78/+62
* haifa-sched.c (find_rgns): In no_loops case, fix test for leaf blocks.Jeffrey A Law1998-05-051-118/+144
* Prevent buffer overrun in debug output; Make alloc_{INSN,EXPR}_LIST staticMichael Meissner1998-04-301-226/+276
* sched.c (new_insn_dead_notes): Check if the register was used in the original...J"orn Rennecke1998-04-291-0/+7
* * haifa-sched.c (queue_to_ready): Fix typo in prototype.Richard Henderson1998-04-181-1/+1
* loop.c (regs_patch_p): Add prototype.Jeff Law1998-04-161-1/+2
* haifa-sched.c (build_control_flow): Accept raw data as inputs instead of comp...Jeffrey A Law1998-04-161-237/+255
* Fix solaris2 loop-2d.c failure reported by Manfred Hollstein.Jim Wilson1998-04-061-1/+4
* haifa-sched.c (split_block_insns): Don't supress insn splitting on subsequent...Richard Henderson1998-04-041-25/+17
* * Check in merge from gcc2. See ChangeLog.11 and ChangeLog.12Jeff Law1998-04-041-12/+10
* * haifa-sched.c (print_pattern): Correct arg to sprintf.Jeffrey A Law1998-03-281-1/+1
* basic-block.h (basic_block_computed_jump_target): Declare.Bernd Schmidt1998-03-271-14/+5
* haifa-sched.c (find_post_sched_live): Use EXECUTE_IF_SET_IN_REG_SET instead o...Jeff Law1998-03-251-9/+20
* Fix more warnings...Kaveh R. Ghazi1998-03-181-1/+1
* Make qsort compare function type correctMichael Meissner1998-03-111-4/+5
* haifa-sched.c (is_cfg_nonregular): Change return type to an int.Jeffrey A Law1998-03-071-185/+77
* haifa-sched.c (build_jmp_edges): Delete dead function.Jeffrey A Law1998-03-051-87/+39
* haifa-sched.c (free_list): Rename from free_pnd_lst.Richard Henderson1998-03-041-139/+159