summaryrefslogtreecommitdiff
path: root/gcc/haifa-sched.c
Commit message (Expand)AuthorAgeFilesLines
* * Makefile.in (HOST_RTL): Add $(HOST_PREFIX)bitmap.o.law1998-05-131-0/+4
* * haifa-sched.c (schedule_insns): Fix merge goof.law1998-05-131-3/+1
* Add a blank line in verbose debug outputmeissner1998-05-131-1/+1
* align debug outputmeissner1998-05-131-3/+5
* Use HAIFA_INLINE for inlining functions instead of __inline directlymeissner1998-05-121-16/+20
* * haifa-sched.c (print_exp): Fix typo.rth1998-05-091-2/+2
* Fix typo.law1998-05-061-1/+1
* typo typo fixes fixeslaw1998-05-061-1/+1
* * haifa-sched.c (print_value, case SUBREG): Fix typo.law1998-05-061-1/+1
* * toplev.c (-fsched-max): Delete flag.law1998-05-061-78/+62
* * haifa-sched.c (find_rgns): In no_loops case, fix test for leaflaw1998-05-061-118/+144
* Prevent buffer overrun in debug output; Make alloc_{INSN,EXPR}_LIST staticmeissner1998-04-301-226/+276
* * sched.c (new_insn_dead_notes): Check if the register wasamylaar1998-04-291-0/+7
* * haifa-sched.c (queue_to_ready): Fix typo in prototype.rth1998-04-191-1/+1
* * loop.c (regs_patch_p): Add prototype.law1998-04-161-1/+2
* * haifa-sched.c (build_control_flow): Accept raw data as inputslaw1998-04-161-237/+255
* Fix solaris2 loop-2d.c failure reported by Manfred Hollstein.wilson1998-04-061-1/+4
* * haifa-sched.c (split_block_insns): Don't supress insn splittingrth1998-04-041-25/+17
* * Check in merge from gcc2. See ChangeLog.11 and ChangeLog.12law1998-04-041-12/+10
* * haifa-sched.c (print_pattern): Correct arg to sprintf.law1998-03-281-1/+1
* * basic-block.h (basic_block_computed_jump_target): Declare.law1998-03-281-14/+5
* * haifa-sched.c (find_post_sched_live): Use EXECUTE_IF_SET_IN_REG_SETlaw1998-03-251-9/+20
* Fix more warnings...ghazi1998-03-181-1/+1
* Make qsort compare function type correctmeissner1998-03-111-4/+5
* * haifa-sched.c (is_cfg_nonregular): Change return type tolaw1998-03-081-185/+77
* * haifa-sched.c (build_jmp_edges): Delete dead function.law1998-03-051-87/+39
* * haifa-sched.c (free_list): Rename from free_pnd_lst.rth1998-03-051-139/+159
* * haifa-sched.c: Include "system.h" to get <stdlib.h> and <stdio.h>.law1998-02-171-32/+30
* * toplev.c (flag_schedule_reverse_before_reload): Delete variable.law1998-02-151-6/+0
* * sched.c (update_flow_info, REG_WAS_0): Ignore if setting insnamylaar1998-02-131-0/+8
* * alias.c: Change all uses of gen_rtx(FOO...) to gen_rtx_FOO;rth1998-01-141-36/+38
* Update copyrights.law1998-01-131-1/+1
* * haifa-sched.c (schedule_insns): Correctly remove inter-blocklaw1998-01-131-3/+10
* * haifa-sched.c (create_reg_dead_note): Detect and handle anotherlaw1997-12-221-0/+17
* Bring over changes from latest gcc-2.8 pre-release.law1997-12-151-2/+7
* * Partially cleaned up prototyping code from HJ.law1997-12-091-5/+5
* * haifa-sched.c (print_block_visualization): Call fprintf directly,law1997-10-071-13/+10
* * haifa-sched.c (schedule_block): If the first real insn in alaw1997-10-071-0/+19
* * haifa-sched.c: (get_block_head_tail) Remove unneeded initialization.law1997-10-011-2/+2
* * combine.c (try_combine): Use NULL_RTX instead of '0' wherelaw1997-09-221-6/+6
* * sched.c (update_flow_info): Don't pass SCRATCH to dead_or_set_p.law1997-09-201-0/+1
* * haifa-sched.c (add_branch_dependences): Make each insn inlaw1997-09-131-2/+10
* * haifa-sched.c (print_value): Fix last change.law1997-09-091-2/+2
* * alias.c (init_alias_analysis): Clean up incompatible pointerlaw1997-09-081-3/+3
* * sched.c (update_flow_info) When looking if to set found_split_destlaw1997-09-051-12/+28
* * version.c: Bump for snapshot.law1997-09-021-3/+25
* * haifa-sched.c (find_pre_sched_live): Remove #if 0 code.law1997-08-251-58/+6
* * haifa-sched.c (ISSUE_RATE): Renamed from MACHINE_issue_rate.law1997-08-191-3/+3
* * haifa-sched.c (move_insn): Reemit notes for SCHED_GROUP_Plaw1997-08-191-8/+24
* * haifa-sched.c: Make lots of variable static.law1997-08-191-14/+14