summaryrefslogtreecommitdiff
path: root/gcc/haifa-sched.c
Commit message (Expand)AuthorAgeFilesLines
* * basic-block.h (ALLOCA_REG_SET): Remove.mmitchel2000-03-051-2/+4
* Fix copyrights.law2000-02-261-1/+2
* * haifa-sched.c (schedule_block): Explain the real reasongeoffk2000-02-251-10/+19
* * defaults.h (ASM_OUTPUT_ASCII): Constify a char*.ghazi2000-02-211-2/+2
* * haifa-sched.c (BUF_LEN): Increase a lot.geoffk2000-02-111-1/+1
* * Makefile.in (c-common.o): Depend on $(EXPR_H).ghazi2000-02-061-0/+1
* * haifa-sched.c (schedule_insns): Don't recompute reg inforth2000-01-281-1/+4
* * ggc-common.c: PROTO -> PARAMS.ghazi2000-01-171-96/+96
* * haifa-sched.c (split_edges): Pass edgeset_size as second arg torearnsha2000-01-121-1/+2
* * Band-aid until haifa's bitset implementation is nuked.law2000-01-111-5/+13
* * Makefile.in (optabs.o): Depend on real.hghazi2000-01-101-1/+1
* 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