aboutsummaryrefslogtreecommitdiff
path: root/gcc/modulo-sched.c
AgeCommit message (Expand)AuthorFilesLines
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
2004-08-08common.opt (freschedule-modulo-scheduled-loops): New flag.Mostafa Hagog1-53/+140
2004-07-20genattr.c (struct range, [...]): Remove them.Paolo Bonzini1-21/+7
2004-07-09alias.c (nonlocal_mentioned_p, [...]): Use, LABEL_P, JUMP_P, CALL_P, NONJUMP_...Jerry Quinn1-8/+8
2004-07-02ifcvt.c, [...]: Fix comment typos.Kazu Hirata1-2/+2
2004-06-30Conditionally compile support for --enable-mapped_location.Per Bothner1-4/+12
2004-06-26c-typeck.c, [...]: Fix comment typos.Kazu Hirata1-5/+5
2004-06-08modulo-sched.c: Compile only when INSN_SCHEDULING is defined.Bernardo Innocenti1-0/+3
2004-05-30c-common.c, [...]: Fix comment typos.Kazu Hirata1-6/+6
2004-05-25New files for implementing sms in gcc.Mostafa Hagog1-0/+2125