aboutsummaryrefslogtreecommitdiff
path: root/gcc/modulo-sched.c
AgeCommit message (Expand)AuthorFilesLines
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
2007-01-31cfgloop.h: Include vec-prim.h.Zdenek Dvorak1-1/+1
2007-01-12loop.texi: Document recording of loop exits.Zdenek Dvorak1-1/+1
2007-01-03loop-unswitch.c (unswitch_loop): Pass probabilities to loopify.Zdenek Dvorak1-2/+10
2006-12-10tree-vrp.c (adjust_range_with_scev): Use get_chrec_loop.Zdenek Dvorak1-13/+7
2006-11-29haifa-sched.c: Remove define LINE_NOTE(INSN).Tehila Meyzels1-0/+12
2006-11-25tree-vrp.c (execute_vrp): Do not pass loops structure through arguments.Zdenek Dvorak1-2/+1
2006-11-21tree-loop-linear.c (linear_transform_loops): Use single_exit accessor functions.Zdenek Dvorak1-10/+10
2006-11-17tree-vrp.c (execute_vrp): Do not update current_loops.Zdenek Dvorak1-19/+18
2006-11-11tree-pass.h (pass_purge_lineno_notes): Remove declaration.Jan Hubicka1-49/+0
2006-05-23re PR rtl-optimization/26375 (Swing modulo scheduling results in ICE)Kenneth Zadeck1-1/+4
2006-05-19re PR rtl-optimization/26855 (ICE in add_deps_for_def with -fmodulo-sched -ma...Daniel Berlin1-3/+3