Go to file
Jan Hubicka e42922b1ae basic-block.h (REG_BR_PROB_BASE): Define.
* basic-block.h (REG_BR_PROB_BASE): Define.
	* cgraph.c (cgraph_create_edge): Initialize loop_nest and count.
	(dump_cgraph_node): Dump count.
	(cgraph_clone_edge): Rescale counts.
	(cgraph_clone_node): Likewise.
	* cgraph.h: Include basic-block.h
	(cgraph_node): Add count.
	(cgraph_edge): Add count and loop_nest.
	(cgraph_node, cgraph_edge, cgraph_clone_edge, cgraph_clone_node):
	Update prototypes.
	* cgraphunit.c: Kill now redundant inlining comment.
	(cgraph_create_edges): Make static, maintain current basic block;
	fix pasto.
	(record_call_1): Fill in new fields.
	* ipa-inline.c (cgraph_clone_inlined_nodes): Update call of
	cgraph_clone_node.
	(cgraph_decide_recursive_inlining): Likewise.
	* rtl.h (REG_BR_PROB_BASE): Kill.
	* tree-inline.c (copy_body_r): Update call of cgraph_clone_edge.
	(expand_call_inline): Update call of cgraph_create_edge.
	* tree-optimize.c (tree_rest_of_compilation): Likewise.

From-SVN: r99976
2005-05-19 10:38:42 +00:00
boehm-gc * configure: Regenerate. 2005-05-10 01:43:00 +00:00
config accross.m4: Delete file. 2005-05-19 03:45:17 +00:00
contrib
fastjar configure.ac: Use AC_C_BIGENDIAN instead of AC_C_BIGENDIAN_CROSS. 2005-05-18 01:38:46 +00:00
fixincludes re PR target/19933 (Problem with define of HUGE_VAL in math_c99.) 2005-05-19 07:05:45 +00:00
gcc basic-block.h (REG_BR_PROB_BASE): Define. 2005-05-19 10:38:42 +00:00
gnattools
include libiberty.h: Do not define empty basename prototype. 2005-05-12 19:29:53 +00:00
INSTALL
intl Update the address and telephone number of the FSF organization 2005-05-13 08:03:47 +00:00
libada
libcpp directives.c (#sccs table entry): Mark IN_I, consistent with #ident. 2005-05-12 18:31:38 +00:00
libffi Fixup the date of last entry 2005-05-18 02:05:35 +00:00
libgfortran re PR libfortran/21127 (reshape of complex broken) 2005-05-18 20:35:25 +00:00
libiberty getpwd.c: Remove unneeded prototype getcwd and move getwd so that it's only declared if... 2005-05-16 15:52:39 +02:00
libjava re PR libgcj/19729 (libgcj DSASignature.java null pointer exception) 2005-05-18 15:36:07 +00:00
libmudflap * configure: Regenerate. 2005-05-10 01:43:00 +00:00
libobjc * configure: Regenerate. 2005-05-10 01:43:00 +00:00
libstdc++-v3 basic_string.h (operator[]): Allow s[s.size()] in debug mode, but not pedantic mode. 2005-05-19 09:59:46 +01:00
maintainer-scripts crontab: Don't build 3.3 branch snapshots. 2005-05-19 01:33:47 +01:00
zlib * configure: Regenerate. 2005-05-10 01:43:00 +00:00
.cvsignore
ABOUT-NLS
ChangeLog * ylwrap: Import from Automake 1.9.5. 2005-05-15 18:17:10 +00:00
ChangeLog.tree-ssa
compile
config-ml.in
config.guess
config.rpath
config.sub
configure Oops, regenerate with updated tree. 2005-05-05 01:31:58 +00:00
configure.in configure.in: Always pass --target to target configures as otherwise rebuilds that do... 2005-05-05 00:59:26 +00:00
COPYING
COPYING.LIB
depcomp
install-sh
libtool.m4 libtool.m4 (AC_LIBTOOL_SYS_MAX_CMD_LEN): Use quotes on lt_cv_sys_max_cmd_len for now. 2005-05-10 01:31:58 +00:00
ltcf-c.sh ltconfig: Define file_list_spec. 2005-05-05 11:04:39 -04:00
ltcf-cxx.sh ltconfig: Define file_list_spec. 2005-05-05 11:04:39 -04:00
ltcf-gcj.sh ltconfig: Define file_list_spec. 2005-05-05 11:04:39 -04:00
ltconfig ltconfig: Define file_list_spec. 2005-05-05 11:04:39 -04:00
ltmain.sh ltconfig: Define file_list_spec. 2005-05-05 11:04:39 -04:00
MAINTAINERS Update maintainers 2005-05-17 23:00:18 +00:00
Makefile.def
Makefile.in Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Rename from STAGE_HOST_EXPORTS. 2005-05-04 15:41:56 +00:00
Makefile.tpl Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Rename from STAGE_HOST_EXPORTS. 2005-05-04 15:41:56 +00:00
missing
mkdep
mkinstalldirs
move-if-change
README
README.SCO * README.SCO: Update the URL. 2005-05-08 17:49:46 +00:00
symlink-tree
ylwrap * ylwrap: Import from Automake 1.9.5. 2005-05-15 18:17:10 +00:00

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.