]> git.ipfire.org Git - thirdparty/gcc.git/history - gcc/sched-rgn.c
sbitmap.c: Convert prototypes to ISO C90.
[thirdparty/gcc.git] / gcc / sched-rgn.c
2003-07-06  Andreas Jaegersbitmap.c: Convert prototypes to ISO C90.
2003-07-05  Kazu Hiratabt-load.c: Fix comment typos.
2003-02-25  Vladimir Makarovsched-int.h (INSN_TRAP_CLASS, [...]): Move them from...
2003-01-28  Vladimir Makarovhaifa-sched.c (schedule_insn): Return necessary cycle...
2003-01-17  Vladimir Makarovhaifa-sched.c (move_insn): Restore moving all schedule...
2003-01-09  Vladimir Makarov2003-01-09 Vladimir Makarov <vmakarov@redhat.com>
2002-12-24  Kazu Hirataregmove.c: Fix comment typos.
2002-12-19  J"orn Rennecke* sched-rgn.c (init_regions): Update comment.
2002-12-19  Kazu HirataChangeLog: Follow spelling conventions.
2002-12-16  Zack WeinbergMerge basic-improvements-branch to trunk
2002-12-13  Kazu Hiratac-decl.c: Fix a comment typo.
2002-09-27  Kazu HirataLANGUAGES: Follow spelling conventions.
2002-07-21  Neil Boothgengenrtl.c (gencode): Don't define obstack_alloc_rtx.
2002-06-20  Jan HubickaMon Jun 10 20:42:34 CEST 2002 Jan Hubicka <jh@suse.cz>
2002-06-14  Franz Sirlrtl.h (SCHED_GROUP_P): Disallow CODE_LABEL, BARRIER...
2002-06-10  Roger Saylecfgrtl.c (create_basic_block_structure): Remove index...
2002-06-02  Jan Hubickaloop.c (emit_prefetch_instructions): Properly place...
2002-05-28  Zdenek Dvorakbasic-block.h (last_basic_block): Declare.
2002-05-27  Zdenek Dvorakbasic-block.h (last_basic_block): Defined as synonym...
2002-05-23  Zdenek Dvorakbb-reorder.c (make_reorder_chain, [...]): Use FOR_EACH_...
2002-05-17  Richard HendersonRevert "Basic block renumbering removal", and two follo...
2002-05-17  Zdenek Dvoraksched-rgn.c (schedule_insns): Initialize large_region_b...
2002-05-16  Zdenek DvorakBasic block renumbering removal.
2002-05-09  Kazu Hiratasbitmap.c: Fix formatting.
2002-04-29  Vladimir Makarov2002-04-29 Vladimir Makarov <vmakarov@redhat.com>
2002-04-10  Richard Hendersonbasic-block.h (flow_delete_block_noexpunge): Declare.
2002-04-03  Richard Hendersonsched-rgn.c (sets_likely_spilled): New.
2002-03-10  Richard Hendersonsched-rgn.c (add_branch_dependences): Don't allow insns...
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.
2002-01-16  Graham Stottsched-rgn.c (passed): Use sbitmap_free.
2001-12-31  Richard Hendersoncfglayout.c (scope_def, [...]): Remove.
2001-12-27  Richard Hendersonhaifa-sched.c (reemit_other_notes): New.
2001-12-11  Daniel Berlinsched-rgn.c (CONST_BASED_ADDRESS_P): CONST_INT -> CONST...
2001-11-23  Joseph MyersChangeLog.0, [...]: Fix spelling errors.
2001-11-11  Joseph MyersChangeLog.2, [...]: Fix spelling errors.
2001-11-04  Kaveh R. Ghaziaof.h (aof_text_section, [...]): Don't declare.
2001-10-30  Jan Hubicka* sched-rgn.c (schedule_insns): Fix comment.
2001-10-30  Jan Hubickalcm.c (optimize_mode_switching): Do not rebuild livenes...
2001-10-26  Daniel Berlinsched-rgn.c: Remove bitset typedef.
2001-10-11  Stan Shebsalias.c: Remove uses of "register" specifier in declara...
2001-10-10  Kazu Hiratacalls.c: Fix formatting.
2001-09-19  Stan Shebsalias.c: Fix typos in comments.
2001-09-14  Nick CliftonFix typo in FSF copyright statement
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-08-07  Jan Hubickacalls.c (expand_call): Do not emit INSN_SETJMP note.
2001-01-19  Richard Kennerrtl.texi (SET, CLOBBER): Document PARALLEL as SET_DEST...
2001-01-18  Richard Kennerflow.c (mark_set_1, [...]): Now case; rework to allow...
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...
2001-01-09  Jim Wilsonsched-rgn.c (BITSET_ADD, [...]): Cast 1 to unsigned...
2001-01-07  Richard Henderson* sched-rgn.c (is_cfg_nonregular): Fix thinko's last...
2001-01-07  Alexandre Olivareload.c (subst_reloads): Take INSN argument.
2000-12-20  Bernd SchmidtSupport scheduling across extended basic blocks
2000-12-19  Bernd SchmidtMore scheduler infrastructure.
2000-12-05  Bernd SchmidtFix building on non-INSN_SCHEDULING targets, and fix...
2000-12-03  Bernd SchmidtMove the region scheduling code out of haifa-sched.c.