aboutsummaryrefslogtreecommitdiff
path: root/gcc/sched-int.h
AgeCommit message (Expand)Author
2017-01-01 Update copyright years.Jakub Jelinek
2016-10-28sched: Do not mix prologue and epilogue insnsSegher Boessenkool
2016-09-15 PR rtl-optimization/77425Jakub Jelinek
2016-03-15gcc/Andrey Belevantsev
2016-02-11 * cgraph.c: Spelling fixes - behaviour -> behavior andJakub Jelinek
2016-01-04 Update copyright years.Jakub Jelinek
2015-11-09[sched] Dump dependency graph to a dot fileJeff Law
2015-10-19[haifa-sched] model load/store multiples properly in autoprefetcher schedulingKyrylo Tkachov
2015-09-14 * c-common.c (warn_for_sign_compare): Cast to unsigned when shiftingMarek Polacek
2015-07-082015-07-07 Andrew MacLeod <amacleod@redhat.com>Andrew Macleod
2015-05-09more rtx_insn * in sched-deps.cTrevor Saunders
2015-05-02make several functions in the scheduler take rtx_insn *Trevor Saunders
2015-02-19Fix PR64935Maxim Kuvyrkov
2015-02-01Fix scheduling undeterminism from sorting with DEBUG_INSNsMaxim Kuvyrkov
2015-01-17Model cache auto-prefetcher in schedulerMaxim Kuvyrkov
2015-01-05 Update copyright years.Jakub Jelinek
2014-11-14 * timevar.def (TV_SCHED_FUSION): New time var.Bin Cheng
2014-10-272014-10-27 Andrew MacLeod <amacleod@redhat.com>Andrew Macleod
2014-10-24Improve scheduler dumps of ready listMaxim Kuvyrkov
2014-09-15deps_start_bb takes an insnDavid Malcolm
2014-09-05Use rtx_insn for more scheduler things, plus CONST_CAST_RTX_INSNDavid Malcolm
2014-09-05Return type of get_ready_elementDavid Malcolm
2014-08-28Work towards NEXT_INSN/PREV_INSN requiring insns as their paramsDavid Malcolm
2014-08-27Use rtx_expr_list in various placesDavid Malcolm
2014-08-27Use rtx_insn_list in various placesDavid Malcolm
2014-08-27Use rtx_insn for various target.def hooksDavid Malcolm
2014-08-26Remove DF_REF_INSN scaffoldingDavid Malcolm
2014-08-26Various scheduling strengtheningsDavid Malcolm
2014-08-26Remove DEP_PRO/CON scaffoldingDavid Malcolm
2014-08-26insn_t becomes an rtx_insn *David Malcolm
2014-08-25Eliminate BB_NOTE_LIST scaffoldingDavid Malcolm
2014-08-25Strengthen haifa_sched_info callbacks and 3 scheduler hooksDavid Malcolm
2014-08-25struct haifa_sched_info: prev_head and next_tailDavid Malcolm
2014-08-22sched-ebb.c: Use rtx_insn (requires touching sched-int.h and config/c6x/c6x.c)David Malcolm
2014-08-22get_ebb_head_tail works with rtx_insnDavid Malcolm
2014-08-19bb_note returns a rtx_note *David Malcolm
2014-08-19DEP_PRO/DEP_CON scaffoldingDavid Malcolm
2014-05-24 * sched-int.h (sd_iterator_cond): Manually tail recurse.Jan Hubicka
2014-05-22Cleanup and improve multipass_dfa_lookahead_guardMaxim Kuvyrkov
2014-05-22Remove IA64 speculation tweaking flagsMaxim Kuvyrkov
2014-02-18 PR rtl-optimization/58960Andrey Belevantsev
2014-02-05PR debug/52727Richard Henderson
2014-01-02Update copyright years in gcc/Richard Sandiford
2013-12-10 * gcc/cgraph.h (cgraph_node_set_iterator, varpool_node_set_iterator):Oleg Endo
2013-12-09Eliminate BASIC_BLOCK macro.David Malcolm
2013-11-21Reword comments that mention ENTRY_BLOCK_PTR and EXIT_BLOCK_PTR macrosDavid Malcolm
2013-11-19Eliminate ENTRY_BLOCK_PTR and EXIT_BLOCK_PTR macrosDavid Malcolm
2013-11-062013-11-06 Vladimir Makarov <vmakarov@redhat.com>Vladimir Makarov
2013-05-25 * sched-int.h (ds_t, dw_t): Make unsigned int.Steven Bosscher
2013-04-13 * sched-deps.c (deps_analyze_insn): Do not check for EH_REGION insnSteven Bosscher