aboutsummaryrefslogtreecommitdiff
path: root/gcc/sched-int.h
AgeCommit message (Expand)AuthorFilesLines
2019-01-01Update copyright years.Jakub Jelinek1-1/+1
2018-01-03Update copyright years.Jakub Jelinek1-1/+1
2017-10-24Cleanup autopref schedulingWilco Dijkstra1-9/+2
2017-10-04Revert r253399:Wilco Dijkstra1-2/+9
2017-10-04Fix PR82396: qsort comparator non-negative on sorted outputWilco Dijkstra1-9/+2
2017-09-21Rename existing insn_cost to insn_sched_costSegher Boessenkool1-1/+1
2017-01-01Update copyright years.Jakub Jelinek1-1/+1
2016-10-28sched: Do not mix prologue and epilogue insnsSegher Boessenkool1-0/+11
2016-09-15re PR rtl-optimization/77425 (Pointer test follows dereference in sched-int.h)Jakub Jelinek1-3/+4
2016-03-15re PR target/64411 (ICE: in verify_target_availability, at sel-sched.c:1577 w...Andrey Belevantsev1-0/+1
2016-02-12cgraph.c: Spelling fixes - behaviour -> behavior and neighbour -> neighbor.Jakub Jelinek1-1/+1
2016-01-04Update copyright years.Jakub Jelinek1-1/+1
2015-11-09[sched] Dump dependency graph to a dot fileNikolai Bozhenov1-0/+3
2015-10-19[haifa-sched] model load/store multiples properly in autoprefetcher schedulingKyrylo Tkachov1-2/+11
2015-09-14c-common.c (warn_for_sign_compare): Cast to unsigned when shifting a negative...Marek Polacek1-1/+1
2015-07-08tree-core.h: Include symtab.h.Andrew MacLeod1-4/+0
2015-05-09more rtx_insn * in sched-deps.cTrevor Saunders1-2/+2
2015-05-02make several functions in the scheduler take rtx_insn *Trevor Saunders1-1/+1
2015-02-19re PR debug/64935 (compare debug failure during building of Linux kernel)Maxim Kuvyrkov1-1/+0
2015-02-01Fix scheduling undeterminism from sorting with DEBUG_INSNsMaxim Kuvyrkov1-0/+3
2015-01-17Model cache auto-prefetcher in schedulerMaxim Kuvyrkov1-0/+34
2015-01-05Update copyright years.Jakub Jelinek1-1/+1
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