summaryrefslogtreecommitdiff
path: root/gcc/sched-int.h
AgeCommit message (Expand)Author
2020-01-16Uninitialized padding in struct _dep.Andrew Pinski
2020-01-01Update copyright years.Jakub Jelinek
2019-07-09PR c++/61339 - add mismatch between struct and class [-Wmismatched-tags] to n...Martin Sebor
2019-07-09PR c++/61339 - add mismatch between struct and class [-Wmismatched-tags] to n...Martin Sebor
2019-01-01Update copyright years.Jakub Jelinek
2018-01-03Update copyright years.Jakub Jelinek
2017-10-24Cleanup autopref schedulingWilco Dijkstra
2017-10-04Revert r253399:Wilco Dijkstra
2017-10-04Fix PR82396: qsort comparator non-negative on sorted outputWilco Dijkstra
2017-09-21Rename existing insn_cost to insn_sched_costSegher Boessenkool
2017-01-01Update copyright years.Jakub Jelinek
2016-10-28sched: Do not mix prologue and epilogue insnsSegher Boessenkool
2016-09-15re PR rtl-optimization/77425 (Pointer test follows dereference in sched-int.h)Jakub Jelinek
2016-03-15re PR target/64411 (ICE: in verify_target_availability, at sel-sched.c:1577 w...Andrey Belevantsev
2016-02-12cgraph.c: Spelling fixes - behaviour -> behavior and neighbour -> neighbor.Jakub Jelinek
2016-01-04Update copyright years.Jakub Jelinek
2015-11-09[sched] Dump dependency graph to a dot fileNikolai Bozhenov
2015-10-19[haifa-sched] model load/store multiples properly in autoprefetcher schedulingKyrylo Tkachov
2015-09-14c-common.c (warn_for_sign_compare): Cast to unsigned when shifting a negative...Marek Polacek
2015-07-08tree-core.h: Include symtab.h.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-19re PR debug/64935 (compare debug failure during building of Linux kernel)Maxim Kuvyrkov
2015-02-01Fix scheduling undeterminism from sorting with DEBUG_INSNsMaxim Kuvyrkov
2015-01-17Model cache auto-prefetcher in schedulerMaxim Kuvyrkov
2015-01-05Update copyright years.Jakub Jelinek
2014-11-14timevar.def (TV_SCHED_FUSION): New time var.Bin Cheng
2014-10-27ggcplug.c: Shuffle includes to include gcc-plugin.h earlier.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