GCC modified for the FreeChainXenon project
Find a file
Jan Hubicka 6744a6abc3 cgraph.c (same_body_alias_1): Break out of
* cgraph.c (same_body_alias_1): Break out of
	(same_body_alias): ... here; remove comdat check; it is handled
	in cp already.
	(cgraph_add_thunk): New.
	(dump_cgraph_node): Dump aliases and thunks.
	* cgraph.h (cgraph_thunk_info): New structure.
	(struct cgraph_node): Add thunk info.
	(cgraph_add_thunk): New.
	* cgraphunit.c (cgraph_emit_thunks): Remove.
	(cgraph_finalize_compilation_unit): Do not call cgraph_emit_thunks.
	(assemble_thunk): New function.
	(cgraph_expand_function): Handle thunks.
	(thunk_adjust): New.
	(init_lowered_empty_function): New.
	* optimize.c (maybe_clone_body): Emit thunks associated to alias.
	* Make-lang.in (method.o): Add dependency on gimple.h.
	* method.c: Include gimple.h
	(make_alias_for_thunk): Use same body alias instead of assemble_alias.
	(use_thunk): Drop codegen; use cgraph_add_thunk; gimplify
	generic thunks.
	* semantics.c (expand_or_defer_fn): Emit associated thunks.
	* cp-objcp-common.h (LANG_HOOKS_CALLGRAPH_EMIT_ASSOCIATED_THUNKS): Remove.
	* lto-cgraph.c (lto_output_node): Stream thunk info.
	(input_node): Likewise.
	* langhooks.h (lang_hooks_for_callgraph): Remove emit_associated_thunks.
	* langhooks-def.h (LANG_HOOKS_CALLGRAPH_EMIT_ASSOCIATED_THUNKS): Remove.
	(LANG_HOOKS_CALLGRAPH_INITIALIZER): Update.
	* i386.c (x86_output_mi_thunk): Make output prettier.

From-SVN: r154736
2009-11-29 10:32:08 +00:00
boehm-gc
config * zlib.m4: New file. 2009-11-24 22:40:46 +00:00
contrib
fixincludes
gcc cgraph.c (same_body_alias_1): Break out of 2009-11-29 10:32:08 +00:00
gnattools
include
INSTALL
intl
libada
libcpp
libdecnumber sarray.c (sarray_free): Use old_buckets variable. 2009-11-28 21:31:39 +01:00
libffi
libgcc
libgfortran pack_generic.c (pack_internal): Remove unused zero_sized variable. 2009-11-28 21:29:51 +01:00
libgomp re PR fortran/42162 (OpenMP: ICE: tree check in omp_add_variable, at gimplify.c:5282) 2009-11-25 21:28:56 +01:00
libiberty configure.ac (AC_CHECK_FUNCS): Sort into alphabetical order. 2009-11-26 09:40:19 +11:00
libjava posix-threads.cc (ParkHelper::unpark): Do not initialise result, but assign it instead. 2009-11-26 21:06:35 +11:00
libmudflap
libobjc sarray.c (sarray_free): Use old_buckets variable. 2009-11-28 21:31:39 +01:00
libssp
libstdc++-v3
lto-plugin
maintainer-scripts
zlib
ABOUT-NLS
ChangeLog configure.ac: Check for version 0.15.5 or later revision of CLooG. 2009-11-25 05:29:37 +00:00
ChangeLog.tree-ssa
compile
config-ml.in
config.guess
config.rpath
config.sub
configure configure.ac: Check for version 0.15.5 or later revision of CLooG. 2009-11-25 05:29:37 +00:00
configure.ac configure.ac: Check for version 0.15.5 or later revision of CLooG. 2009-11-25 05:29:37 +00:00
COPYING
COPYING.LIB
COPYING.RUNTIME
COPYING3
COPYING3.LIB
depcomp
install-sh
libtool-ldflags
libtool.m4
ltgcc.m4
ltmain.sh
ltoptions.m4
ltsugar.m4
ltversion.m4
lt~obsolete.m4
MAINTAINERS
Makefile.def
Makefile.in
Makefile.tpl
missing
mkdep
mkinstalldirs
move-if-change
README
symlink-tree
ylwrap

This directory contains the GNU Compiler Collection (GCC).

The GNU Compiler Collection is free software.  See the files whose
names start with 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/ for how to report bugs usefully.