aboutsummaryrefslogtreecommitdiff
path: root/gcc/haifa-sched.c
AgeCommit message (Expand)AuthorFilesLines
2000-04-15toplev.c (display_help): Prefix "f" to "sched-verbose=".David Edelsohn1-4/+4
2000-04-10Add missing blankRichard Kenner1-1/+1
2000-04-07rtl.def (COND_EXEC): New.Richard Henderson1-3/+27
2000-03-05basic-block.h (ALLOCA_REG_SET): Remove.Mark Mitchell1-2/+4
2000-02-26Fix copyrights.Jeff Law1-1/+2
2000-02-25haifa-sched.c (schedule_block): Explain the real reason we delete REG_SAVE_NO...Geoff Keating1-10/+19
2000-02-21defaults.h (ASM_OUTPUT_ASCII): Constify a char*.Kaveh R. Ghazi1-2/+2
2000-02-11* haifa-sched.c (BUF_LEN): Increase a lot.Geoffrey Keating1-1/+1
2000-02-06Makefile.in (c-common.o): Depend on $(EXPR_H).Kaveh R. Ghazi1-0/+1
2000-01-28haifa-sched.c (schedule_insns): Don't recompute reg info after reload.Richard Henderson1-1/+4
2000-01-17ggc-common.c: PROTO -> PARAMS.Kaveh R. Ghazi1-96/+96
2000-01-12haifa-sched.c (split_edges): Pass edgeset_size as second arg to extract_bitlst.Richard Earnshaw1-1/+2
2000-01-11* Band-aid until haifa's bitset implementation is nuked.Jeffrey A Law1-5/+13
2000-01-10Makefile.in (optabs.o): Depend on real.hKaveh R. Ghazi1-1/+1
2000-01-04Copyright dateJeff Law1-1/+1
2000-01-04haifa-sched.c (build_control_flow): Change unreachable simple loop test to ch...Stan Cox1-3/+5
1999-11-29Clean up parts of the schedulerBernd Schmidt1-534/+407
1999-11-15basic-block.h: Remove all #defines and prototypes related to integer lists.Jeffrey A Law1-81/+67
1999-11-06gcse.c (post_dominators): Kill.Jeffrey A Law1-4/+2
1999-11-06haifa-sched.c (struct haifa_insn_data, h_i_d): New.Richard Henderson1-117/+82
1999-11-05haifa-sched.c (schedule_block): Don't crash if there's no next insn for an in...Richard Henderson1-7/+9
1999-11-04haifa-sched.c (init_rgn_data_dependences): Correctly size bb_pending_lists_le...Richard Henderson1-1/+1
1999-11-04* haifa-sched.c (schedule_block): Fix thinko.Jeffrey A Law1-1/+1
1999-11-03haifa-sched.c (find_rgns): Replace uses of alloca with xmalloc.Mark Mitchell1-88/+138
1999-10-27alias.c (init_alias_analysis): Allocate reg_known_value and reg_known_equiv_p...Mark Mitchell1-0/+3
1999-10-25haifa-sched.c (add_dependence): Update the true dependency cache the first ti...Jeffrey A Law1-0/+7
1999-10-25haifa-sched.c (schedule_insns): Don't assign LUIDs differently depending on w...Mark Mitchell1-1/+10
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