summaryrefslogtreecommitdiff
path: root/gcc/sched-int.h
Commit message (Expand)AuthorAgeFilesLines
* tree-core.h: Include symtab.h.Andrew MacLeod2015-07-081-4/+0
* more rtx_insn * in sched-deps.cTrevor Saunders2015-05-091-2/+2
* make several functions in the scheduler take rtx_insn *Trevor Saunders2015-05-021-1/+1
* re PR debug/64935 (compare debug failure during building of Linux kernel)Maxim Kuvyrkov2015-02-191-1/+0
* Fix scheduling undeterminism from sorting with DEBUG_INSNsMaxim Kuvyrkov2015-02-011-0/+3
* Model cache auto-prefetcher in schedulerMaxim Kuvyrkov2015-01-171-0/+34
* Update copyright years.Jakub Jelinek2015-01-051-1/+1
* timevar.def (TV_SCHED_FUSION): New time var.Bin Cheng2014-11-141-0/+8
* ggcplug.c: Shuffle includes to include gcc-plugin.h earlier.Andrew MacLeod2014-10-271-1/+0
* Improve scheduler dumps of ready listMaxim Kuvyrkov2014-10-241-0/+3
* deps_start_bb takes an insnDavid Malcolm2014-09-151-1/+1
* Use rtx_insn for more scheduler things, plus CONST_CAST_RTX_INSNDavid Malcolm2014-09-051-3/+4
* Return type of get_ready_elementDavid Malcolm2014-09-051-1/+1
* Work towards NEXT_INSN/PREV_INSN requiring insns as their paramsDavid Malcolm2014-08-281-3/+3
* Use rtx_expr_list in various placesDavid Malcolm2014-08-271-2/+2
* Use rtx_insn_list in various placesDavid Malcolm2014-08-271-15/+15
* Use rtx_insn for various target.def hooksDavid Malcolm2014-08-271-1/+1
* Remove DF_REF_INSN scaffoldingDavid Malcolm2014-08-261-1/+1
* Various scheduling strengtheningsDavid Malcolm2014-08-261-6/+6
* Remove DEP_PRO/CON scaffoldingDavid Malcolm2014-08-261-10/+8
* insn_t becomes an rtx_insn *David Malcolm2014-08-261-5/+5
* Eliminate BB_NOTE_LIST scaffoldingDavid Malcolm2014-08-251-1/+1
* Strengthen haifa_sched_info callbacks and 3 scheduler hooksDavid Malcolm2014-08-251-30/+30
* struct haifa_sched_info: prev_head and next_tailDavid Malcolm2014-08-251-1/+1
* sched-ebb.c: Use rtx_insn (requires touching sched-int.h and config/c6x/c6x.c)David Malcolm2014-08-221-1/+1
* get_ebb_head_tail works with rtx_insnDavid Malcolm2014-08-221-1/+2
* bb_note returns a rtx_note *David Malcolm2014-08-191-1/+1
* DEP_PRO/DEP_CON scaffoldingDavid Malcolm2014-08-191-2/+4
* * sched-int.h (sd_iterator_cond): Manually tail recurse.Jan Hubicka2014-05-241-21/+24
* Cleanup and improve multipass_dfa_lookahead_guardMaxim Kuvyrkov2014-05-221-1/+1
* Remove IA64 speculation tweaking flagsMaxim Kuvyrkov2014-05-221-3/+1
* re PR rtl-optimization/58960 (ICE in bmp_iter_set_init)Andrey Belevantsev2014-02-181-0/+1
* re PR debug/52727 (internal compiler error at dwarf2cfi.c2:685)Richard Henderson2014-02-051-0/+3
* Update copyright years in gcc/Richard Sandiford2014-01-021-1/+1
* cgraph.h (cgraph_node_set_iterator, [...]): Remove typedef.Oleg Endo2013-12-101-3/+2
* Eliminate BASIC_BLOCK macro.David Malcolm2013-12-091-2/+3
* Reword comments that mention ENTRY_BLOCK_PTR and EXIT_BLOCK_PTR macrosDavid Malcolm2013-11-211-1/+1
* Eliminate ENTRY_BLOCK_PTR and EXIT_BLOCK_PTR macrosDavid Malcolm2013-11-191-2/+3
* tree-pass.h (make_pass_live_range_shrinkage): New external.Vladimir Makarov2013-11-061-0/+2
* sched-int.h (ds_t, dw_t): Make unsigned int.Steven Bosscher2013-05-251-34/+68
* sched-deps.c (deps_analyze_insn): Do not check for EH_REGION insn notes, they...Steven Bosscher2013-04-131-2/+2
* Update copyright years in gcc/Richard Sandiford2013-01-101-3/+1
* invoke.texi: Remove -dv documentation.Steven Bosscher2012-11-261-6/+0
* This patch rewrites the old VEC macro-based interface into a new one based on...Diego Novillo2012-11-171-21/+12
* sched-int.h (schedule_block): Adjust declaration.Bernd Schmidt2012-10-081-1/+1
* dbgcnt.def (sched_breakdep): New counter.Bernd Schmidt2012-09-191-9/+41
* backport: As described in http://gcc.gnu.org/ml/gcc/2012-08/msg00015.html...Diego Novillo2012-08-141-3/+3
* invoke.texi (sched-pressure-algorithm): Document new --param.Richard Sandiford2012-06-061-0/+8
* sched-int.h (_haifa_insn_data): Move priority_status.Richard Sandiford2012-04-261-5/+7
* common.opt (fsched-pressure-algorithm=): New option.Richard Sandiford2012-04-261-1/+1