aboutsummaryrefslogtreecommitdiff
path: root/gcc/haifa-sched.c
AgeCommit message (Expand)AuthorFilesLines
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
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