aboutsummaryrefslogtreecommitdiff
path: root/gcc/sched-ebb.c
AgeCommit message (Expand)AuthorFilesLines
2007-08-14sched-int.h (struct _dep): Rename field 'kind' to 'type'.Maxim Kuvyrkov1-28/+40
2007-07-26Change copyright header to refer to version 3 of the GNU General Public Licen...Nick Clifton1-4/+3
2007-06-19df.h (DF_FIRST_OPTIONAL_PROBLEM): Removed.Kenneth Zadeck1-2/+2
2007-06-11Merge dataflow branch into mainlineDaniel Berlin1-98/+15
2007-05-04sched-ebb.c (debug_ebb_dependencies): New static function.Maxim Kuvyrkov1-3/+14
2007-02-02re PR middle-end/28071 (A file that can not be compiled in reasonable time/sp...Maxim Kuvyrkov1-15/+11
2006-11-29haifa-sched.c: Remove define LINE_NOTE(INSN).Tehila Meyzels1-8/+0
2006-11-11tree-pass.h (pass_purge_lineno_notes): Remove declaration.Jan Hubicka1-4/+0
2006-10-06sched-int.h (IS_SPECULATION_CHECK_P, [...]): New macros.Maxim Kuvyrkov1-1/+1
2006-10-06re PR rtl-optimization/29128 (ICE: in move_block_after_check, at haifa-sched....Maxim Kuvyrkov1-2/+6
2006-08-17re PR rtl-optimization/28489 (ICE in move_insn, at haifa-sched.c:1968)Maxim Kuvyrkov1-4/+14
2006-03-23haifa-sched.c (choose_ready): Fix type of the local variable.Maxim Kuvyrkov1-1/+1
2006-03-16target.h (struct spec_info_def): New opaque declaration.Maxim Kuvyrkov1-174/+289
2006-03-16sched-int.h (struct haifa_insn_data): New fields: resolved_deps, inter_tick, ...Maxim Kuvyrkov1-15/+6
2006-03-16ddg.c (build_intra_loop_deps): Adjust add_forward_dependence call.Maxim Kuvyrkov1-7/+29
2006-02-06tree-vrp.c (execute_vrp): Do not pass dump argument to.Zdenek Dvorak1-4/+4
2005-12-17basic-block.h: Changed basic block numbering so that the entry block is 0 and...Daniel Berlin1-1/+1
2005-07-27re PR rtl-optimization/17808 (Scheduler overly conservative in sched-deps)Steven Bosscher1-1/+2
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