aboutsummaryrefslogtreecommitdiff
path: root/gcc/sched-ebb.c
AgeCommit message (Expand)Author
2018-01-03 Update copyright years.Jakub Jelinek
2017-11-03 * asan.c (create_cond_insert_point): Maintain profile.Jan Hubicka
2017-06-29 * asan.c (asan_emit_stack_protection): Update.Jan Hubicka
2017-06-08 * cgraph.c (cgraph_edge::maybe_hot_p): Do not checkJan Hubicka
2017-01-01 Update copyright years.Jakub Jelinek
2016-02-11 * cgraph.c: Spelling fixes - behaviour -> behavior andJakub Jelinek
2016-01-04 Update copyright years.Jakub Jelinek
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-07-102015-07-10 Andrew MacLeod <amacleod@redhat.com>Andrew Macleod
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-082015-06-08 Andrew MacLeod <amacleod@redhat.com>Andrew Macleod
2015-06-06gcc/Richard Sandiford
2015-06-042015-06-04 Andrew MacLeod <amacleod@redhat.com>Andrew Macleod
2015-01-05 Update copyright years.Jakub Jelinek
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-26Various scheduling strengtheningsDavid Malcolm
2014-08-25Strengthen haifa_sched_info callbacks and 3 scheduler hooksDavid Malcolm
2014-08-22sched-ebb.c: Use rtx_insn (requires touching sched-int.h and config/c6x/c6x.c)David Malcolm
2014-01-02Update copyright years in gcc/Richard Sandiford
2013-12-09Eliminate FOR_EACH_BB 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_basic_blocks macroDavid Malcolm
2013-01-10Update copyright years in gcc/Richard Sandiford
2012-10-08 * sched-int.h (schedule_block): Adjust declaration.Bernd Schmidt
2012-06-172012-06-17 Steven Bosscher <steven@gcc.gnu.org>Steven Bosscher
2012-05-31 * output.h (__gcc_host_wide_int__): Move to hwint.h.Steven Bosscher
2011-11-30 PR rtl-optimization/48721Jakub Jelinek
2011-10-21 * reg-notes.def (DEP_CONTROL): New.Bernd Schmidt
2011-09-30 * sched-ebb.c (schedule_ebb): No longer static. Remove declaration.Bernd Schmidt
2011-08-05 PR rtl-optimization/49900Bernd Schmidt
2011-07-15 RevertEric Botcazou
2011-07-13 * haifa-sched.c: Include "hashtab.h"Bernd Schmidt
2011-04-01 * sched-ebb.c (begin_schedule_ready): Remove second argument.Bernd Schmidt
2011-04-01 * sched-ebb.c (schedule_ebbs): Honor the BB_DISABLE_SCHEDULE flag.Bernd Schmidt
2011-02-02gcc/ChangeLog:Alexandre Oliva
2011-01-31Reverted:Alexandre Oliva
2011-01-25PR debug/45136Alexandre Oliva
2010-11-30 * diagnostic-core.h: Include bversion.h.Joseph Myers
2010-10-21 * basic-block.h (single_succ_edge): Use gcc_checking_assert.Nathan Froyd
2010-10-21 * basic-block.h (find_fallthru_edge): Define.Nathan Froyd
2010-07-082010-07-08 Manuel López-Ibáñez <manu@gcc.gnu.org>Manuel López-Ibáñez
2010-05-27 * sched-ebb.c: Rename struct deps to struct deps_desc.Jan Hubicka
2009-11-25Remove trailing white spaces.H.J. Lu
2009-11-132009-11-13 Andrey Belevantsev <abel@ispras.ru>Andrey Belevantsev