This is the mail archive of the gcc-cvs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

r139470 - in /branches/sel-sched-branch/gcc: Ch...


Author: abel
Date: Fri Aug 22 13:44:54 2008
New Revision: 139470

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=139470
Log:
2008-08-22  Alexander Monakov  <amonakov@ispras.ru>
            Andrey Belevantsev  <abel@ispras.ru>

        * target.h (struct gcc_target): Fix typo in comment.
        Add comments for alloc_sched_context, clear_sched_context
        and free_sched_context hooks.
        * sched-int.h (dump_insn_slim_1): Remove declaration.
        Remove commented dep_weak declaration.
        * Makefile.in (sched-vis.o): Add $(INSN_ATTR_H).
        * sched-rgn.c (rgn_common_sched_info): Add comment.
        (rgn_sched_deps_info, rgn_const_sched_deps_info,
        rgn_const_sel_sched_deps_info): Likewise.
        (rgn_sched_info): Likewise.
        (ref_counts): Likewise.
        (rgn_setup_sched_infos): Likewise.
        * sched-vis.c (dump_insn_slim_1): Inline in dump_insn_slim
        and remove.


Modified:
    branches/sel-sched-branch/gcc/ChangeLog.sel-sched
    branches/sel-sched-branch/gcc/Makefile.in
    branches/sel-sched-branch/gcc/sched-int.h
    branches/sel-sched-branch/gcc/sched-rgn.c
    branches/sel-sched-branch/gcc/sched-vis.c
    branches/sel-sched-branch/gcc/target.h


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]