aboutsummaryrefslogtreecommitdiff
path: root/gcc/sched-int.h
AgeCommit message (Expand)AuthorFilesLines
2025-01-02Update copyright years.Jakub Jelinek1-1/+1
2024-04-04[PR114415][scheduler]: Fixing wrong code generationVladimir N. Makarov1-1/+3
2024-01-18Fix compare-debug bootstrap failure [PR113445]Maxim Kuvyrkov1-0/+2
2024-01-03Update copyright years.Jakub Jelinek1-1/+1
2023-07-05sched: Change return type of predicate functions from int to boolUros Bizjak1-9/+9
2023-02-16don't declare header-defined functions both static and inlinePatrick Palka1-4/+4
2023-01-02Update copyright years.Jakub Jelinek1-1/+1
2022-01-17Change references of .c files to .cc filesMartin Liska1-14/+14
2022-01-03Update copyright years.Jakub Jelinek1-1/+1
2021-07-20Adjust by-value function vec arguments to by-reference.Martin Sebor1-2/+2
2021-01-04Update copyright years.Jakub Jelinek1-1/+1
2020-01-16Uninitialized padding in struct _dep.Andrew Pinski1-0/+2
2020-01-01Update copyright years.Jakub Jelinek1-1/+1
2019-07-09PR c++/61339 - add mismatch between struct and class [-Wmismatched-tags] to n...Martin Sebor1-9/+9
2019-07-09PR c++/61339 - add mismatch between struct and class [-Wmismatched-tags] to n...Martin Sebor1-1/+2
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