aboutsummaryrefslogtreecommitdiff
path: root/gcc/modulo-sched.c
AgeCommit message (Expand)AuthorFilesLines
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
2005-07-05Makefile.in: Adjust dependencies.Paolo Bonzini1-1/+65
2005-06-25Update FSF address.Kelley Cook1-2/+2
2005-06-07sbitmap.h (sbitmap_iterator, [...]): New.Kazu Hirata1-12/+16
2005-06-02modulo-sched.c (doloop_register_get): Protect against doloop_end not defined.Richard Henderson1-1/+5
2005-06-02> 2005-06-02 Steven Bosscher <stevenb@suse.de> > Mostafa Hagog...Steven Bosscher1-64/+21
2005-06-01re PR rtl-optimization/21138 (wrong code in sixtrack for -fmodulo-sched)Mostafa Hagog1-0/+1
2005-05-29cgraphunit.c, [...]: Fix typos and follow spelling conventions in error/dump ...Kazu Hirata1-1/+1
2005-04-28modulo-sched.c, [...]: Use targetm.foo instead of (*targetm.foo).Kazu Hirata1-7/+7
2005-04-21alias.c (true_dependence): Remove 'abort' from comments.Nathan Sidwell1-4/+2
2005-04-17* modulo-sched.c (CFG_HOOKS): Remove.Kazu Hirata1-2/+0
2005-04-03cfghooks.c, [...]: Fix comment typos.Kazu Hirata1-5/+5
2005-04-03cfg.c (clear_bb_flags): Don't clear BB_DISABLE_SCHEDULE.Mostafa Hagog1-321/+666
2005-04-01cgraphunit.c, [...]: Fix comment typos.Kazu Hirata1-1/+1
2005-03-21Fix PR middle-end/20177 and add test case.Mostafa Hagog1-10/+28
2005-03-11basic-block.h (single_succ_p, [...]): New inline functions.Zdenek Dvorak1-1/+1
2005-03-08c-semantics.c, [...]: Update copyright.Kazu Hirata1-1/+1
2005-03-08diagnostic.h: Remove unused prototype debug_output_buffer.Kazu Hirata1-2/+0
2004-11-30sbitmap.c (sbitmap_any_common_bits): New function.Jeff Law1-8/+2
2004-11-22bitmap.h (struct bitmap_obstack): New obstack type.Nathan Sidwell1-1/+0
2004-11-08modulo-sched.c (create_partial_schedule, [...]): Make them static.Kazu Hirata1-13/+13
2004-10-22alias.c, [...]: Fix comment formatting.Kazu Hirata1-1/+1
2004-09-28backport: basic-block.h: Include vec.h, errors.h.Ben Elliston1-24/+21
2004-09-10Revert 2004-09-09 Giovanni Bajo <giovannibajo@gcc.gnu.org>Nathan Sidwell1-8/+8
2004-09-10lambda-mat.c (lambda_matrix_inverse_hard): Use gcc_assert and gcc_unreachable...Giovanni Bajo1-8/+8
2004-09-05c-common.c, [...]: Fix comment typos.Kazu Hirata1-2/+2
2004-08-24basic-block.h (struct basic_block_def): Reorder fields to eliminate interior ...Zack Weinberg1-2/+1
2004-08-18insn-notes.def, [...]: New files.Zack Weinberg1-1/+1