aboutsummaryrefslogtreecommitdiff
path: root/gcc/sched-int.h
AgeCommit message (Expand)AuthorFilesLines
2014-11-14timevar.def (TV_SCHED_FUSION): New time var.Bin Cheng1-0/+8
2014-10-27ggcplug.c: Shuffle includes to include gcc-plugin.h earlier.Andrew MacLeod1-1/+0
2014-10-24Improve scheduler dumps of ready listMaxim Kuvyrkov1-0/+3
2014-09-15deps_start_bb takes an insnDavid Malcolm1-1/+1
2014-09-05Use rtx_insn for more scheduler things, plus CONST_CAST_RTX_INSNDavid Malcolm1-3/+4
2014-09-05Return type of get_ready_elementDavid Malcolm1-1/+1
2014-08-28Work towards NEXT_INSN/PREV_INSN requiring insns as their paramsDavid Malcolm1-3/+3
2014-08-27Use rtx_expr_list in various placesDavid Malcolm1-2/+2
2014-08-27Use rtx_insn_list in various placesDavid Malcolm1-15/+15
2014-08-27Use rtx_insn for various target.def hooksDavid Malcolm1-1/+1
2014-08-26Remove DF_REF_INSN scaffoldingDavid Malcolm1-1/+1
2014-08-26Various scheduling strengtheningsDavid Malcolm1-6/+6
2014-08-26Remove DEP_PRO/CON scaffoldingDavid Malcolm1-10/+8
2014-08-26insn_t becomes an rtx_insn *David Malcolm1-5/+5
2014-08-25Eliminate BB_NOTE_LIST scaffoldingDavid Malcolm1-1/+1
2014-08-25Strengthen haifa_sched_info callbacks and 3 scheduler hooksDavid Malcolm1-30/+30
2014-08-25struct haifa_sched_info: prev_head and next_tailDavid Malcolm1-1/+1
2014-08-22sched-ebb.c: Use rtx_insn (requires touching sched-int.h and config/c6x/c6x.c)David Malcolm1-1/+1
2014-08-22get_ebb_head_tail works with rtx_insnDavid Malcolm1-1/+2
2014-08-19bb_note returns a rtx_note *David Malcolm1-1/+1
2014-08-19DEP_PRO/DEP_CON scaffoldingDavid Malcolm1-2/+4
2014-05-24* sched-int.h (sd_iterator_cond): Manually tail recurse.Jan Hubicka1-21/+24
2014-05-22Cleanup and improve multipass_dfa_lookahead_guardMaxim Kuvyrkov1-1/+1
2014-05-22Remove IA64 speculation tweaking flagsMaxim Kuvyrkov1-3/+1
2014-02-18re PR rtl-optimization/58960 (ICE in bmp_iter_set_init)Andrey Belevantsev1-0/+1
2014-02-05re PR debug/52727 (internal compiler error at dwarf2cfi.c2:685)Richard Henderson1-0/+3
2014-01-02Update copyright years in gcc/Richard Sandiford1-1/+1
2013-12-10cgraph.h (cgraph_node_set_iterator, [...]): Remove typedef.Oleg Endo1-3/+2
2013-12-09Eliminate BASIC_BLOCK macro.David Malcolm1-2/+3
2013-11-21Reword comments that mention ENTRY_BLOCK_PTR and EXIT_BLOCK_PTR macrosDavid Malcolm1-1/+1
2013-11-19Eliminate ENTRY_BLOCK_PTR and EXIT_BLOCK_PTR macrosDavid Malcolm1-2/+3
2013-11-06tree-pass.h (make_pass_live_range_shrinkage): New external.Vladimir Makarov1-0/+2
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