summaryrefslogtreecommitdiff
path: root/gcc/sched-int.h
Commit message (Expand)AuthorAgeFilesLines
* LANGUAGES: Follow spelling conventions.Kazu Hirata2002-09-271-1/+1
* sched-int.h (struct deps): New field libcall_block_tail_insn.Jeff Law2002-06-041-0/+6
* haifa-sched.c (schedule_insn): Print table of instructions and reservations.Jan Hubicka2002-05-021-1/+1
* 2002-04-29 Vladimir Makarov <vmakarov@redhat.com>Vladimir Makarov2002-04-291-2/+6
* haifa-sched.c (sched_emit_insn): New.Richard Henderson2002-02-281-0/+1
* sched-int.h (struct deps_reg): Add uses_length, clobbers_length.Richard Henderson2002-01-291-0/+2
* sched-deps.c (reg_pending_uses_head): New.Richard Henderson2002-01-261-10/+10
* ChangeLog.2, [...]: Fix spelling errors.Joseph Myers2001-11-041-1/+1
* ChangeLog.0, [...]: Fix spelling errors.Joseph Myers2001-10-281-1/+1
* Fix typoNick Clifton2001-10-221-2/+2
* rtl.def: Undo my patch commited 2001-08-27.Vladimir Makarov2001-08-301-6/+2
* rtl.def (DEFINE_CPU_UNIT, [...]): New RTL constructions.Vladimir Makarov2001-08-271-2/+6
* Makefile.in, [...]: replace "GNU CC" with "GCC".Lars Brinkhoff2001-08-221-9/+9
* Use cselib for alias analysis in sched_ebbBernd Schmidt2001-08-081-1/+6
* params.def (PARAM_MAX_PENDING_LIST_LENGTH): Add parameter to limit length of ...Andrew MacLeod2001-07-261-0/+4
* Avoid exponential runtimeBernd Schmidt2001-03-011-0/+4
* haifa-sched.c (restore_line_notes): Remove argument block B since it's unused.Andreas Jaeger2001-01-121-2/+2
* sched-int.h (struct deps): Add max_reg, reg_last_in_use...Richard Henderson2001-01-091-3/+14
* Support scheduling across extended basic blocksBernd Schmidt2000-12-201-0/+7
* More scheduler infrastructure.Bernd Schmidt2000-12-191-4/+4
* Move the region scheduling code out of haifa-sched.c.Bernd Schmidt2000-12-031-1/+44
* Move dependency code out of haifa-sched.cBernd Schmidt2000-12-031-0/+161
* Try to separate region-specific code from generic parts in the scheuler.Bernd Schmidt2000-12-031-0/+72