aboutsummaryrefslogtreecommitdiff
path: root/gcc/modulo-sched.c
AgeCommit message (Expand)AuthorFilesLines
2011-12-13SMS: Add missing free operation in mark_loop_unschedRevital Eres1-0/+2
2011-10-30Fix marking of SMSed loops as BB_DISABLE_SCHEDULERevital Eres1-2/+20
2011-10-11modulo-sched.c: Fix comment typo.Richard Sandiford1-2/+6
2011-10-10modulo-sched.c (ps_reg_move_info): Add num_consecutive_stages.Richard Sandiford1-116/+271
2011-10-10modulo-sched.c (ps_insn): Adjust comment.Richard Sandiford1-119/+205
2011-10-10modulo-sched.c (ps_insn): Replace node field with an identifier.Richard Sandiford1-147/+148
2011-10-10modulo-sched.c (undo_replace_buff_elem): Delete.Richard Sandiford1-49/+2
2011-09-30SMS: Support instructions with REG_INC_NOTERevital Eres1-6/+5
2011-09-30SMS: Avoid generating redundant reg-movesRevital Eres1-1/+16
2011-09-13SMS: Minor misc. fixesRevital Eres1-15/+10
2011-08-08modulo-sched.c (get_sched_window): Use a table for the debug output.Richard Sandiford1-48/+46
2011-08-08modulo-sched.c (get_sched_window): Use just one loop for predecessors and one...Richard Sandiford1-188/+99
2011-08-03Optimize stage countRevital Eres1-57/+287
2011-07-31SMS: Misc. fixesRevital Eres1-11/+17
2011-07-15revert: re PR rtl-optimization/11320 (Scheduler bug)Bernd Schmidt1-3/+1
2011-07-13haifa-sched.c: Include "hashtab.h"Bernd Schmidt1-0/+1
2011-06-16SMS: Fix calculation of row_rest_countRevital Eres1-22/+45
2011-06-14dumping cleanup phase 1 -- Removing TODO_dump_funcDavid Li1-3/+1
2011-05-16Fix condition in doloop_register_getRevital Eres1-1/+1
2011-05-11Support closing_branch_depsRevital Eres1-56/+126
2011-05-11Skip DEBUG_INSNs while recognizing doloopRevital Eres1-2/+2
2011-05-11Doloop pattern for ARMRevital Eres1-4/+7
2011-04-17New flag to apply SMS when SC equals 1Revital Eres1-3/+4
2011-04-17Avoid unfreed memory when SMS failsRevital Eres1-1/+0
2011-04-01sched-ebb.c (begin_schedule_ready): Remove second argument.Bernd Schmidt1-2/+2
2011-02-14re PR tree-optimization/46494 (ICE: verify_flow_info failed when casting-out ...Eric Botcazou1-3/+5
2010-11-30diagnostic-core.h: Include bversion.h.Joseph Myers1-3/+1
2010-07-08toplev.h: Do not include diagnostic-core.h.Manuel López-Ibáñez1-0/+1
2010-05-22coretypes.h (struct simple_bitmap_def, [...]): New core types.Steven Bosscher1-0/+1
2009-11-25Remove trailing white spaces.H.J. Lu1-30/+30
2009-09-02invoke.texi (-fvar-tracking-assignments): New.Alexandre Oliva1-7/+7
2009-07-16modulo-sched.c (sms_schedule): stage_count <= 1 as correct comparison to skip...Bingfeng Mei1-2/+4
2009-07-09haifa-sched.c (insn_finishes_cycle_p): New static function.Maxim Kuvyrkov1-0/+1
2009-06-22alias.c: Use REG_P...Shujing Zhao1-1/+1
2009-03-31SMS - Pass the actual schedulable rows to compute_split_rowAyal Zaks1-2/+5
2008-09-01sel-sched.h, [...]: New files.Andrey Belevantsev1-25/+30
2008-06-06cgraph.c: Fix typos in comments.Ralf Wildenhues1-5/+5
2008-03-19re PR other/35094 (RTL dump file letters hosed and partly undocumented)Jan Hubicka1-3/+5
2008-02-25SMS: Revisit order of insns within a rowAyal Zaks1-14/+33
2008-02-19SMS: Minor misc fixesRevital Eres1-6/+6
2008-01-18modulo-sched.c (get_sched_window): Fix comment typo.Bernhard Fischer1-1/+1
2007-12-19Fix generation of reg-movesRevital Eres1-2/+46
2007-12-02Fix the direction of the scheduling window & Fix scheduling order within a rowRevital Eres1-51/+171
2007-11-07modulo-sched.c (sms_order_nodes, [...]): Fix prototypes.Dmitry Zhurikhin1-14/+14
2007-10-29SMS: Add use-def chain problemRevital Eres1-1/+1
2007-10-14fixed-bit.c, [...]: Fix comment typos.Kazu Hirata1-1/+1
2007-10-10SMS: Add dump infoRevital Eres1-13/+61
2007-09-23Minor cosmetic change Ayal Zaks1-15/+12
2007-09-10New target hook to calculate MIITrevor Smigiel1-0/+3
2007-09-09Use new debug counterRevital Eres1-3/+3