summaryrefslogtreecommitdiff
path: root/gcc/modulo-sched.c
Commit message (Expand)AuthorAgeFilesLines
* re PR rtl-optimization/52095 (ICE compiling gcc.dg/sms-7.c: SEGV in fprintf)Jakub Jelinek2012-02-041-28/+40
* SMS: Add missing free operation in mark_loop_unschedRevital Eres2011-12-131-0/+2
* Fix marking of SMSed loops as BB_DISABLE_SCHEDULERevital Eres2011-10-301-2/+20
* modulo-sched.c: Fix comment typo.Richard Sandiford2011-10-111-2/+6
* modulo-sched.c (ps_reg_move_info): Add num_consecutive_stages.Richard Sandiford2011-10-101-116/+271
* modulo-sched.c (ps_insn): Adjust comment.Richard Sandiford2011-10-101-119/+205
* modulo-sched.c (ps_insn): Replace node field with an identifier.Richard Sandiford2011-10-101-147/+148
* modulo-sched.c (undo_replace_buff_elem): Delete.Richard Sandiford2011-10-101-49/+2
* SMS: Support instructions with REG_INC_NOTERevital Eres2011-09-301-6/+5
* SMS: Avoid generating redundant reg-movesRevital Eres2011-09-301-1/+16
* SMS: Minor misc. fixesRevital Eres2011-09-131-15/+10
* modulo-sched.c (get_sched_window): Use a table for the debug output.Richard Sandiford2011-08-081-48/+46
* modulo-sched.c (get_sched_window): Use just one loop for predecessors and one...Richard Sandiford2011-08-081-188/+99
* Optimize stage countRevital Eres2011-08-031-57/+287
* SMS: Misc. fixesRevital Eres2011-07-311-11/+17
* revert: re PR rtl-optimization/11320 (Scheduler bug)Bernd Schmidt2011-07-151-3/+1
* haifa-sched.c: Include "hashtab.h"Bernd Schmidt2011-07-131-0/+1
* SMS: Fix calculation of row_rest_countRevital Eres2011-06-161-22/+45
* dumping cleanup phase 1 -- Removing TODO_dump_funcDavid Li2011-06-141-3/+1
* Fix condition in doloop_register_getRevital Eres2011-05-161-1/+1
* Support closing_branch_depsRevital Eres2011-05-111-56/+126
* Skip DEBUG_INSNs while recognizing doloopRevital Eres2011-05-111-2/+2
* Doloop pattern for ARMRevital Eres2011-05-111-4/+7
* New flag to apply SMS when SC equals 1Revital Eres2011-04-171-3/+4
* Avoid unfreed memory when SMS failsRevital Eres2011-04-171-1/+0
* sched-ebb.c (begin_schedule_ready): Remove second argument.Bernd Schmidt2011-04-011-2/+2
* re PR tree-optimization/46494 (ICE: verify_flow_info failed when casting-out ...Eric Botcazou2011-02-141-3/+5
* diagnostic-core.h: Include bversion.h.Joseph Myers2010-11-301-3/+1
* toplev.h: Do not include diagnostic-core.h.Manuel López-Ibáñez2010-07-081-0/+1
* coretypes.h (struct simple_bitmap_def, [...]): New core types.Steven Bosscher2010-05-221-0/+1
* Remove trailing white spaces.H.J. Lu2009-11-251-30/+30
* invoke.texi (-fvar-tracking-assignments): New.Alexandre Oliva2009-09-021-7/+7
* modulo-sched.c (sms_schedule): stage_count <= 1 as correct comparison to skip...Bingfeng Mei2009-07-161-2/+4
* haifa-sched.c (insn_finishes_cycle_p): New static function.Maxim Kuvyrkov2009-07-091-0/+1
* alias.c: Use REG_P...Shujing Zhao2009-06-221-1/+1
* SMS - Pass the actual schedulable rows to compute_split_rowAyal Zaks2009-03-311-2/+5
* sel-sched.h, [...]: New files.Andrey Belevantsev2008-09-011-25/+30
* cgraph.c: Fix typos in comments.Ralf Wildenhues2008-06-061-5/+5
* re PR other/35094 (RTL dump file letters hosed and partly undocumented)Jan Hubicka2008-03-191-3/+5
* SMS: Revisit order of insns within a rowAyal Zaks2008-02-251-14/+33
* SMS: Minor misc fixesRevital Eres2008-02-191-6/+6
* modulo-sched.c (get_sched_window): Fix comment typo.Bernhard Fischer2008-01-181-1/+1
* Fix generation of reg-movesRevital Eres2007-12-191-2/+46
* Fix the direction of the scheduling window & Fix scheduling order within a rowRevital Eres2007-12-021-51/+171
* modulo-sched.c (sms_order_nodes, [...]): Fix prototypes.Dmitry Zhurikhin2007-11-071-14/+14
* SMS: Add use-def chain problemRevital Eres2007-10-291-1/+1
* fixed-bit.c, [...]: Fix comment typos.Kazu Hirata2007-10-141-1/+1
* SMS: Add dump infoRevital Eres2007-10-101-13/+61
* Minor cosmetic change Ayal Zaks2007-09-231-15/+12
* New target hook to calculate MIITrevor Smigiel2007-09-101-0/+3