r158700 - in /branches/lw-ipo/gcc: Makefile.in ...

raksit@gcc.gnu.org raksit@gcc.gnu.org
Sun Apr 25 09:18:00 GMT 2010


Author: raksit
Date: Sun Apr 25 09:18:10 2010
New Revision: 158700

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=158700
Log:
Fix some overflows during edge count scaling.
Suppress verbose LIPO messages - now controlled by a new option -fripa-verbose.
Record if a module has asm, and provide a for way for such modules to not be
imported/exported.
Record -include/-imacro in the gcda files, and have these applied to
the auxiliary modules during profile-use (like we do for -D/-U/etc...
options currently).


Modified:
    branches/lw-ipo/gcc/Makefile.in
    branches/lw-ipo/gcc/c-opts.c
    branches/lw-ipo/gcc/cfg.c
    branches/lw-ipo/gcc/common.opt
    branches/lw-ipo/gcc/coverage.c
    branches/lw-ipo/gcc/coverage.h
    branches/lw-ipo/gcc/cp/cp-objcp-common.c
    branches/lw-ipo/gcc/doc/invoke.texi
    branches/lw-ipo/gcc/dyn-ipa.c
    branches/lw-ipo/gcc/gcov-io.c
    branches/lw-ipo/gcc/gcov-io.h
    branches/lw-ipo/gcc/opts.h
    branches/lw-ipo/gcc/profile.c
    branches/lw-ipo/gcc/stmt.c
    branches/lw-ipo/gcc/tree-inline.c
    branches/lw-ipo/gcc/value-prof.c



More information about the Gcc-cvs mailing list