aboutsummaryrefslogtreecommitdiff
path: root/gcc/sched-int.h
AgeCommit message (Expand)AuthorFilesLines
2006-04-15cfgcleanup.c, [...]: Fix comment typos.Kazu Hirata1-1/+1
2006-04-08builtins.c, [...]: Fix comment typos.Kazu Hirata1-8/+8
2006-03-30re PR target/26734 (GCC cannot bootstrap on IA64 HP-UX)Maxim Kuvyrkov1-5/+5
2006-03-282006-03-28 Maxim Kuvyrkov <mkuvyrkov@ispras.ru>Maxim Kuvyrkov1-5/+5
2006-03-27rtl.def (Copyright): Update date.Maxim Kuvyrkov1-5/+5
2006-03-23haifa-sched.c (choose_ready): Fix type of the local variable.Maxim Kuvyrkov1-1/+1
2006-03-16target.h (struct spec_info_def): New opaque declaration.Maxim Kuvyrkov1-7/+122
2006-03-16sched-int.h (struct haifa_insn_data): New fields: resolved_deps, inter_tick, ...Maxim Kuvyrkov1-2/+14
2006-03-16ddg.c (build_intra_loop_deps): Adjust add_forward_dependence call.Maxim Kuvyrkov1-2/+153
2006-02-06tree-vrp.c (execute_vrp): Do not pass dump argument to.Zdenek Dvorak1-1/+1
2005-07-27re PR rtl-optimization/17808 (Scheduler overly conservative in sched-deps)Steven Bosscher1-0/+1
2005-06-25Update FSF address.Kelley Cook1-2/+2
2005-04-09sched-int.h (haifa_insn_data): Remove blockage and units.Kazu Hirata1-25/+0
2004-11-08sched-deps.c (add_insn_mem_dependence): Make it static.Kazu Hirata1-1/+0
2004-07-20genattr.c (struct range, [...]): Remove them.Paolo Bonzini1-18/+2
2004-06-09re PR rtl-optimization/15521 (sched1 extends life of hard registers on SMALL_...J"orn Rennecke1-1/+1
2004-06-03Makefile.in (RA_H, [...]): New.Jerry Quinn1-0/+12
2004-02-23convert.c, [...]: Update copyright.Kazu Hirata1-1/+1
2004-02-20haifa-sched.c (sched_emit_insn): Remove.Kazu Hirata1-1/+0
2003-10-07sched-int.h (sched_info): New field sched_max_insns_priority.Dorit Naishlos1-0/+3
2003-10-05c-pretty-print.c: Fix comment typos.Kazu Hirata1-1/+1
2003-07-15re PR rtl-optimization/11320 (Scheduler bug)Eric Botcazou1-1/+4
2003-07-06basic-block.h: Convert prototypes to ISO C90.Andreas Jaeger1-7/+7
2003-07-06sbitmap.c: Convert prototypes to ISO C90.Andreas Jaeger1-44/+43
2003-07-01basic-block.h: Fix comment typos.Kazu Hirata1-1/+1
2003-02-25sched-int.h (INSN_TRAP_CLASS, [...]): Move them from sched-rgn.c.Vladimir Makarov1-1/+73
2002-09-27LANGUAGES: Follow spelling conventions.Kazu Hirata1-1/+1
2002-06-04sched-int.h (struct deps): New field libcall_block_tail_insn.Jeff Law1-0/+6
2002-05-02haifa-sched.c (schedule_insn): Print table of instructions and reservations.Jan Hubicka1-1/+1
2002-04-292002-04-29 Vladimir Makarov <vmakarov@redhat.com>Vladimir Makarov1-2/+6
2002-02-28haifa-sched.c (sched_emit_insn): New.Richard Henderson1-0/+1
2002-01-29sched-int.h (struct deps_reg): Add uses_length, clobbers_length.Richard Henderson1-0/+2
2002-01-26sched-deps.c (reg_pending_uses_head): New.Richard Henderson1-10/+10
2001-11-04ChangeLog.2, [...]: Fix spelling errors.Joseph Myers1-1/+1
2001-10-28ChangeLog.0, [...]: Fix spelling errors.Joseph Myers1-1/+1
2001-10-22Fix typoNick Clifton1-2/+2
2001-08-30rtl.def: Undo my patch commited 2001-08-27.Vladimir Makarov1-6/+2
2001-08-27rtl.def (DEFINE_CPU_UNIT, [...]): New RTL constructions.Vladimir Makarov1-2/+6
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/+6
2001-07-26params.def (PARAM_MAX_PENDING_LIST_LENGTH): Add parameter to limit length of ...Andrew MacLeod1-0/+4
2001-03-01Avoid exponential runtimeBernd Schmidt1-0/+4
2001-01-12haifa-sched.c (restore_line_notes): Remove argument block B since it's unused.Andreas Jaeger1-2/+2
2001-01-09sched-int.h (struct deps): Add max_reg, reg_last_in_use...Richard Henderson1-3/+14
2000-12-20Support scheduling across extended basic blocksBernd Schmidt1-0/+7
2000-12-19More scheduler infrastructure.Bernd Schmidt1-4/+4
2000-12-03Move the region scheduling code out of haifa-sched.c.Bernd Schmidt1-1/+44
2000-12-03Move dependency code out of haifa-sched.cBernd Schmidt1-0/+161
2000-12-03Try to separate region-specific code from generic parts in the scheuler.Bernd Schmidt1-0/+72