summaryrefslogtreecommitdiff
path: root/gcc/haifa-sched.c
Commit message (Expand)AuthorAgeFilesLines
* * alias.c (mark_constant_function): Use INSN_P.law2000-08-041-20/+15
* * cse.c (canon_hash): Handle PRE_MODIFY/POST_MODIFY.rth2000-07-281-0/+8
* * flow.c (insn_dead_p): Keep sets to PIC_OFFSET_TABLE_REGNUMrth2000-06-131-91/+116
* * cse.c (cse_basic_block): Only call find_reg_note if REG_NOTES not 0.kenner2000-05-191-1/+1
* * haifa-sched.c (schedule_insns): Free the flow edge list when itlaw2000-05-041-0/+3
* * flow.c (struct reg_cond_life_info): New.rth2000-04-301-1/+6
* * rtl.c: Use NOTE_INSN_REPEATED_LINE_NUMBER and NOTE_INSN_RANGE_BEG.kenner2000-04-211-4/+5
* Fix copuyright noticekenner2000-04-201-16/+16
* * toplev.c (display_help): Prefix "f" to "sched-verbose=".dje2000-04-151-4/+4
* Add missing blankkenner2000-04-101-1/+1
* * rtl.def (COND_EXEC): New.rth2000-04-071-3/+27
* * 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