Go to file
Andi Kleen 56fdfd3e85 Convert the tree.c type hashing over to inchash
v2: Use commutative interface. Be much nearer to the old
code.

gcc/:

2014-07-25  Andi Kleen  <ak@linux.intel.com>

	* tree.c (build_type_attribute_qual_variant): Use inchash.
	(type_hash_list): Dito.
	(attribute_hash_list): Dito
	(iterative_hstate_expr): Dito.
	(iterative_hash_expr): Dito.
	(build_range_type_1): Dito.
	(build_array_type_1): Dito.
	(build_function_type): Dito.
	(build_method_type_directly): Dito.
	(build_offset_type): Dito.
	(build_complex_type): Dito.
	(make_vector_type): Dito.
	* tree.h (iterative_hash_expr): Add compat wrapper.
	(iterative_hstate_expr): Add.

gcc/lto/:

2014-07-25  Andi Kleen  <ak@linux.intel.com>

	* lto.c (hash_canonical_type): Call iterative_hstate_expr.

From-SVN: r213056
2014-07-25 13:39:36 +00:00
boehm-gc
config ChangeLog entry moved from config/ChangeLog to gcc/ChangeLog. 2014-07-25 06:23:42 +00:00
contrib mklog: Run mklog as a filter. 2014-07-21 07:45:45 +00:00
fixincludes
gcc Convert the tree.c type hashing over to inchash 2014-07-25 13:39:36 +00:00
gnattools
include
INSTALL
intl
libada
libatomic configure.tgt (alpha*): Add -mfp-trap-mode=sui to XCFLAGS. 2014-07-18 08:34:20 +02:00
libbacktrace
libcilkrts
libcpp Support location tracking for built-in macro tokens 2014-07-16 12:33:27 +02:00
libdecnumber
libffi ffi.c: Do not include stdlib.h. 2014-07-25 11:01:45 +02:00
libgcc cygming-crtbegin.c (deregister_frame_fn): Newly public. 2014-07-24 12:41:01 -04:00
libgfortran re PR fortran/61632 (Improve error locus on large format strings) 2014-07-20 20:03:41 +00:00
libgo runtime: remove unused variable 2014-07-20 19:20:12 +00:00
libgomp pr34020.f90: Make compile with TS 18508/Fortran 2015 2014-07-13 08:40:16 +02:00
libiberty
libitm libitm: Improve aarch64 _ITM_beginTransaction 2014-07-24 19:58:06 -07:00
libjava
libobjc
libquadmath
libsanitizer
libssp
libstdc++-v3 baseline_symbols.txt: Update. 2014-07-25 08:47:47 +02:00
libvtv
lto-plugin
maintainer-scripts
zlib
.dir-locals.el
.gitignore
ABOUT-NLS
ChangeLog * MAINTAINERS (Write After Approval): Add myself. 2014-07-24 12:52:18 +00:00
ChangeLog.tree-ssa
compile
config-ml.in
config.guess
config.rpath
config.sub
configure configure.ac: Accept only CLooG 0.18.1. 2014-07-20 13:31:41 +00:00
configure.ac configure.ac: Accept only CLooG 0.18.1. 2014-07-20 13:31:41 +00:00
COPYING
COPYING3
COPYING3.LIB
COPYING.LIB
COPYING.RUNTIME
depcomp
install-sh
libtool-ldflags
libtool.m4
lt~obsolete.m4
ltgcc.m4
ltmain.sh
ltoptions.m4
ltsugar.m4
ltversion.m4
MAINTAINERS * MAINTAINERS (Write After Approval): Add myself. 2014-07-24 12:52:18 +00:00
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.

Copyright years on GCC source files may be listed using range
notation, e.g., 1987-2012, indicating that every year in the range,
inclusive, is a copyrightable year that could otherwise be listed
individually.