summaryrefslogtreecommitdiff
path: root/gcc/haifa-sched.c
Commit message (Expand)AuthorAgeFilesLines
* Copyright datelaw2000-01-051-1/+1
* 2000-01-04 Stan Cox <scox@cygnus.com>scox2000-01-041-3/+5
* Clean up parts of the schedulercrux1999-11-291-534/+407
* * basic-block.h: Remove all #defines and prototypes related tolaw1999-11-151-81/+67
* * gcse.c (post_dominators): Kill.law1999-11-071-4/+2
* * haifa-sched.c (struct haifa_insn_data, h_i_d): New.rth1999-11-061-117/+82
* * haifa-sched.c (schedule_block): Don't crash if there's north1999-11-051-7/+9
* * haifa-sched.c (init_rgn_data_dependences): Correctlyrth1999-11-051-1/+1
* * haifa-sched.c (schedule_block): Fix thinko.law1999-11-041-1/+1
* * haifa-sched.c (find_rgns): Replace uses of alloca with xmalloc.mmitchel1999-11-031-88/+138
* * alias.c (init_alias_analysis): Allocate reg_known_value andmmitchel1999-10-271-0/+3
* * haifa-sched.c (add_dependence): Update the true dependencylaw1999-10-261-0/+7
* * haifa-sched.c (schedule_insns): Don't assign LUIDs differentlymmitchel1999-10-251-1/+10
* * basic-block.h (PROP_*): Move constants from ...rth1999-10-201-56/+98
* * haifa-sched.c (add_dependence): Protect references to thelaw1999-10-181-1/+5
* * basic-block.h (set_block_num): Declare.rth1999-10-181-37/+40
* Typo.law1999-10-171-1/+1
* * haifa-sched.c (add_dependence): Only check/update the cachelaw1999-10-171-8/+25
* * haifa-sched.c (true_dependency_cache): New.law1999-10-171-1/+37
* * haifa-sched.c (schedule_insns): Do not remove inter-blocklaw1999-10-171-34/+0
* * haifa-sched.c (compute_block_forward_dependencies): Only checklaw1999-10-161-5/+12
* * haifa-sched.c (sched_reg_n_calls_crossed): Delete.rth1999-10-101-1059/+75
* * Makefile.in (flow.o): Depend on TREE_H.rth1999-10-091-3/+1
* * haifa-sched.c (sched_analyze): Rename local variable `region' toghazi1999-09-211-4/+4
* Make it possible to prototype port-specific functions (and convert i386 to us...crux1999-09-201-0/+1
* * haifa-sched.c (sched_analyze): Use free_INSN_LIST_list instead oflaw1999-09-181-1/+1
* * haifa-sched.c (sched_analyze): Keep the list of notes organizedmmitchel1999-09-161-9/+14
* * rtl.h (NOTE_BLOCK_NUMBER): Replace with ...mmitchel1999-09-151-9/+14
* * haifa-sched.c (actual_hazard): Move declaration of variableghazi1999-09-141-1/+1
* * gansidecl.h (__attribute__, ATTRIBUTE_UNUSED_LABEL,ghazi1999-09-081-3/+3
* * flow.c (insn_dead_p): Use XEXP rather than SUBREG_REG.rth1999-09-081-4/+5
* * c-aux-info.c (concat): Don't define.ghazi1999-09-071-31/+13
* * haifa-sched.c: Tidy comments.m.hayes1999-09-061-250/+273
* * haifa-sched.c (schedule_block): Use next_nonnote_insn insteadrth1999-09-051-1/+4
* * dbxout.c (dbxout_init): Use xcalloc instead of xmalloc+bzero.mmitchel1999-09-031-7/+3
* * haifa-sched.c (sched_analyze): Clear LOG_LINKS before callingrth1999-08-281-19/+16
* Wed Aug 25 13:41:47 EDT 1999 Andrew MacLeod <amacleod@cygnus.com>amacleod1999-08-251-124/+29
* * haifa-sched.c (find_rgns): Mark a block found during the DFS searchlaw1999-08-251-0/+15
* * haifa-sched.c (get_visual_tbl_length): Fix off-by-one error.law1999-08-251-1/+1
* * haifa-sched.c (split_hard_reg_notes): Move to flow.crth1999-08-241-680/+0
* * rtl.h (rtx_format): Constify a char*.ghazi1999-08-201-3/+3
* * rtl.c (rtx_name): Constify a char*.ghazi1999-08-201-8/+8
* Jan Hubicka <hubicka@freesoft.cz>rth1999-08-181-1/+1
* Include function.h in most files. Remove most of the global variablescrux1999-08-091-3/+1
* * haifa-sched.c (reemit_notes): Tidy.rth1999-07-231-1/+1
* * haifa-sched.c (insn_cost): FREE implies cost 0 and vice versa.rth1999-07-211-102/+89
* * haifa-sched.c (sched_analyze_1): Use free_list instead ofrth1999-06-201-7/+5
* * haifa-sched.c (sched_analyze): Mark call-user regs as clobberedrth1999-06-191-5/+1
* * flow.c (mark_regs_live_at_end, insn_dead_p,wehle1999-05-311-5/+8
* 1999-04-17 20:11 -0400 Zack Weinberg <zack@rabi.columbia.edu>zack1999-04-171-0/+1