summaryrefslogtreecommitdiff
path: root/gcc/haifa-sched.c
Commit message (Expand)AuthorAgeFilesLines
* Revert "Basic block renumbering removal", and two followup patches.Richard Henderson2002-05-161-16/+15
* Basic block renumbering removal.Zdenek Dvorak2002-05-161-15/+16
* haifa-sched.c (rank_for_schedule): Revert 2002-05-02 change, no longer needed.David S. Miller2002-05-031-11/+6
* Delete cycle display scheduling hook.David S. Miller2002-05-031-4/+0
* haifa-sched.c (schedule_insn): Print table of instructions and reservations.Jan Hubicka2002-05-021-21/+20
* haifa-sched.c (rank_for_schedule): Skip past last_scheduled_insn emitted by c...Richard Henderson2002-05-021-6/+11
* 2002-04-29 Vladimir Makarov <vmakarov@redhat.com>Vladimir Makarov2002-04-291-106/+565
* haifa-sched.c (sched_emit_insn): New.Richard Henderson2002-02-281-12/+20
* bitmap.h: Fix comment formatting.Kazu Hirata2002-01-181-3/+3
* cfglayout.c (scope_def, [...]): Remove.Richard Henderson2001-12-301-56/+18
* haifa-sched.c (reemit_other_notes): New.Richard Henderson2001-12-271-18/+56
* ChangeLog.0, [...]: Fix spelling errors.Joseph Myers2001-10-281-1/+1
* alias.c: Remove uses of "register" specifier in declarations of arguments and...Stan Shebs2001-10-111-3/+3
* basic-block.h (free_bb_for_insn): Declare.Jan Hubicka2001-09-161-1/+5
* Fix typo in FSF copyright statementNick Clifton2001-09-141-2/+2
* rtl.def: Undo my patch commited 2001-08-27.Vladimir Makarov2001-08-301-539/+100
* rtl.def (DEFINE_CPU_UNIT, [...]): New RTL constructions.Vladimir Makarov2001-08-271-100/+539
* Makefile.in, [...]: replace "GNU CC" with "GCC".Lars Brinkhoff2001-08-221-9/+9
* haifa-sched.c: Convert to target hooks.Zack Weinberg2001-08-181-46/+43
* calls.c (expand_call): Do not emit INSN_SETJMP note.Jan Hubicka2001-08-071-12/+4
* alias.c (nonlocal_mentioned_p): Rename CONST_CALL_P to CONST_OR_PURE_CALL_PJan Hubicka2001-08-071-1/+1
* i386.md (float_truncate splitter, [...]): Add reload_completted; fix operand ...Jan Hubicka2001-06-261-2/+0
* mkconfig.sh: Include insn-flags.h.Richard Henderson2001-03-221-1/+0
* Avoid exponential runtimeBernd Schmidt2001-03-011-17/+22
* haifa-sched.c (restore_line_notes): Remove argument block B since it's unused.Andreas Jaeger2001-01-121-4/+3
* haifa-sched.c (schedule_block): Provide empty source statement if not MD_SCHE...Robert Lipe2000-12-211-0/+1
* Support scheduling across extended basic blocksBernd Schmidt2000-12-201-1/+2
* More scheduler infrastructure.Bernd Schmidt2000-12-191-37/+59
* * haifa-sched.c (sched_init): Don't put a note in front of any BARRIER.J"orn Rennecke2000-12-151-4/+2
* Move the region scheduling code out of haifa-sched.c.Bernd Schmidt2000-12-031-3181/+41
* Move dependency code out of haifa-sched.cBernd Schmidt2000-12-031-1470/+3
* Move scheduling visualization code to separate file.Bernd Schmidt2000-12-031-900/+17
* Try to separate region-specific code from generic parts in the scheuler.Bernd Schmidt2000-12-031-321/+429
* Haifa cleanup, part 1Bernd Schmidt2000-12-021-204/+273
* Prettier visualization of COND_EXECsBernd Schmidt2000-11-271-3/+13
* haifa-sched.c (sched_analyze_1, [...]): Revert 2000-11-22 change.Richard Henderson2000-11-251-3/+11
* Treat ready list as a (for now, semi-)abstract datatype. Lose max_priority.Bernd Schmidt2000-11-241-57/+128
* haifa-sched.c (sched_analyze_1): Don't special-case calls for clobbering regi...Richard Henderson2000-11-221-11/+3
* Michael Matz <matzmich@cs.tu-berlin.de>Michael Matz2000-11-141-4/+2
* alias.c [...] (init_alias_analysis, [...]): Use memset () instead of bzero ().Joseph Myers2000-11-071-5/+5
* Fix ICE on lex output file reported by Andreas Schwab.Jim Wilson2000-10-191-13/+33
* haifa-sched.c (schedule_insns): Fix typo in freeing forward_dependency_cache.Vladimir Makarov2000-10-061-1/+1
* haifa-sched.c (anti_dependency_cache, [...]): New variables.Vladimir Makarov2000-10-061-33/+128
* * haifa-sched.c: Fix formatting.Kazu Hirata2000-09-121-118/+83
* alias.c (mark_constant_function): Use INSN_P.Rodney Brown2000-08-041-20/+15
* cse.c (canon_hash): Handle PRE_MODIFY/POST_MODIFY.Richard Henderson2000-07-281-0/+8
* flow.c (insn_dead_p): Keep sets to PIC_OFFSET_TABLE_REGNUM alive before reload.Richard Henderson2000-06-131-91/+116
* cse.c (cse_basic_block): Only call find_reg_note if REG_NOTES not 0.Richard Kenner2000-05-191-1/+1
* haifa-sched.c (schedule_insns): Free the flow edge list when it is no longer ...Jeffrey A Law2000-05-041-0/+3
* flow.c (struct reg_cond_life_info): New.Richard Henderson2000-04-301-1/+6