aboutsummaryrefslogtreecommitdiff
path: root/gcc/sched-ebb.c
AgeCommit message (Expand)AuthorFilesLines
2013-01-10Update copyright years in gcc/Richard Sandiford1-3/+1
2012-10-08sched-int.h (schedule_block): Adjust declaration.Bernd Schmidt1-1/+1
2012-06-17cfglayout.h: Remove.Steven Bosscher1-1/+0
2012-05-31output.h (__gcc_host_wide_int__): Move to hwint.h.Steven Bosscher1-1/+0
2011-11-30re PR rtl-optimization/48721 (ICE: verify_flow_info failed: missing barrier a...Jakub Jelinek1-2/+7
2011-10-21reg-notes.def (DEP_CONTROL): New.Bernd Schmidt1-20/+11
2011-09-30sched-ebb.c (schedule_ebb): No longer static.Bernd Schmidt1-49/+72
2011-08-05re PR rtl-optimization/49900 (ICE in advance_target_bb, at sched-ebb.c:691)Bernd Schmidt1-0/+3
2011-07-15revert: re PR rtl-optimization/11320 (Scheduler bug)Bernd Schmidt1-14/+4
2011-07-13haifa-sched.c: Include "hashtab.h"Bernd Schmidt1-70/+97
2011-04-01sched-ebb.c (begin_schedule_ready): Remove second argument.Bernd Schmidt1-2/+8
2011-04-01* sched-ebb.c (schedule_ebbs): Honor the BB_DISABLE_SCHEDULE flag.Bernd Schmidt1-2/+7
2011-02-02re PR debug/47498 (-fcompare-debug failure with -fsched2-use-superblocks)Alexandre Oliva1-2/+2
2011-01-31revert: re PR debug/45136 (-fcompare-debug failure with -Os -fschedule-insns)Alexandre Oliva1-2/+2
2011-01-25re PR debug/45136 (-fcompare-debug failure with -Os -fschedule-insns)Alexandre Oliva1-2/+2
2010-11-30diagnostic-core.h: Include bversion.h.Joseph Myers1-3/+1
2010-10-21basic-block.h (single_succ_edge): Use gcc_checking_assert.Nathan Froyd1-9/+7
2010-10-21basic-block.h (find_fallthru_edge): Define.Nathan Froyd1-8/+2
2010-07-08toplev.h: Do not include diagnostic-core.h.Manuel López-Ibáñez1-0/+1
2010-05-27sched-ebb.c: Rename struct deps to struct deps_desc.Jan Hubicka1-1/+1
2009-11-25Remove trailing white spaces.H.J. Lu1-8/+8
2009-11-13sched-deps.c (init_deps): New parameter lazy_reg_last.Andrey Belevantsev1-1/+1
2009-09-02invoke.texi (-fvar-tracking-assignments): New.Alexandre Oliva1-2/+2
2009-07-09haifa-sched.c (insn_finishes_cycle_p): New static function.Maxim Kuvyrkov1-0/+1
2009-02-20Update Copyright years for files modified in 2008 and/or 2009.Jakub Jelinek1-1/+1
2008-09-01sel-sched.h, [...]: New files.Andrey Belevantsev1-69/+72
2008-07-16recog.c (validate_change_1, [...]): Avoid C++ keywords.Kaveh R. Ghazi1-3/+3
2008-06-26ra.h (add_neighbor): Fix -Wc++-compat and/or -Wcast-qual warnings.Kaveh R. Ghazi1-3/+3
2007-10-17sched-ebb.c: Surround code with '#ifdef INSN_SCHEDULING'.Maxim Kuvyrkov1-0/+4
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