aboutsummaryrefslogtreecommitdiff
path: root/gcc/sched-int.h
AgeCommit message (Expand)Author
2016-03-15gcc/abel
2016-02-11 * cgraph.c: Spelling fixes - behaviour -> behavior andjakub
2016-01-04 Update copyright years.jakub
2015-11-09[sched] Dump dependency graph to a dot filelaw
2015-10-19[haifa-sched] model load/store multiples properly in autoprefetcher schedulingktkachov
2015-09-14 * c-common.c (warn_for_sign_compare): Cast to unsigned when shiftingmpolacek
2015-07-082015-07-07 Andrew MacLeod <amacleod@redhat.com>amacleod
2015-05-09more rtx_insn * in sched-deps.ctbsaunde
2015-05-02make several functions in the scheduler take rtx_insn *tbsaunde
2015-02-19Fix PR64935mkuvyrkov
2015-02-01Fix scheduling undeterminism from sorting with DEBUG_INSNsmkuvyrkov
2015-01-17Model cache auto-prefetcher in schedulermkuvyrkov
2015-01-05 Update copyright years.jakub
2014-11-14 * timevar.def (TV_SCHED_FUSION): New time var.amker
2014-10-272014-10-27 Andrew MacLeod <amacleod@redhat.com>amacleod
2014-10-24Improve scheduler dumps of ready listmkuvyrkov
2014-09-15deps_start_bb takes an insndmalcolm
2014-09-05Use rtx_insn for more scheduler things, plus CONST_CAST_RTX_INSNdmalcolm
2014-09-05Return type of get_ready_elementdmalcolm
2014-08-28Work towards NEXT_INSN/PREV_INSN requiring insns as their paramsdmalcolm
2014-08-27Use rtx_expr_list in various placesdmalcolm
2014-08-27Use rtx_insn_list in various placesdmalcolm
2014-08-27Use rtx_insn for various target.def hooksdmalcolm
2014-08-26Remove DF_REF_INSN scaffoldingdmalcolm
2014-08-26Various scheduling strengtheningsdmalcolm
2014-08-26Remove DEP_PRO/CON scaffoldingdmalcolm
2014-08-26insn_t becomes an rtx_insn *dmalcolm
2014-08-25Eliminate BB_NOTE_LIST scaffoldingdmalcolm
2014-08-25Strengthen haifa_sched_info callbacks and 3 scheduler hooksdmalcolm
2014-08-25struct haifa_sched_info: prev_head and next_taildmalcolm
2014-08-22sched-ebb.c: Use rtx_insn (requires touching sched-int.h and config/c6x/c6x.c)dmalcolm
2014-08-22get_ebb_head_tail works with rtx_insndmalcolm
2014-08-19bb_note returns a rtx_note *dmalcolm
2014-08-19DEP_PRO/DEP_CON scaffoldingdmalcolm
2014-05-24 * sched-int.h (sd_iterator_cond): Manually tail recurse.hubicka
2014-05-22Cleanup and improve multipass_dfa_lookahead_guardmkuvyrkov
2014-05-22Remove IA64 speculation tweaking flagsmkuvyrkov
2014-02-18 PR rtl-optimization/58960abel
2014-02-05PR debug/52727rth
2014-01-02Update copyright years in gcc/rsandifo
2013-12-10 * gcc/cgraph.h (cgraph_node_set_iterator, varpool_node_set_iterator):olegendo
2013-12-09Eliminate BASIC_BLOCK macro.dmalcolm
2013-11-21Reword comments that mention ENTRY_BLOCK_PTR and EXIT_BLOCK_PTR macrosdmalcolm
2013-11-19Eliminate ENTRY_BLOCK_PTR and EXIT_BLOCK_PTR macrosdmalcolm
2013-11-062013-11-06 Vladimir Makarov <vmakarov@redhat.com>vmakarov
2013-05-25 * sched-int.h (ds_t, dw_t): Make unsigned int.steven
2013-04-13 * sched-deps.c (deps_analyze_insn): Do not check for EH_REGION insnsteven
2013-01-10Update copyright years in gcc/rsandifo
2012-11-26gcc/steven
2012-11-18This patch rewrites the old VEC macro-based interface into a new onednovillo