aboutsummaryrefslogtreecommitdiff
path: root/gcc/modulo-sched.c
AgeCommit message (Expand)AuthorFilesLines
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
2006-03-16target.h (struct spec_info_def): New opaque declaration.Maxim Kuvyrkov1-11/+9
2006-03-16ddg.c (build_intra_loop_deps): Adjust add_forward_dependence call.Maxim Kuvyrkov1-1/+3
2006-03-02tree-vrp.c (execute_vrp): Return value.Daniel Berlin1-1/+2
2006-02-15re PR rtl-optimization/26184 (memory leaks in swing modulo scheduling function)Uttam Pawar1-0/+6
2006-02-06tree-vrp.c (execute_vrp): Do not pass dump argument to.Zdenek Dvorak1-69/+63
2006-02-05tree-vrp.c (cfg_loops): Removed.Zdenek Dvorak1-40/+3
2006-01-31tree-vrp.c: Use XNEW/XCNEW allocation wrappers.Marcin Dalecki1-6/+5
2006-01-28modulo-sched.c (create_partial_schedule, [...]): Make them static.Kazu Hirata1-6/+9
2006-01-18modulo-sched.c (sms_schedule): Make it static.Kazu Hirata1-1/+1
2006-01-11df.h (DF_SCAN, [...]): New macros.Daniel Berlin1-7/+8
2005-08-24bb-reorder.c (copy_bb, [...]): Add argument to duplicate_block.Zdenek Dvorak1-1/+2
2005-07-19bt-load.c (link_btr_uses): Fix uninitialised warnings.Ben Elliston1-4/+4