r142239 - in /branches/spu-4_5-branch/gcc: Chan...

revitale@gcc.gnu.org revitale@gcc.gnu.org
Thu Nov 27 08:16:00 GMT 2008


Author: revitale
Date: Thu Nov 27 08:16:54 2008
New Revision: 142239

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=142239
Log:
New pass to partition single function into multiple sections

Added:
    branches/spu-4_5-branch/gcc/ChangeLog.spu-4_5
    branches/spu-4_5-branch/gcc/testsuite/ChangeLog.spu-4_5
    branches/spu-4_5-branch/gcc/testsuite/gcc.dg/section/
    branches/spu-4_5-branch/gcc/testsuite/gcc.dg/section/prof/
    branches/spu-4_5-branch/gcc/testsuite/gcc.dg/section/prof/section-prof-1.c
    branches/spu-4_5-branch/gcc/testsuite/gcc.dg/section/prof/sections-prof.exp
    branches/spu-4_5-branch/gcc/testsuite/gcc.dg/section/section-size-1.c
    branches/spu-4_5-branch/gcc/testsuite/gcc.dg/section/section-size-2.c
    branches/spu-4_5-branch/gcc/testsuite/gcc.dg/section/section-size-3.c
    branches/spu-4_5-branch/gcc/testsuite/gcc.dg/section/section-size-4.c
    branches/spu-4_5-branch/gcc/testsuite/gcc.dg/section/section-size-5.c
    branches/spu-4_5-branch/gcc/testsuite/gcc.dg/section/section.exp
    branches/spu-4_5-branch/gcc/testsuite/gcc.target/spu/overlay-1.c
    branches/spu-4_5-branch/gcc/testsuite/gcc.target/spu/overlay-2.c
Modified:
    branches/spu-4_5-branch/gcc/Makefile.in
    branches/spu-4_5-branch/gcc/basic-block.h
    branches/spu-4_5-branch/gcc/bb-reorder.c
    branches/spu-4_5-branch/gcc/cfglayout.c
    branches/spu-4_5-branch/gcc/cfgrtl.c
    branches/spu-4_5-branch/gcc/common.opt
    branches/spu-4_5-branch/gcc/config/spu/spu.c
    branches/spu-4_5-branch/gcc/config/spu/spu.h
    branches/spu-4_5-branch/gcc/config/spu/spu.opt
    branches/spu-4_5-branch/gcc/ddg.c
    branches/spu-4_5-branch/gcc/ddg.h
    branches/spu-4_5-branch/gcc/doc/invoke.texi
    branches/spu-4_5-branch/gcc/final.c
    branches/spu-4_5-branch/gcc/function.h
    branches/spu-4_5-branch/gcc/opts.c
    branches/spu-4_5-branch/gcc/output.h
    branches/spu-4_5-branch/gcc/passes.c
    branches/spu-4_5-branch/gcc/print-rtl.c
    branches/spu-4_5-branch/gcc/rtl.h
    branches/spu-4_5-branch/gcc/target-def.h
    branches/spu-4_5-branch/gcc/target.h
    branches/spu-4_5-branch/gcc/timevar.def
    branches/spu-4_5-branch/gcc/toplev.c
    branches/spu-4_5-branch/gcc/tree-pass.h
    branches/spu-4_5-branch/gcc/varasm.c



More information about the Gcc-cvs mailing list