aboutsummaryrefslogtreecommitdiff
path: root/gcc/modulo-sched.c
AgeCommit message (Expand)AuthorFilesLines
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
2007-09-05regrename.c (pass_regrename, [...]): Add RTL sharing verifier.Jan Hubicka1-1/+1
2007-09-03Change SMS behavior upon failureVladimir Yanovsky1-131/+356
2007-08-28Modulo-scheduling improvements. Patch 2 of 2Mircea Namolaru1-40/+108
2007-08-08Remove profitability checkVladimir Yanovsky1-201/+55
2007-07-31SMS: Change the ddg's constructionRevital Eres1-2/+1
2007-07-28Avoid SMS when the candidate loop contains INC instructionVladimir Yanovsky1-2/+8
2007-07-26Change copyright header to refer to version 3 of the GNU General Public Licen...Nick Clifton1-4/+3
2007-07-11toplev.c (no_new_pseudos): Deleted.Kenneth Zadeck1-3/+0
2007-07-03modulo-sched: print sccs and check itRevital Eres1-0/+3
2007-06-17re PR middle-end/32349 (ICE in df_refs_verify with -O2 -fmodulo-sched for spe...Kenneth Zadeck1-4/+6
2007-06-11Merge dataflow branch into mainlineDaniel Berlin1-29/+14
2007-05-27tree-vrp.c (execute_vrp): Do not check whether current_loops == NULL.Zdenek Dvorak1-2/+5
2007-05-11tree-loop-linear.c (gather_interchange_stats, [...]): Use loop_depth and loop...Zdenek Dvorak1-1/+1
2007-02-01alias.c (init_alias_analysis): Correct whitespace.Roger Sayle1-7/+8