]> git.ipfire.org Git - thirdparty/gcc.git/history - gcc/modulo-sched.c
2015-06-17 Andrew MacLeod <amacleod@redhat.com>
[thirdparty/gcc.git] / gcc / modulo-sched.c
2015-06-17  amacleod2015-06-17 Andrew MacLeod <amacleod@redhat.com>
2015-06-08  amacleod2015-06-08 Andrew MacLeod <amacleod@redhat.com>
2015-06-04  amacleod2015-06-04 Andrew MacLeod <amacleod@redhat.com>
2015-05-20  miyukiPromote types of RTL expressions to more derived ones.
2015-05-09  jason * bitmap.c, c/c-aux-info.c, cfg.c, cfghooks.c, cgraph.c,
2015-05-02  tbsaundechange local vars to rtx_insn *
2015-01-15  prathamesh34922015-10-15 Prathamesh Kulkarni <prathamesh.kulkarni...
2015-01-09  prathamesh34922015-01-09 Michael Collison <michael.collison@linaro...
2015-01-05  jakub Update copyright years.
2014-11-01  amacleod2014-11-01 Andrew MacLeod <amacleod@redhat,com>
2014-10-27  amacleod2014-10-27 Andrew MacLeod <amacleod@redhat.com>
2014-10-21  amacleod2014-10-21 Andrew MacLeod <amacleod@redhat.com>
2014-10-20  amacleod2014-10-20 Andrew MacLeod <amacleod@redhat.com>
2014-10-16  amacleod2014-10-16 Andrew MacLeod <amacleod@redhat.com>
2014-09-09  dmalcolmsingle_set takes an insn
2014-08-28  dmalcolmWork towards NEXT_INSN/PREV_INSN requiring insns as...
2014-08-26  dmalcolmStrengthen various insn emission functions
2014-08-25  dmalcolmStrengthen haifa_sched_info callbacks and 3 scheduler...
2014-08-22  dmalcolmmodulo-sched.c: Use rtx_insn in various places
2014-08-22  dmalcolmget_ebb_head_tail works with rtx_insn
2014-07-09  tbsaunderemove has_execute
2014-06-06  ebotcazou * rtl.h (insn_location): Declare.
2014-05-26  rguenth2014-05-23 Richard Biener <rguenther@suse.de>
2014-05-06  mrsMerge in trunk.
2014-05-06  rguenth2014-05-06 Richard Biener <rguenther@suse.de>
2014-04-22  rsandifoMerge from trunk.
2014-04-17  tbsaundepass cfun to pass::execute
2014-04-17  tbsaundepass current function to opt_pass::gate ()
2014-04-17  tbsaunderemove has_gate
2014-01-13  mrsMerge in trunk.
2014-01-06  law2014-01-02 Felix Yang <fei.yang0953@gmail.com>
2014-01-03  mrsMerge in trunk.
2014-01-02  rsandifoUpdate copyright years in gcc/
2013-12-13  mrsMerge in trunk.
2013-12-09  dmalcolmEliminate FOR_EACH_BB macro.
2013-11-24  steven PR bootstrap/59279
2013-11-24  steven * jump.c (reset_insn_reg_label_operand_notes): New...
2013-11-20  rsandifoMerge from trunk.
2013-11-19  dmalcolmEliminate ENTRY_BLOCK_PTR and EXIT_BLOCK_PTR macros
2013-11-19  rguenth2013-11-19 Richard Biener <rguenther@suse.de>
2013-10-20  mrsMerge in trunk.
2013-09-28  rsandifogcc/
2013-09-20  mrsMerge in trunk.
2013-09-09  rsandifogcc/
2013-09-09  rsandifogcc/
2013-08-05  dmalcolmAutomated conversion of passes to C++ classes
2013-04-30  rguenth2013-04-30 Richard Biener <rguenther@suse.de>
2013-04-10  rguenth2013-04-10 Richard Biener <rguenther@suse.de>
2013-01-10  rsandifoUpdate copyright years in gcc/
2012-11-18  dnovilloThis patch rewrites the old VEC macro-based interface...
2012-11-01  crowlThis patch renames sbitmap iterators to unify them...
2012-11-01  crowlThis patch normalizes more bitmap function names.
2012-11-01  singhai2012-11-01 Sharad Singhai <singhai@google.com>
2012-10-30  crowlThis patch implements the unification of the *bitmap...
2012-09-19  dehaoIntegrate lexical block into source_location.
2012-08-16  rguenth2012-08-16 Richard Guenther <rguenther@suse.de>
2012-08-15  dnovilloMerge from cxx-conversion branch (http://gcc.gnu.org...
2012-07-16  stevengcc/
2012-06-17  steven2012-06-17 Steven Bosscher <steven@gcc.gnu.org>
2012-05-29  jsm28 * LANGUAGES: Fix typos.
2012-02-04  jakub PR rtl-optimization/52095
2011-12-13  revitaleSMS: Add missing free operation in mark_loop_unsched
2011-10-30  revitaleFix marking of SMSed loops as BB_DISABLE_SCHEDULE
2011-10-11  rsandifogcc/
2011-10-10  rsandifogcc/
2011-10-10  rsandifogcc/
2011-10-10  rsandifogcc/
2011-10-10  rsandifogcc/
2011-09-30  revitaleSMS: Support instructions with REG_INC_NOTE
2011-09-30  revitaleSMS: Avoid generating redundant reg-moves
2011-09-13  revitaleSMS: Minor misc. fixes
2011-08-08  rsandifogcc/
2011-08-08  rsandifogcc/
2011-08-03  revitaleOptimize stage count
2011-07-31  revitaleSMS: Misc. fixes
2011-07-15  bernds Revert
2011-07-13  bernds * haifa-sched.c: Include "hashtab.h"
2011-06-16  revitaleSMS: Fix calculation of row_rest_count
2011-06-14  davidxldumping cleanup phase 1 -- Removing TODO_dump_func
2011-05-16  revitaleFix condition in doloop_register_get
2011-05-11  revitaleSupport closing_branch_deps
2011-05-11  revitaleSkip DEBUG_INSNs while recognizing doloop
2011-05-11  revitaleDoloop pattern for ARM
2011-04-17  revitaleNew flag to apply SMS when SC equals 1
2011-04-17  revitaleAvoid unfreed memory when SMS fails
2011-04-01  bernds * sched-ebb.c (begin_schedule_ready): Remove second...
2011-02-14  ebotcazou PR tree-optimization/46494
2010-11-30  jsm28 * diagnostic-core.h: Include bversion.h.
2010-07-08  manu2010-07-08 Manuel López-Ibáñez <manu@gcc.gnu.org>
2010-05-22  stevengcc/ChangeLog:
2009-11-25  hjlRemove trailing white spaces.
2009-09-02  aolivagcc/ChangeLog:
2009-07-16  meibf2009-07-16 Bingfeng Mei <bmei@broadcom.com>
2009-07-09  mkuvyrkov * haifa-sched.c (insn_finishes_cycle_p): New static...
2009-06-22  paolo2009-06-22 Shujing Zhao <pearly.zhao@oracle.com>
2009-03-31  revitaleSMS - Pass the actual schedulable rows to compute_split_row
2008-09-01  abel2008-08-31 Andrey Belevantsev <abel@ispras.ru>
2008-06-06  rwildgcc/
2008-03-19  hubicka * gcc.dg/20050811-2.c: Update dumping flags.
2008-02-25  revitaleSMS: Revisit order of insns within a row
next