New test cases.
[gcc.git] / gcc / sched-int.h
2007-02-17 Kazu Hiratasched-deps.c (find_insn_list): Remove.
2007-02-03 Kazu Hiratac-decl.c, [...]: Fix comment typos.
2007-02-02 Maxim Kuvyrkovre PR middle-end/28071 (A file that can not be compiled...
2006-11-29 Tehila Meyzelshaifa-sched.c: Remove define LINE_NOTE(INSN).
2006-11-11 Jan Hubickatree-pass.h (pass_purge_lineno_notes): Remove declaration.
2006-10-07 Kazu Hirata* sched-int.h: Fix comment typos.
2006-10-07 Kazu Hirata* gimplify.c, sched-int.h: Fix comment typos.
2006-10-06 Maxim Kuvyrkovsched-int.h (IS_SPECULATION_CHECK_P, [...]): New macros.
2006-10-06 Maxim Kuvyrkovre PR rtl-optimization/29128 (ICE: in move_block_after_...
2006-08-17 Maxim Kuvyrkovre PR rtl-optimization/28489 (ICE in move_insn, at...
2006-04-15 Kazu Hiratacfgcleanup.c, [...]: Fix comment typos.
2006-04-08 Kazu Hiratabuiltins.c, [...]: Fix comment typos.
2006-03-30 Maxim Kuvyrkovre PR target/26734 (GCC cannot bootstrap on IA64 HP-UX)
2006-03-28 Maxim Kuvyrkov2006-03-28 Maxim Kuvyrkov <mkuvyrkov@ispras.ru>
2006-03-27 Maxim Kuvyrkovrtl.def (Copyright): Update date.
2006-03-23 Maxim Kuvyrkovhaifa-sched.c (choose_ready): Fix type of the local...
2006-03-16 Maxim Kuvyrkovtarget.h (struct spec_info_def): New opaque declaration.
2006-03-16 Maxim Kuvyrkovsched-int.h (struct haifa_insn_data): New fields: resol...
2006-03-16 Maxim Kuvyrkovddg.c (build_intra_loop_deps): Adjust add_forward_depen...
2006-02-06 Zdenek Dvoraktree-vrp.c (execute_vrp): Do not pass dump argument to.
2005-07-27 Steven Bosscherre PR rtl-optimization/17808 (Scheduler overly conserva...
2005-06-25 Kelley CookUpdate FSF address.
2005-04-09 Kazu Hiratasched-int.h (haifa_insn_data): Remove blockage and...
2004-11-08 Kazu Hiratasched-deps.c (add_insn_mem_dependence): Make it static.
2004-07-20 Paolo Bonzinigenattr.c (struct range, [...]): Remove them.
2004-06-09 J"orn Renneckere PR rtl-optimization/15521 (sched1 extends life of...
2004-06-03 Jerry QuinnMakefile.in (RA_H, [...]): New.
2004-02-23 Kazu Hirataconvert.c, [...]: Update copyright.
2004-02-20 Kazu Hiratahaifa-sched.c (sched_emit_insn): Remove.
2003-10-07 Dorit Naishlossched-int.h (sched_info): New field sched_max_insns_pri...
2003-10-05 Kazu Hiratac-pretty-print.c: Fix comment typos.
2003-07-15 Eric Botcazoure PR rtl-optimization/11320 (Scheduler bug)
2003-07-06 Andreas Jaegerbasic-block.h: Convert prototypes to ISO C90.
2003-07-06 Andreas Jaegersbitmap.c: Convert prototypes to ISO C90.
2003-07-01 Kazu Hiratabasic-block.h: Fix comment typos.
2003-02-25 Vladimir Makarovsched-int.h (INSN_TRAP_CLASS, [...]): Move them from...
2002-09-27 Kazu HirataLANGUAGES: Follow spelling conventions.
2002-06-04 Jeff Lawsched-int.h (struct deps): New field libcall_block_tail...
2002-05-03 Jan Hubickahaifa-sched.c (schedule_insn): Print table of instructi...
2002-04-29 Vladimir Makarov2002-04-29 Vladimir Makarov <vmakarov@redhat.com>
2002-02-28 Richard Hendersonhaifa-sched.c (sched_emit_insn): New.
2002-01-29 Richard Hendersonsched-int.h (struct deps_reg): Add uses_length, clobber...
2002-01-27 Richard Hendersonsched-deps.c (reg_pending_uses_head): New.
2001-11-04 Joseph MyersChangeLog.2, [...]: Fix spelling errors.
2001-10-28 Joseph MyersChangeLog.0, [...]: Fix spelling errors.
2001-10-22 Nick CliftonFix typo
2001-08-30 Vladimir Makarovrtl.def: Undo my patch commited 2001-08-27.
2001-08-27 Vladimir Makarovrtl.def (DEFINE_CPU_UNIT, [...]): New RTL constructions.
2001-08-22 Lars BrinkhoffMakefile.in, [...]: replace "GNU CC" with "GCC".
2001-08-08 Bernd SchmidtUse cselib for alias analysis in sched_ebb
2001-07-26 Andrew MacLeodparams.def (PARAM_MAX_PENDING_LIST_LENGTH): Add paramet...
2001-03-01 Bernd SchmidtAvoid exponential runtime
2001-01-12 Andreas Jaegerhaifa-sched.c (restore_line_notes): Remove argument...
2001-01-09 Richard Hendersonsched-int.h (struct deps): Add max_reg, reg_last_in_use...
2000-12-20 Bernd SchmidtSupport scheduling across extended basic blocks
2000-12-19 Bernd SchmidtMore scheduler infrastructure.
2000-12-03 Bernd SchmidtMove the region scheduling code out of haifa-sched.c.
2000-12-03 Bernd SchmidtMove dependency code out of haifa-sched.c
2000-12-03 Bernd SchmidtTry to separate region-specific code from generic parts...