aboutsummaryrefslogtreecommitdiff
path: root/gcc/haifa-sched.c
AgeCommit message (Expand)AuthorFilesLines
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
2000-10-06haifa-sched.c (schedule_insns): Fix typo in freeing forward_dependency_cache.Vladimir Makarov1-1/+1
2000-10-06haifa-sched.c (anti_dependency_cache, [...]): New variables.Vladimir Makarov1-33/+128
2000-09-12* haifa-sched.c: Fix formatting.Kazu Hirata1-118/+83
2000-08-04alias.c (mark_constant_function): Use INSN_P.Rodney Brown1-20/+15
2000-07-28cse.c (canon_hash): Handle PRE_MODIFY/POST_MODIFY.Richard Henderson1-0/+8
2000-06-13flow.c (insn_dead_p): Keep sets to PIC_OFFSET_TABLE_REGNUM alive before reload.Richard Henderson1-91/+116
2000-05-19cse.c (cse_basic_block): Only call find_reg_note if REG_NOTES not 0.Richard Kenner1-1/+1
2000-05-04haifa-sched.c (schedule_insns): Free the flow edge list when it is no longer ...Jeffrey A Law1-0/+3
2000-04-30flow.c (struct reg_cond_life_info): New.Richard Henderson1-1/+6
2000-04-21rtl.c: Use NOTE_INSN_REPEATED_LINE_NUMBER and NOTE_INSN_RANGE_BEG.Richard Kenner1-4/+5
2000-04-20Fix copuyright noticeRichard Kenner1-16/+16
2000-04-15toplev.c (display_help): Prefix "f" to "sched-verbose=".David Edelsohn1-4/+4
2000-04-10Add missing blankRichard Kenner1-1/+1
2000-04-07rtl.def (COND_EXEC): New.Richard Henderson1-3/+27
2000-03-05basic-block.h (ALLOCA_REG_SET): Remove.Mark Mitchell1-2/+4
2000-02-26Fix copyrights.Jeff Law1-1/+2