aboutsummaryrefslogtreecommitdiff
path: root/gcc/haifa-sched.c
AgeCommit message (Expand)AuthorFilesLines
2002-06-12i386.md (shift patterns): Use (TARGET_SHIFT1 || optimize_size) to decide whet...Jan Hubicka1-2/+0
2002-06-10cfgrtl.c (create_basic_block_structure): Remove index argument and use last_b...Roger Sayle1-1/+1
2002-06-04sched-int.h (struct deps): New field libcall_block_tail_insn.Jeff Law1-1/+4
2002-06-04Tue Jun 4 19:29:42 CEST 2002 Jan Hubicka <jh@suse.cz>Jan Hubicka1-19/+6
2002-05-29Revert this patch:Jeff Law1-4/+1
2002-05-29haifa-sched.c (schedule_block): Do not count USE and CLOBBER insns against th...Jeff Law1-1/+4
2002-05-28sched-deps.c (sched_analyze): Do not clear SCHED_GROUP_P.David Edelsohn1-0/+2
2002-05-27basic-block.h (last_basic_block): Defined as synonym for n_basic_blocks.Zdenek Dvorak1-1/+1
2002-05-23bb-reorder.c (make_reorder_chain, [...]): Use FOR_EACH_BB macros to iterate o...Zdenek Dvorak1-14/+15
2002-05-16Revert "Basic block renumbering removal", and two followup patches.Richard Henderson1-16/+15
2002-05-16Basic block renumbering removal.Zdenek Dvorak1-15/+16
2002-05-03haifa-sched.c (rank_for_schedule): Revert 2002-05-02 change, no longer needed.David S. Miller1-11/+6
2002-05-03Delete cycle display scheduling hook.David S. Miller1-4/+0
2002-05-02haifa-sched.c (schedule_insn): Print table of instructions and reservations.Jan Hubicka1-21/+20
2002-05-02haifa-sched.c (rank_for_schedule): Skip past last_scheduled_insn emitted by c...Richard Henderson1-6/+11
2002-04-292002-04-29 Vladimir Makarov <vmakarov@redhat.com>Vladimir Makarov1-106/+565
2002-02-28haifa-sched.c (sched_emit_insn): New.Richard Henderson1-12/+20
2002-01-18bitmap.h: Fix comment formatting.Kazu Hirata1-3/+3
2001-12-30cfglayout.c (scope_def, [...]): Remove.Richard Henderson1-56/+18
2001-12-27haifa-sched.c (reemit_other_notes): New.Richard Henderson1-18/+56
2001-10-28ChangeLog.0, [...]: Fix spelling errors.Joseph Myers1-1/+1
2001-10-11alias.c: Remove uses of "register" specifier in declarations of arguments and...Stan Shebs1-3/+3
2001-09-16basic-block.h (free_bb_for_insn): Declare.Jan Hubicka1-1/+5
2001-09-14Fix typo in FSF copyright statementNick Clifton1-2/+2
2001-08-30rtl.def: Undo my patch commited 2001-08-27.Vladimir Makarov1-539/+100
2001-08-27rtl.def (DEFINE_CPU_UNIT, [...]): New RTL constructions.Vladimir Makarov1-100/+539
2001-08-22Makefile.in, [...]: replace "GNU CC" with "GCC".Lars Brinkhoff1-9/+9
2001-08-18haifa-sched.c: Convert to target hooks.Zack Weinberg1-46/+43
2001-08-07calls.c (expand_call): Do not emit INSN_SETJMP note.Jan Hubicka1-12/+4
2001-08-07alias.c (nonlocal_mentioned_p): Rename CONST_CALL_P to CONST_OR_PURE_CALL_PJan Hubicka1-1/+1
2001-06-26i386.md (float_truncate splitter, [...]): Add reload_completted; fix operand ...Jan Hubicka1-2/+0
2001-03-22mkconfig.sh: Include insn-flags.h.Richard Henderson1-1/+0
2001-03-01Avoid exponential runtimeBernd Schmidt1-17/+22
2001-01-12haifa-sched.c (restore_line_notes): Remove argument block B since it's unused.Andreas Jaeger1-4/+3
2000-12-21haifa-sched.c (schedule_block): Provide empty source statement if not MD_SCHE...Robert Lipe1-0/+1
2000-12-20Support scheduling across extended basic blocksBernd Schmidt1-1/+2
2000-12-19More scheduler infrastructure.Bernd Schmidt1-37/+59
2000-12-15* haifa-sched.c (sched_init): Don't put a note in front of any BARRIER.J"orn Rennecke1-4/+2
2000-12-03Move the region scheduling code out of haifa-sched.c.Bernd Schmidt1-3181/+41
2000-12-03Move dependency code out of haifa-sched.cBernd Schmidt1-1470/+3
2000-12-03Move scheduling visualization code to separate file.Bernd Schmidt1-900/+17
2000-12-03Try to separate region-specific code from generic parts in the scheuler.Bernd Schmidt1-321/+429
2000-12-02Haifa cleanup, part 1Bernd Schmidt1-204/+273
2000-11-27Prettier visualization of COND_EXECsBernd Schmidt1-3/+13
2000-11-25haifa-sched.c (sched_analyze_1, [...]): Revert 2000-11-22 change.Richard Henderson1-3/+11
2000-11-24Treat ready list as a (for now, semi-)abstract datatype. Lose max_priority.Bernd Schmidt1-57/+128
2000-11-22haifa-sched.c (sched_analyze_1): Don't special-case calls for clobbering regi...Richard Henderson1-11/+3
2000-11-14Michael Matz <matzmich@cs.tu-berlin.de>Michael Matz1-4/+2
2000-11-07alias.c [...] (init_alias_analysis, [...]): Use memset () instead of bzero ().Joseph Myers1-5/+5
2000-10-19Fix ICE on lex output file reported by Andreas Schwab.Jim Wilson1-13/+33