aboutsummaryrefslogtreecommitdiff
path: root/gcc/sched-ebb.c
AgeCommit message (Expand)AuthorFilesLines
2002-06-17sched-ebb.c (init_ready_list): Check INSN_P first.Vladimir Makarov1-1/+1
2002-06-10cfgrtl.c (create_basic_block_structure): Remove index argument and use last_b...Roger Sayle1-1/+1
2002-06-02loop.c (emit_prefetch_instructions): Properly place the address computation.Jan Hubicka1-4/+0
2002-05-23bb-reorder.c (make_reorder_chain, [...]): Use FOR_EACH_BB macros to iterate o...Zdenek Dvorak1-9/+8
2002-05-21bb-reorder.c (make_reorder_chain_1): Modified.Zdenek Dvorak1-2/+2
2002-05-16Revert "Basic block renumbering removal", and two followup patches.Richard Henderson1-10/+11
2002-05-16Basic block renumbering removal.Zdenek Dvorak1-11/+10
2002-05-09sbitmap.c: Fix formatting.Kazu Hirata1-2/+2
2002-05-02haifa-sched.c (schedule_insn): Print table of instructions and reservations.Jan Hubicka1-3/+3
2001-12-30cfglayout.c (scope_def, [...]): Remove.Richard Henderson1-3/+4
2001-12-27haifa-sched.c (reemit_other_notes): New.Richard Henderson1-0/+4
2001-09-14Fix typo in FSF copyright statementNick Clifton1-2/+2
2001-08-22Makefile.in, [...]: replace "GNU CC" with "GCC".Lars Brinkhoff1-9/+9
2001-08-08Use cselib for alias analysis in sched_ebbBernd Schmidt1-1/+1
2001-08-07calls.c (expand_call): Do not emit INSN_SETJMP note.Jan Hubicka1-12/+4
2001-01-12haifa-sched.c (restore_line_notes): Remove argument block B since it's unused.Andreas Jaeger1-2/+2
2000-12-20Support scheduling across extended basic blocksBernd Schmidt1-0/+365