aboutsummaryrefslogtreecommitdiff
path: root/gcc/sched-int.h
AgeCommit message (Expand)AuthorFilesLines
2013-05-25sched-int.h (ds_t, dw_t): Make unsigned int.Steven Bosscher1-34/+68
2013-04-13sched-deps.c (deps_analyze_insn): Do not check for EH_REGION insn notes, they...Steven Bosscher1-2/+2
2013-01-10Update copyright years in gcc/Richard Sandiford1-3/+1
2012-11-26invoke.texi: Remove -dv documentation.Steven Bosscher1-6/+0
2012-11-17This patch rewrites the old VEC macro-based interface into a new one based on...Diego Novillo1-21/+12
2012-10-08sched-int.h (schedule_block): Adjust declaration.Bernd Schmidt1-1/+1
2012-09-19dbgcnt.def (sched_breakdep): New counter.Bernd Schmidt1-9/+41
2012-08-14backport: As described in http://gcc.gnu.org/ml/gcc/2012-08/msg00015.html...Diego Novillo1-3/+3
2012-06-06invoke.texi (sched-pressure-algorithm): Document new --param.Richard Sandiford1-0/+8
2012-04-26sched-int.h (_haifa_insn_data): Move priority_status.Richard Sandiford1-5/+7
2012-04-26common.opt (fsched-pressure-algorithm=): New option.Richard Sandiford1-1/+1
2012-01-09sched-int.h (bb_note): Move to...Richard Sandiford1-1/+0
2011-10-21reg-notes.def (DEP_CONTROL): New.Bernd Schmidt1-7/+34
2011-09-30sched-ebb.c (schedule_ebb): No longer static.Bernd Schmidt1-0/+5
2011-09-30haifa-sched.c (modulo_ii, [...]): New static variables.Bernd Schmidt1-2/+4
2011-08-12re PR rtl-optimization/49994 (ICE: in maybe_record_trace_start, at dwarf2cfi....Richard Henderson1-0/+3
2011-08-11sched-deps.c (sched_get_condition_with_rev): Rename to ...Sergey Grechanik1-1/+1
2011-07-15revert: re PR rtl-optimization/11320 (Scheduler bug)Bernd Schmidt1-5/+2
2011-07-13haifa-sched.c: Include "hashtab.h"Bernd Schmidt1-1/+30
2011-07-13sched-int.h (struct _dep): Add member cost.Bernd Schmidt1-0/+6
2011-05-27sched-int.h (struct _haifa_deps_insn_data): New members cond and reverse_cond.Bernd Schmidt1-0/+13
2011-05-27haifa-sched.c (sched_scan_info): Remove.Bernd Schmidt1-29/+5
2011-04-08re PR rtl-optimization/48272 (internal compiler error: in setup_insn_reg_pres...Andrey Belevantsev1-0/+1
2011-04-01sched-ebb.c (begin_schedule_ready): Remove second argument.Bernd Schmidt1-4/+9
2011-03-29[multiple changes]Vladimir Makarov1-5/+5
2011-03-28re PR bootstrap/48307 (Bootstrap failure)Vladimir Makarov1-5/+5
2011-03-27[multiple changes]Vladimir Makarov1-5/+5
2011-02-02re PR debug/47498 (-fcompare-debug failure with -fsched2-use-superblocks)Alexandre Oliva1-17/+0
2011-01-31revert: re PR debug/45136 (-fcompare-debug failure with -Os -fschedule-insns)Alexandre Oliva1-0/+17
2011-01-25re PR debug/45136 (-fcompare-debug failure with -Os -fschedule-insns)Alexandre Oliva1-17/+0
2010-11-02Model decoder of Core 2/i7 for multipass scheduling.Maxim Kuvyrkov1-1/+1
2010-10-21basic-block.h (find_fallthru_edge): Define.Nathan Froyd1-1/+1
2010-09-09Dispatch scheduling for AMD Bulldozer processors.Reza Yazdani1-0/+9
2010-05-27sched-ebb.c: Rename struct deps to struct deps_desc.Jan Hubicka1-10/+10
2010-04-02Make-lang.in, [...]: Update copyright years.Steven Bosscher1-1/+1
2010-01-03postreload-gcse.c (insert_expr_in_table): Replace BLOCK_NUM with BLOCK_FOR_INSN.Steven Bosscher1-0/+5
2009-11-25Remove trailing white spaces.H.J. Lu1-9/+9
2009-11-13sched-deps.c (init_deps): New parameter lazy_reg_last.Andrey Belevantsev1-1/+2
2009-09-08re PR rtl-optimization/41239 (Scheduler reorders division by zero before a ca...Jakub Jelinek1-0/+6
2009-09-02invoke.texi (-fsched-pressure): Document it.Vladimir Makarov1-5/+84
2009-09-02invoke.texi (-fvar-tracking-assignments): New.Alexandre Oliva1-2/+25
2009-07-09haifa-sched.c (insn_finishes_cycle_p): New static function.Maxim Kuvyrkov1-0/+4
2009-05-11basic-block.h (enum profile_status): Break out of struct control_flow_graph.Ian Lance Taylor1-10/+22
2009-02-20Update Copyright years for files modified in 2008 and/or 2009.Jakub Jelinek1-1/+1
2008-09-18re PR middle-end/37499 (Scheduling pass 2 time increases by order of magnitude)Alexander Monakov1-3/+0
2008-09-05Improved branch hints, safe hints, and scheduling.Trevor Smigiel1-0/+1
2008-09-01sel-sched-dump.c: Surround with #ifdef INSN_SCHEDULING.Andrey Belevantsev1-5/+6
2008-09-01sel-sched.h, [...]: New files.Andrey Belevantsev1-83/+464
2008-08-06re PR target/35659 (Miscompiled code with -O2 (but not with -O2 -funroll-loop...Maxim Kuvyrkov1-1/+1
2008-06-17Remove libcall notes.Steven Bosscher1-6/+0