summaryrefslogtreecommitdiff
path: root/gcc/sched-ebb.c
Commit message (Expand)AuthorAgeFilesLines
* * schedule-ebb.c (schedule_ebbs): Do not allocate reg life data.Jan Hubicka2004-02-081-1/+0
* alias.c, [...]: Update copyright.Kazu Hirata2004-01-211-1/+1
* alias.c: Fix comment typos.Kazu Hirata2004-01-061-1/+1
* basic-block.h (BLOCK_HEAD, BLOCK_END): Remove.Steven Bosscher2003-12-111-15/+15
* Makefile.in (web.o): New.Jan Hubicka2003-10-111-1/+9
* sched-int.h (sched_info): New field sched_max_insns_priority.Dorit Naishlos2003-10-071-1/+1
* re PR rtl-optimization/11320 (Scheduler bug)Eric Botcazou2003-07-151-9/+18
* sbitmap.c: Convert prototypes to ISO C90.Andreas Jaeger2003-07-061-51/+35
* bt-load.c: Fix comment typos.Kazu Hirata2003-07-051-2/+2
* basic-block.h: Fix comment typos.Kazu Hirata2003-07-011-4/+4
* sched-ebb.c (schedule_ebb): Supply the correct starting block number to save_...Richard Henderson2003-05-071-1/+1
* sched-ebb.c (add_deps_for_risky_insns): Add the dependence when there is no s...Vladimir Makarov2003-02-251-4/+6
* sched-int.h (INSN_TRAP_CLASS, [...]): Move them from sched-rgn.c.Vladimir Makarov2003-02-251-0/+136
* * sched-ebb.c (schedule_ebbs): Do not verify_flow_info.Jan Hubicka2003-02-111-4/+0
* i386.c (x86_inter_unit_moves): New variable.Jan Hubicka2003-02-061-18/+165
* haifa-sched.c (schedule_insn): Return necessary cycle advance after issuing t...Vladimir Makarov2003-01-281-10/+2
* haifa-sched.c (move_insn): Restore moving all schedule group.Vladimir Makarov2003-01-171-2/+9
* 2003-01-09 Vladimir Makarov <vmakarov@redhat.com>Vladimir Makarov2003-01-091-8/+5
* Merge basic-improvements-branch to trunkZack Weinberg2002-12-161-0/+2
* sched-ebb.c (init_ready_list): Check INSN_P first.Vladimir Makarov2002-06-171-1/+1
* cfgrtl.c (create_basic_block_structure): Remove index argument and use last_b...Roger Sayle2002-06-101-1/+1
* loop.c (emit_prefetch_instructions): Properly place the address computation.Jan Hubicka2002-06-021-4/+0
* bb-reorder.c (make_reorder_chain, [...]): Use FOR_EACH_BB macros to iterate o...Zdenek Dvorak2002-05-231-9/+8
* bb-reorder.c (make_reorder_chain_1): Modified.Zdenek Dvorak2002-05-211-2/+2
* Revert "Basic block renumbering removal", and two followup patches.Richard Henderson2002-05-161-10/+11
* Basic block renumbering removal.Zdenek Dvorak2002-05-161-11/+10
* sbitmap.c: Fix formatting.Kazu Hirata2002-05-091-2/+2
* haifa-sched.c (schedule_insn): Print table of instructions and reservations.Jan Hubicka2002-05-021-3/+3
* cfglayout.c (scope_def, [...]): Remove.Richard Henderson2001-12-301-3/+4
* haifa-sched.c (reemit_other_notes): New.Richard Henderson2001-12-271-0/+4
* Fix typo in FSF copyright statementNick Clifton2001-09-141-2/+2
* Makefile.in, [...]: replace "GNU CC" with "GCC".Lars Brinkhoff2001-08-221-9/+9
* Use cselib for alias analysis in sched_ebbBernd Schmidt2001-08-081-1/+1
* calls.c (expand_call): Do not emit INSN_SETJMP note.Jan Hubicka2001-08-071-12/+4
* haifa-sched.c (restore_line_notes): Remove argument block B since it's unused.Andreas Jaeger2001-01-121-2/+2
* Support scheduling across extended basic blocksBernd Schmidt2000-12-201-0/+365