aboutsummaryrefslogtreecommitdiff
path: root/gcc/sched-rgn.c
AgeCommit message (Expand)AuthorFilesLines
2001-11-23ChangeLog.0, [...]: Fix spelling errors.Joseph Myers1-1/+1
2001-11-11ChangeLog.2, [...]: Fix spelling errors.Joseph Myers1-1/+1
2001-11-04aof.h (aof_text_section, [...]): Don't declare.Kaveh R. Ghazi1-2/+0
2001-10-30* sched-rgn.c (schedule_insns): Fix comment.Jan Hubicka1-1/+2
2001-10-30lcm.c (optimize_mode_switching): Do not rebuild liveness information when no ...Jan Hubicka1-31/+54
2001-10-26sched-rgn.c: Remove bitset typedef.Daniel Berlin1-161/+41
2001-10-11alias.c: Remove uses of "register" specifier in declarations of arguments and...Stan Shebs1-18/+18
2001-10-10calls.c: Fix formatting.Kazu Hirata1-2/+2
2001-09-19alias.c: Fix typos in comments.Stan Shebs1-1/+1
2001-09-14Fix typo in FSF copyright statementNick Clifton1-2/+2
2001-08-30rtl.def: Undo my patch commited 2001-08-27.Vladimir Makarov1-71/+23
2001-08-27rtl.def (DEFINE_CPU_UNIT, [...]): New RTL constructions.Vladimir Makarov1-23/+71
2001-08-22Makefile.in, [...]: replace "GNU CC" with "GCC".Lars Brinkhoff1-9/+9
2001-08-08Use cselib for alias analysis in sched_ebbBernd Schmidt1-1/+1
2001-08-07calls.c (expand_call): Do not emit INSN_SETJMP note.Jan Hubicka1-12/+4
2001-01-19rtl.texi (SET, CLOBBER): Document PARALLEL as SET_DEST possibility.Richard Kenner1-18/+6
2001-01-18flow.c (mark_set_1, [...]): Now case; rework to allow entry to be EXPR_LIST.Richard Kenner1-11/+29
2001-01-12haifa-sched.c (restore_line_notes): Remove argument block B since it's unused.Andreas Jaeger1-1/+1
2001-01-09sched-int.h (struct deps): Add max_reg, reg_last_in_use...Richard Henderson1-65/+31
2001-01-08sched-rgn.c (BITSET_ADD, [...]): Cast 1 to unsigned HOST_WIDE_INT before left...Jim Wilson1-4/+5
2001-01-07* sched-rgn.c (is_cfg_nonregular): Fix thinko's last change.Richard Henderson1-3/+2
2001-01-07reload.c (subst_reloads): Take INSN argument.Alexandre Oliva1-7/+10
2000-12-20Support scheduling across extended basic blocksBernd Schmidt1-0/+27
2000-12-19More scheduler infrastructure.Bernd Schmidt1-9/+23
2000-12-05Fix building on non-INSN_SCHEDULING targets, and fix a small bug in rgn_print...Bernd Schmidt1-2/+5
2000-12-03Move the region scheduling code out of haifa-sched.c.Bernd Schmidt1-0/+3116