aboutsummaryrefslogtreecommitdiff
path: root/gcc/sched-rgn.c
AgeCommit message (Expand)Author
2017-02-06sched: Do not move expensive insns speculatively (PR68664)segher
2017-01-01 Update copyright years.jakub
2016-10-13Move MEMMODEL_* from coretypes.h to memmodel.hthopre01
2016-08-12 PR c/7652mpolacek
2016-07-26use auto_sbitmap in various placestbsaunde
2016-01-04 Update copyright years.jakub
2015-11-09[sched] Dump dependency graph to a dot filelaw
2015-10-302015-10-30 Andrew MacLeod <amacleod@redhat.com>amacleod
2015-10-292015-10-29 Andrew MacLeod <amacleod@redhat.com>amacleod
2015-08-19remove more useless typedefstbsaunde
2015-07-082015-07-07 Andrew MacLeod <amacleod@redhat.com>amacleod
2015-06-172015-06-17 Andrew MacLeod <amacleod@redhat.com>amacleod
2015-06-172015-06-17 Andrew MacLeod <amacleod@redhat.com>amacleod
2015-06-082015-06-08 Andrew MacLeod <amacleod@redhat.com>amacleod
2015-06-042015-06-04 Andrew MacLeod <amacleod@redhat.com>amacleod
2015-05-19gcc/rsandifo
2015-05-19gcc/rsandifo
2015-05-02make several functions in the scheduler take rtx_insn *tbsaunde
2015-04-22make some HAVE_cc0 code always compiledtbsaunde
2015-04-22always define HAVE_cc0tbsaunde
2015-01-05 Update copyright years.jakub
2014-11-14 * timevar.def (TV_SCHED_FUSION): New time var.amker
2014-10-272014-10-27 Andrew MacLeod <amacleod@redhat.com>amacleod
2014-10-202014-10-20 Andrew MacLeod <amacleod@redhat.com>amacleod
2014-10-162014-10-16 Andrew MacLeod <amacleod@redhat.com>amacleod
2014-08-28Work towards NEXT_INSN/PREV_INSN requiring insns as their paramsdmalcolm
2014-08-27Use rtx_expr_list in various placesdmalcolm
2014-08-27Use rtx_insn_list in various placesdmalcolm
2014-08-26Various scheduling strengtheningsdmalcolm
2014-08-25Strengthen haifa_sched_info callbacks and 3 scheduler hooksdmalcolm
2014-08-22sched-rgn.c: Use rtx_insn in a couple of placesdmalcolm
2014-08-22get_ebb_head_tail works with rtx_insndmalcolm
2014-07-09remove has_executetbsaunde
2014-05-062014-05-06 Richard Biener <rguenther@suse.de>rguenth
2014-04-17pass cfun to pass::executetbsaunde
2014-04-17pass current function to opt_pass::gate ()tbsaunde
2014-04-17remove has_gatetbsaunde
2014-02-24gcc/abel
2014-02-18 PR rtl-optimization/58960abel
2014-01-02Update copyright years in gcc/rsandifo
2013-12-09Eliminate FOR_ALL_BB macro.dmalcolm
2013-12-09Eliminate FOR_EACH_BB macro.dmalcolm
2013-12-09Eliminate last_basic_block macro.dmalcolm
2013-12-09Eliminate BASIC_BLOCK macro.dmalcolm
2013-11-19Eliminate ENTRY_BLOCK_PTR and EXIT_BLOCK_PTR macrosdmalcolm
2013-11-19Eliminate n_edges macrodmalcolm
2013-11-19Eliminate n_basic_blocks macrodmalcolm
2013-11-062013-11-06 Vladimir Makarov <vmakarov@redhat.com>vmakarov
2013-11-042013-11-04 Wei Mi <wmi@google.com>wmi
2013-09-28gcc/rsandifo