summaryrefslogtreecommitdiff
path: root/gcc/sched-int.h
Commit message (Expand)AuthorAgeFilesLines
* gcc/abel2016-03-151-0/+1
* * cgraph.c: Spelling fixes - behaviour -> behavior andjakub2016-02-111-1/+1
* Update copyright years.jakub2016-01-041-1/+1
* [sched] Dump dependency graph to a dot filelaw2015-11-091-0/+3
* [haifa-sched] model load/store multiples properly in autoprefetcher schedulingktkachov2015-10-191-2/+11
* * c-common.c (warn_for_sign_compare): Cast to unsigned when shiftingmpolacek2015-09-141-1/+1
* 2015-07-07 Andrew MacLeod <amacleod@redhat.com>amacleod2015-07-081-4/+0
* more rtx_insn * in sched-deps.ctbsaunde2015-05-091-2/+2
* make several functions in the scheduler take rtx_insn *tbsaunde2015-05-021-1/+1
* Fix PR64935mkuvyrkov2015-02-191-1/+0
* Fix scheduling undeterminism from sorting with DEBUG_INSNsmkuvyrkov2015-02-011-0/+3
* Model cache auto-prefetcher in schedulermkuvyrkov2015-01-171-0/+34
* Update copyright years.jakub2015-01-051-1/+1
* * timevar.def (TV_SCHED_FUSION): New time var.amker2014-11-141-0/+8
* 2014-10-27 Andrew MacLeod <amacleod@redhat.com>amacleod2014-10-271-1/+0
* Improve scheduler dumps of ready listmkuvyrkov2014-10-241-0/+3
* deps_start_bb takes an insndmalcolm2014-09-151-1/+1
* Use rtx_insn for more scheduler things, plus CONST_CAST_RTX_INSNdmalcolm2014-09-051-3/+4
* Return type of get_ready_elementdmalcolm2014-09-051-1/+1
* Work towards NEXT_INSN/PREV_INSN requiring insns as their paramsdmalcolm2014-08-281-3/+3
* Use rtx_expr_list in various placesdmalcolm2014-08-271-2/+2
* Use rtx_insn_list in various placesdmalcolm2014-08-271-15/+15
* Use rtx_insn for various target.def hooksdmalcolm2014-08-271-1/+1
* Remove DF_REF_INSN scaffoldingdmalcolm2014-08-261-1/+1
* Various scheduling strengtheningsdmalcolm2014-08-261-6/+6
* Remove DEP_PRO/CON scaffoldingdmalcolm2014-08-261-10/+8
* insn_t becomes an rtx_insn *dmalcolm2014-08-261-5/+5
* Eliminate BB_NOTE_LIST scaffoldingdmalcolm2014-08-251-1/+1
* Strengthen haifa_sched_info callbacks and 3 scheduler hooksdmalcolm2014-08-251-30/+30
* struct haifa_sched_info: prev_head and next_taildmalcolm2014-08-251-1/+1
* sched-ebb.c: Use rtx_insn (requires touching sched-int.h and config/c6x/c6x.c)dmalcolm2014-08-221-1/+1
* get_ebb_head_tail works with rtx_insndmalcolm2014-08-221-1/+2
* bb_note returns a rtx_note *dmalcolm2014-08-191-1/+1
* DEP_PRO/DEP_CON scaffoldingdmalcolm2014-08-191-2/+4
* * sched-int.h (sd_iterator_cond): Manually tail recurse.hubicka2014-05-241-21/+24
* Cleanup and improve multipass_dfa_lookahead_guardmkuvyrkov2014-05-221-1/+1
* Remove IA64 speculation tweaking flagsmkuvyrkov2014-05-221-3/+1
* PR rtl-optimization/58960abel2014-02-181-0/+1
* PR debug/52727rth2014-02-051-0/+3
* Update copyright years in gcc/rsandifo2014-01-021-1/+1
* * gcc/cgraph.h (cgraph_node_set_iterator, varpool_node_set_iterator):olegendo2013-12-101-3/+2
* Eliminate BASIC_BLOCK macro.dmalcolm2013-12-091-2/+3
* Reword comments that mention ENTRY_BLOCK_PTR and EXIT_BLOCK_PTR macrosdmalcolm2013-11-211-1/+1
* Eliminate ENTRY_BLOCK_PTR and EXIT_BLOCK_PTR macrosdmalcolm2013-11-191-2/+3
* 2013-11-06 Vladimir Makarov <vmakarov@redhat.com>vmakarov2013-11-061-0/+2
* * sched-int.h (ds_t, dw_t): Make unsigned int.steven2013-05-251-34/+68
* * sched-deps.c (deps_analyze_insn): Do not check for EH_REGION insnsteven2013-04-131-2/+2
* Update copyright years in gcc/rsandifo2013-01-101-3/+1
* gcc/steven2012-11-261-6/+0
* This patch rewrites the old VEC macro-based interface into a new onednovillo2012-11-181-21/+12