aboutsummaryrefslogtreecommitdiff
path: root/gcc/sched-rgn.c
AgeCommit message (Expand)Author
2017-02-06sched: Do not move expensive insns speculatively (PR68664)Segher Boessenkool
2017-01-01 Update copyright years.Jakub Jelinek
2016-10-13Move MEMMODEL_* from coretypes.h to memmodel.hThomas Preud'homme
2016-08-12 PR c/7652Marek Polacek
2016-07-26use auto_sbitmap in various placesTrevor Saunders
2016-01-04 Update copyright years.Jakub Jelinek
2015-11-09[sched] Dump dependency graph to a dot fileJeff Law
2015-10-302015-10-30 Andrew MacLeod <amacleod@redhat.com>Andrew Macleod
2015-10-292015-10-29 Andrew MacLeod <amacleod@redhat.com>Andrew Macleod
2015-08-19remove more useless typedefsTrevor Saunders
2015-07-082015-07-07 Andrew MacLeod <amacleod@redhat.com>Andrew Macleod
2015-06-172015-06-17 Andrew MacLeod <amacleod@redhat.com>Andrew Macleod
2015-06-172015-06-17 Andrew MacLeod <amacleod@redhat.com>Andrew Macleod
2015-06-082015-06-08 Andrew MacLeod <amacleod@redhat.com>Andrew Macleod
2015-06-042015-06-04 Andrew MacLeod <amacleod@redhat.com>Andrew Macleod
2015-05-19gcc/Richard Sandiford
2015-05-19gcc/Richard Sandiford
2015-05-02make several functions in the scheduler take rtx_insn *Trevor Saunders
2015-04-22make some HAVE_cc0 code always compiledTrevor Saunders
2015-04-22always define HAVE_cc0Trevor Saunders
2015-01-05 Update copyright years.Jakub Jelinek
2014-11-14 * timevar.def (TV_SCHED_FUSION): New time var.Bin Cheng
2014-10-272014-10-27 Andrew MacLeod <amacleod@redhat.com>Andrew Macleod
2014-10-202014-10-20 Andrew MacLeod <amacleod@redhat.com>Andrew Macleod
2014-10-162014-10-16 Andrew MacLeod <amacleod@redhat.com>Andrew Macleod
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-26Various scheduling strengtheningsDavid Malcolm
2014-08-25Strengthen haifa_sched_info callbacks and 3 scheduler hooksDavid Malcolm
2014-08-22sched-rgn.c: Use rtx_insn in a couple of placesDavid Malcolm
2014-08-22get_ebb_head_tail works with rtx_insnDavid Malcolm
2014-07-09remove has_executeTrevor Saunders
2014-05-062014-05-06 Richard Biener <rguenther@suse.de>Richard Biener
2014-04-17pass cfun to pass::executeTrevor Saunders
2014-04-17pass current function to opt_pass::gate ()Trevor Saunders
2014-04-17remove has_gateTrevor Saunders
2014-02-24gcc/Andrey Belevantsev
2014-02-18 PR rtl-optimization/58960Andrey Belevantsev
2014-01-02Update copyright years in gcc/Richard Sandiford
2013-12-09Eliminate FOR_ALL_BB macro.David Malcolm
2013-12-09Eliminate FOR_EACH_BB macro.David Malcolm
2013-12-09Eliminate last_basic_block macro.David Malcolm
2013-12-09Eliminate BASIC_BLOCK macro.David Malcolm
2013-11-19Eliminate ENTRY_BLOCK_PTR and EXIT_BLOCK_PTR macrosDavid Malcolm
2013-11-19Eliminate n_edges macroDavid Malcolm
2013-11-19Eliminate n_basic_blocks macroDavid Malcolm
2013-11-062013-11-06 Vladimir Makarov <vmakarov@redhat.com>Vladimir Makarov
2013-11-042013-11-04 Wei Mi <wmi@google.com>Wei Mi
2013-09-28gcc/Richard Sandiford