aboutsummaryrefslogtreecommitdiff
path: root/gcc/modulo-sched.c
AgeCommit message (Expand)Author
2013-01-10Update copyright years in gcc/Richard Sandiford
2012-11-18This patch rewrites the old VEC macro-based interface into a new oneDiego Novillo
2012-11-01This patch renames sbitmap iterators to unify them with the bitmap iterators.Lawrence Crowl
2012-11-01This patch normalizes more bitmap function names.Lawrence Crowl
2012-11-012012-11-01 Sharad Singhai <singhai@google.com>Sharad Singhai
2012-10-30This patch implements the unification of the *bitmap interfaces as discussed.Lawrence Crowl
2012-09-19Integrate lexical block into source_location.Dehao Chen
2012-08-162012-08-16 Richard Guenther <rguenther@suse.de>Richard Guenther
2012-08-15Merge from cxx-conversion branch (http://gcc.gnu.org/wiki/cxx-conversion).Diego Novillo
2012-07-16gcc/Steven Bosscher
2012-06-172012-06-17 Steven Bosscher <steven@gcc.gnu.org>Steven Bosscher
2012-05-29 * LANGUAGES: Fix typos.Joseph Myers
2012-02-04 PR rtl-optimization/52095Jakub Jelinek
2011-12-13SMS: Add missing free operation in mark_loop_unschedRevital Eres
2011-10-30Fix marking of SMSed loops as BB_DISABLE_SCHEDULERevital Eres
2011-10-11gcc/Richard Sandiford
2011-10-10gcc/Richard Sandiford
2011-10-10gcc/Richard Sandiford
2011-10-10gcc/Richard Sandiford
2011-10-10gcc/Richard Sandiford
2011-09-30SMS: Support instructions with REG_INC_NOTERevital Eres
2011-09-30SMS: Avoid generating redundant reg-movesRevital Eres
2011-09-13SMS: Minor misc. fixesRevital Eres
2011-08-08gcc/Richard Sandiford
2011-08-08gcc/Richard Sandiford
2011-08-03Optimize stage countRevital Eres
2011-07-31SMS: Misc. fixesRevital Eres
2011-07-15 RevertEric Botcazou
2011-07-13 * haifa-sched.c: Include "hashtab.h"Bernd Schmidt
2011-06-16SMS: Fix calculation of row_rest_countRevital Eres
2011-06-14dumping cleanup phase 1 -- Removing TODO_dump_funcDavid Li
2011-05-16Fix condition in doloop_register_getRevital Eres
2011-05-11Support closing_branch_depsRevital Eres
2011-05-11Skip DEBUG_INSNs while recognizing doloopRevital Eres
2011-05-11Doloop pattern for ARMRevital Eres
2011-04-17New flag to apply SMS when SC equals 1Revital Eres
2011-04-17Avoid unfreed memory when SMS failsRevital Eres
2011-04-01 * sched-ebb.c (begin_schedule_ready): Remove second argument.Bernd Schmidt
2011-02-14 PR tree-optimization/46494Eric Botcazou
2010-11-30 * diagnostic-core.h: Include bversion.h.Joseph Myers
2010-07-082010-07-08 Manuel López-Ibáñez <manu@gcc.gnu.org>Manuel López-Ibáñez
2010-05-22gcc/ChangeLog:Steven Bosscher
2009-11-25Remove trailing white spaces.H.J. Lu
2009-09-02gcc/ChangeLog:Alexandre Oliva
2009-07-162009-07-16 Bingfeng Mei <bmei@broadcom.com>Bingfeng Mei
2009-07-09 * haifa-sched.c (insn_finishes_cycle_p): New static function.Maxim Kuvyrkov
2009-06-222009-06-22 Shujing Zhao <pearly.zhao@oracle.com>Shujing Zhao
2009-03-31SMS - Pass the actual schedulable rows to compute_split_rowAyal Zaks
2008-09-012008-08-31 Andrey Belevantsev <abel@ispras.ru>Andrey Belevantsev
2008-06-06gcc/Ralf Wildenhues