Go to file
Zdenek Dvorak fca9dc0058 Makefile.in (toplev.o): Add value-prof.h dependency.
* Makefile.in (toplev.o): Add value-prof.h dependency.
	(value-prof.o): Add REGS_H dependency.
	* common.opt (fprofile-values, fvpt): New.
	* flags.h (flag_value_profile_transformations): Declare.
	* opts.c (common_handle_option): Handle -fprofile_values and
	-fvpt.
	* profile.c (branch_prob): Don't remove death notes here.
	* timevar.def (TV_VPT): New.
	* value-prof.c: Include regs.h.
	(insn_divmod_values_to_profile, gen_divmod_fixed_value, gen_mod_pow2,
	gen_mod_subtract, divmod_fixed_value_transform,mod_pow2_value_transform,
	mod_subtract_transform, value_profile_transformations): New.
	(insn_values_to_profile): Call insn_divmod_values_to_profile.
	(find_values_to_profile): Add dumps.
	* value-prof.h (value_profile_transformations): Declare.
	* toplev.c: Include value-prof.h.
	(rest_of_handle_value_profile_transformations): New.
	(enum dump_file_index): Add DFI_vpt.
	(dump_file): Add vpt dump.
	(flag_value_profile_transformations): New.
	(lang_independent_options): Add flag_profile_values and
	flag_value_profile_transformations.
	(rest_of_compilation): Call
	rest_of_handle_value_profile_transformations.
	(process_options): Let -fvpt imply -fprofile-values.
	* doc/invoke.texi (-fvpt): Document.

From-SVN: r72685
2003-10-19 21:37:32 +00:00
boehm-gc gcconfig.h (ALIGNMENT <powerpc linux>): Remove unsure comment. 2003-10-18 00:29:17 +09:30
config * gettext.m4: Properly quote arguments to AC_DEFUN. 2003-10-14 21:39:57 +00:00
contrib * gennews (files): Add GCC 3.3 files. 2003-10-16 19:18:52 +00:00
fastjar
gcc Makefile.in (toplev.o): Add value-prof.h dependency. 2003-10-19 21:37:32 +00:00
include
INSTALL
intl
libf2c * configure: Regenerate. 2003-10-14 21:01:09 +00:00
libffi types.c (double, longdouble): Default POWERPC64 to 8 byte size and align. 2003-10-14 02:07:44 +09:30
libiberty demangle-expected: Update the expected output of _GLOBAL__I__Z2fnv. 2003-10-16 08:23:11 -07:00
libjava Connection.java, [...]: Merged copyright text from classpath to make it possible to merge the classes. 2003-10-18 12:24:57 +00:00
libobjc config-ml.in (multi-do): Pass MULTIFLAGS to subdir makes. 2003-10-17 11:22:58 +00:00
libstdc++-v3 re PR libstdc++/12506 (build failure of libstdc++ due to Makefile error) 2003-10-19 16:58:22 -04:00
maintainer-scripts
zlib
.cvsignore
ABOUT-NLS
ChangeLog config-ml.in (multi-do): Pass MULTIFLAGS to subdir makes. 2003-10-17 11:22:58 +00:00
config-ml.in config-ml.in (multi-do): Pass MULTIFLAGS to subdir makes. 2003-10-17 11:22:58 +00:00
config.guess config.guess: Update to 2003-10-16 version. 2003-10-16 13:57:24 +02:00
config.if
config.rpath
config.sub config.guess: Update to 2003-10-16 version. 2003-10-16 13:57:24 +02:00
configure
configure.in
COPYING
COPYING.LIB
install-sh
libtool.m4
ltcf-c.sh
ltcf-cxx.sh
ltcf-gcj.sh
ltconfig
ltmain.sh
MAINTAINERS * MAINTAINERS: Add myself to 'Write After Approval' section. 2003-10-16 21:04:15 +00:00
Makefile.def
Makefile.in Makefile.tpl: Make GCC_FLAGS_TO_PASS a superset of HOST_FLAGS_TO_PASS. 2003-10-13 21:43:32 +00:00
Makefile.tpl Makefile.tpl: Make GCC_FLAGS_TO_PASS a superset of HOST_FLAGS_TO_PASS. 2003-10-13 21:43:32 +00:00
missing
mkdep
mkinstalldirs
move-if-change
README
README.SCO
symlink-tree
ylwrap

This directory contains the GNU Compiler Collection (GCC).

The GNU Compiler Collection is free software.  See the file COPYING
for copying permission.  The manuals, and some of the runtime
libraries, are under different terms; see the individual source files
for details.

The directory INSTALL contains copies of the installation information
as HTML and plain text.  The source of this information is
gcc/doc/install.texi.  The installation information includes details
of what is included in the GCC sources and what files GCC installs.

See the file gcc/doc/gcc.texi (together with other files that it
includes) for usage and porting information.  An online readable
version of the manual is in the files gcc/doc/gcc.info*.

See http://gcc.gnu.org/bugs.html for how to report bugs usefully.