aboutsummaryrefslogtreecommitdiff
path: root/gcc/haifa-sched.c
AgeCommit message (Expand)AuthorFilesLines
1999-10-20basic-block.h (PROP_*): Move constants from ...Richard Henderson1-56/+98
1999-10-18haifa-sched.c (add_dependence): Protect references to the true dependency cac...Jeffrey A Law1-1/+5
1999-10-18basic-block.h (set_block_num): Declare.Richard Henderson1-37/+40
1999-10-17Typo.Jeff Law1-1/+1
1999-10-17haifa-sched.c (add_dependence): Only check/update the cache if it exists.Jeffrey A Law1-8/+25
1999-10-17haifa-sched.c (true_dependency_cache): New.Jeffrey A Law1-1/+37
1999-10-16haifa-sched.c (schedule_insns): Do not remove inter-block dependencies anymore.Jeffrey A Law1-34/+0
1999-10-16haifa-sched.c (compute_block_forward_dependencies): Only check for notes, del...Jeffrey A Law1-5/+12
1999-10-10haifa-sched.c (sched_reg_n_calls_crossed): Delete.Richard Henderson1-1059/+75
1999-10-09Makefile.in (flow.o): Depend on TREE_H.Richard Henderson1-3/+1
1999-09-21haifa-sched.c (sched_analyze): Rename local variable `region' to avoid confli...Kaveh R. Ghazi1-4/+4
1999-09-20Make it possible to prototype port-specific functions (and convert i386 to us...Bernd Schmidt1-0/+1
1999-09-18haifa-sched.c (sched_analyze): Use free_INSN_LIST_list instead of zapping the...Jeffrey A Law1-1/+1
1999-09-16haifa-sched.c (sched_analyze): Keep the list of notes organized in pairs.Mark Mitchell1-9/+14
1999-09-15rtl.h (NOTE_BLOCK_NUMBER): Replace with ...Mark Mitchell1-9/+14
1999-09-14haifa-sched.c (actual_hazard): Move declaration of variable `this_cost' into ...Kaveh R. Ghazi1-1/+1
1999-09-08gansidecl.h (__attribute__, [...]): Delete.Kaveh R. Ghazi1-3/+3
1999-09-08flow.c (insn_dead_p): Use XEXP rather than SUBREG_REG.Alasdair Baird1-4/+5
1999-09-07c-aux-info.c (concat): Don't define.Kaveh R. Ghazi1-31/+13
1999-09-06* haifa-sched.c: Tidy comments.Michael Hayes1-250/+273
1999-09-04haifa-sched.c (schedule_block): Use next_nonnote_insn instead of NEXT_INSN wh...Richard Henderson1-1/+4
1999-09-03dbxout.c (dbxout_init): Use xcalloc instead of xmalloc+bzero.Richard Henderson1-7/+3
1999-08-28haifa-sched.c (sched_analyze): Clear LOG_LINKS before calling sched_analyze_i...Richard Henderson1-19/+16
1999-08-25lists.c (unused_insn_list, [...]): New file for maintaining various types of ...Andrew MacLeod1-124/+29
1999-08-24haifa-sched.c (find_rgns): Mark a block found during the DFS search as reacha...Jeffrey A Law1-0/+15
1999-08-24* haifa-sched.c (get_visual_tbl_length): Fix off-by-one error.Jeffrey A Law1-1/+1
1999-08-24haifa-sched.c (split_hard_reg_notes): Move to flow.cBob Manson1-680/+0
1999-08-20rtl.h (rtx_format): Constify a char*.Kaveh R. Ghazi1-3/+3
1999-08-20rtl.c (rtx_name): Constify a char*.Kaveh R. Ghazi1-8/+8
1999-08-17Jan Hubicka <hubicka@freesoft.cz>Jan Hubicka1-1/+1
1999-08-09Include function.h in most files.Bernd Schmidt1-3/+1
1999-07-22haifa-sched.c (reemit_notes): Tidy.Richard Henderson1-1/+1
1999-07-20haifa-sched.c (insn_cost): FREE implies cost 0 and vice versa.Richard Henderson1-102/+89
1999-06-20haifa-sched.c (sched_analyze_1): Use free_list instead of zapping reg_last_us...Richard Henderson1-7/+5
1999-06-19haifa-sched.c (sched_analyze): Mark call-user regs as clobbered instead of set.Richard Henderson1-5/+1
1999-05-31flow.c (mark_regs_live_at_end, [...]): Only give FRAME_POINTER_REGNUM and HAR...John Wehle1-5/+8
1999-04-17c-aux-info.c, [...]: Include toplev.h for real declaration of trim_filename.Zack Weinberg1-0/+1
1999-03-13* haifa-sched.c (sched_analyze_1): Only clear reg_last_uses on a SET.Richard Henderson1-2/+2
1999-03-08haifa-sched.c (sched_analyze_1): Fix last change -- add clobber dependancies ...Richard Henderson1-1/+5
1999-03-07haifa-sched.c (ENCODE_BLOCKAGE): Don't shift unit too far.Richard Henderson1-5/+14
1999-03-07haifa-sched.c (reg_last_clobbers): New.Richard Henderson1-16/+90
1999-02-25Flow rewrite to use basic block structures and edge lists.Richard Henderson1-17/+20
1999-02-05haifa-sched.c (add_dependence): Do not add a dependency on a note.Jeff Law1-0/+6
1999-02-02Bob Manson <manson@charmed.cygnus.com>Bob Manson1-111/+2
1999-01-11Update copyrights.Richard Henderson1-1/+1
1999-01-11basic-block.h (basic_block_head): Rename to x_basic_block_head.Richard Henderson1-46/+45
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