OSDN Git Service

* lex.c (lang_init_options): New function.
[pf3gnuchains/gcc-fork.git] / gcc / haifa-sched.c
1998-06-05 law * haifa-sched.c (rank_for_schedule): For "equal...
1998-05-19 ghaziWarning Fixes:
1998-05-13 law * Makefile.in (HOST_RTL): Add $(HOST_PREFIX...
1998-05-13 law * haifa-sched.c (schedule_insns): Fix merge...
1998-05-13 meissnerAdd a blank line in verbose debug output
1998-05-13 meissneralign debug output
1998-05-12 meissnerUse HAIFA_INLINE for inlining functions instead of...
1998-05-09 rth* haifa-sched.c (print_exp): Fix typo.
1998-05-06 lawFix typo.
1998-05-06 lawtypo typo fixes fixes
1998-05-06 law * haifa-sched.c (print_value, case SUBREG)...
1998-05-06 law * toplev.c (-fsched-max): Delete flag.
1998-05-06 law * haifa-sched.c (find_rgns): In no_loops case...
1998-04-30 meissnerPrevent buffer overrun in debug output; Make alloc_...
1998-04-29 amylaar * sched.c (new_insn_dead_notes): Check if the register was
1998-04-19 rth* haifa-sched.c (queue_to_ready): Fix typo in prototype.
1998-04-16 law * loop.c (regs_patch_p): Add prototype.
1998-04-16 law * haifa-sched.c (build_control_flow): Accept...
1998-04-06 wilsonFix solaris2 loop-2d.c failure reported by Manfred...
1998-04-04 rth* haifa-sched.c (split_block_insns): Don't supress...
1998-04-04 law * Check in merge from gcc2. See ChangeLog...
1998-03-28 law * haifa-sched.c (print_pattern): Correct arg...
1998-03-28 law * basic-block.h (basic_block_computed_jump_target...
1998-03-25 law * haifa-sched.c (find_post_sched_live): Use...
1998-03-18 ghaziFix more warnings...
1998-03-11 meissnerMake qsort compare function type correct
1998-03-08 law * haifa-sched.c (is_cfg_nonregular): Change...
1998-03-05 law * haifa-sched.c (build_jmp_edges): Delete dead...
1998-03-05 rth* haifa-sched.c (free_list): Rename from free_pnd_lst.
1998-02-17 law * haifa-sched.c: Include "system.h" to get...
1998-02-15 law * toplev.c (flag_schedule_reverse_before_reload...
1998-02-13 amylaar * sched.c (update_flow_info, REG_WAS_0): Ignore if...
1998-01-14 rth* alias.c: Change all uses of gen_rtx(FOO...) to gen_rt...
1998-01-13 lawUpdate copyrights.
1998-01-13 law * haifa-sched.c (schedule_insns): Correctly...
1997-12-22 law * haifa-sched.c (create_reg_dead_note): Detect...
1997-12-15 lawBring over changes from latest gcc-2.8 pre-release.
1997-12-09 law * Partially cleaned up prototyping code from HJ.
1997-10-07 law * haifa-sched.c (print_block_visualization...
1997-10-07 law * haifa-sched.c (schedule_block): If the first...
1997-10-01 law * haifa-sched.c: (get_block_head_tail) Remove...
1997-09-22 law * combine.c (try_combine): Use NULL_RTX instead...
1997-09-20 law * sched.c (update_flow_info): Don't pass SCRATC...
1997-09-13 law * haifa-sched.c (add_branch_dependences): Make...
1997-09-09 law * haifa-sched.c (print_value): Fix last change.
1997-09-08 law * alias.c (init_alias_analysis): Clean up incom...
1997-09-05 law * sched.c (update_flow_info) When looking if...
1997-09-02 law * version.c: Bump for snapshot.
1997-08-25 law * haifa-sched.c (find_pre_sched_live): Remove...
1997-08-19 law * haifa-sched.c (ISSUE_RATE): Renamed from...
1997-08-19 law * haifa-sched.c (move_insn): Reemit notes for...
1997-08-19 law * haifa-sched.c: Make lots of variable static.
1997-08-16 law * haifa-sched.c (find_post_sched_live): Call...
1997-08-15 meissnerUse rtl macros for names of NOTEs.
1997-08-12 law * Integrate Haifa instruction scheduler.