summaryrefslogtreecommitdiff
path: root/gcc/sched-int.h
Commit message (Expand)AuthorAgeFilesLines
* target.h (struct spec_info_def): New opaque declaration.Maxim Kuvyrkov2006-03-161-7/+122
* sched-int.h (struct haifa_insn_data): New fields: resolved_deps, inter_tick, ...Maxim Kuvyrkov2006-03-161-2/+14
* ddg.c (build_intra_loop_deps): Adjust add_forward_dependence call.Maxim Kuvyrkov2006-03-161-2/+153
* tree-vrp.c (execute_vrp): Do not pass dump argument to.Zdenek Dvorak2006-02-061-1/+1
* re PR rtl-optimization/17808 (Scheduler overly conservative in sched-deps)Steven Bosscher2005-07-271-0/+1
* Update FSF address.Kelley Cook2005-06-251-2/+2
* sched-int.h (haifa_insn_data): Remove blockage and units.Kazu Hirata2005-04-091-25/+0
* sched-deps.c (add_insn_mem_dependence): Make it static.Kazu Hirata2004-11-081-1/+0
* genattr.c (struct range, [...]): Remove them.Paolo Bonzini2004-07-201-18/+2
* re PR rtl-optimization/15521 (sched1 extends life of hard registers on SMALL_...J"orn Rennecke2004-06-091-1/+1
* Makefile.in (RA_H, [...]): New.Jerry Quinn2004-06-031-0/+12
* convert.c, [...]: Update copyright.Kazu Hirata2004-02-231-1/+1
* haifa-sched.c (sched_emit_insn): Remove.Kazu Hirata2004-02-201-1/+0
* sched-int.h (sched_info): New field sched_max_insns_priority.Dorit Naishlos2003-10-071-0/+3
* c-pretty-print.c: Fix comment typos.Kazu Hirata2003-10-051-1/+1
* re PR rtl-optimization/11320 (Scheduler bug)Eric Botcazou2003-07-151-1/+4
* basic-block.h: Convert prototypes to ISO C90.Andreas Jaeger2003-07-061-7/+7
* sbitmap.c: Convert prototypes to ISO C90.Andreas Jaeger2003-07-061-44/+43
* basic-block.h: Fix comment typos.Kazu Hirata2003-07-011-1/+1
* sched-int.h (INSN_TRAP_CLASS, [...]): Move them from sched-rgn.c.Vladimir Makarov2003-02-251-1/+73
* 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