r136877 - in /branches/function-specific-branch...

meissner@gcc.gnu.org meissner@gcc.gnu.org
Tue Jun 17 23:50:00 GMT 2008


Author: meissner
Date: Tue Jun 17 23:50:05 2008
New Revision: 136877

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=136877
Log:
Move optimization/target save options to trees; Make cold functions turn on -Os; Reorganize layout somewhat; Add #pragma support; Add print support for tree options

Added:
    branches/function-specific-branch/gcc/testsuite/gcc.target/i386/cold-1.c
Modified:
    branches/function-specific-branch/gcc/ChangeLog-function
    branches/function-specific-branch/gcc/Makefile.in
    branches/function-specific-branch/gcc/c-common.c
    branches/function-specific-branch/gcc/c-decl.c
    branches/function-specific-branch/gcc/c-pragma.c
    branches/function-specific-branch/gcc/config/i386/i386.c
    branches/function-specific-branch/gcc/config/i386/i386.h
    branches/function-specific-branch/gcc/config/i386/i386.opt
    branches/function-specific-branch/gcc/coretypes.h
    branches/function-specific-branch/gcc/doc/extend.texi
    branches/function-specific-branch/gcc/doc/options.texi
    branches/function-specific-branch/gcc/flags.h
    branches/function-specific-branch/gcc/function.c
    branches/function-specific-branch/gcc/opt-functions.awk
    branches/function-specific-branch/gcc/optc-gen.awk
    branches/function-specific-branch/gcc/opth-gen.awk
    branches/function-specific-branch/gcc/opts.c
    branches/function-specific-branch/gcc/print-tree.c
    branches/function-specific-branch/gcc/target-def.h
    branches/function-specific-branch/gcc/target.h
    branches/function-specific-branch/gcc/targhooks.c
    branches/function-specific-branch/gcc/testsuite/ChangeLog-function
    branches/function-specific-branch/gcc/tree.c
    branches/function-specific-branch/gcc/tree.def
    branches/function-specific-branch/gcc/tree.h
    branches/function-specific-branch/gcc/treestruct.def



More information about the Gcc-cvs mailing list