aboutsummaryrefslogtreecommitdiff
path: root/gcc/sched-ebb.c
AgeCommit message (Expand)AuthorFilesLines
2005-06-25Update FSF address.Kelley Cook1-2/+2
2005-06-16basic-block.h (rtl_bb_info): Break out head_, end_, global_live_at_start, glo...Jan Hubicka1-2/+2
2004-12-04PR middle end/18718Alan Modra1-5/+1
2004-11-22bitmap.h (struct bitmap_obstack): New obstack type.Nathan Sidwell1-1/+0
2004-10-29bitmap.h (bitmap_empty_p): New.Nathan Sidwell1-4/+2
2004-09-28backport: basic-block.h: Include vec.h, errors.h.Ben Elliston1-5/+10
2004-09-09ra-build.c (copy_insn_p, [...]): Use gcc_assert and gcc_unreachable instead o...Nathan Sidwell1-4/+2
2004-07-09alias.c (nonlocal_mentioned_p, [...]): Use, LABEL_P, JUMP_P, CALL_P, NONJUMP_...Jerry Quinn1-9/+9
2004-02-08* schedule-ebb.c (schedule_ebbs): Do not allocate reg life data.Jan Hubicka1-1/+0
2004-01-21alias.c, [...]: Update copyright.Kazu Hirata1-1/+1
2004-01-06alias.c: Fix comment typos.Kazu Hirata1-1/+1
2003-12-11basic-block.h (BLOCK_HEAD, BLOCK_END): Remove.Steven Bosscher1-15/+15
2003-10-11Makefile.in (web.o): New.Jan Hubicka1-1/+9
2003-10-07sched-int.h (sched_info): New field sched_max_insns_priority.Dorit Naishlos1-1/+1
2003-07-15re PR rtl-optimization/11320 (Scheduler bug)Eric Botcazou1-9/+18
2003-07-06sbitmap.c: Convert prototypes to ISO C90.Andreas Jaeger1-51/+35
2003-07-05bt-load.c: Fix comment typos.Kazu Hirata1-2/+2
2003-07-01basic-block.h: Fix comment typos.Kazu Hirata1-4/+4
2003-05-07sched-ebb.c (schedule_ebb): Supply the correct starting block number to save_...Richard Henderson1-1/+1
2003-02-25sched-ebb.c (add_deps_for_risky_insns): Add the dependence when there is no s...Vladimir Makarov1-4/+6
2003-02-25sched-int.h (INSN_TRAP_CLASS, [...]): Move them from sched-rgn.c.Vladimir Makarov1-0/+136
2003-02-11* sched-ebb.c (schedule_ebbs): Do not verify_flow_info.Jan Hubicka1-4/+0
2003-02-06i386.c (x86_inter_unit_moves): New variable.Jan Hubicka1-18/+165
2003-01-28haifa-sched.c (schedule_insn): Return necessary cycle advance after issuing t...Vladimir Makarov1-10/+2
2003-01-17haifa-sched.c (move_insn): Restore moving all schedule group.Vladimir Makarov1-2/+9
2003-01-092003-01-09 Vladimir Makarov <vmakarov@redhat.com>Vladimir Makarov1-8/+5
2002-12-16Merge basic-improvements-branch to trunkZack Weinberg1-0/+2
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