r217607 - in /trunk/gcc: ChangeLog lto-streamer...

hubicka@gcc.gnu.org hubicka@gcc.gnu.org
Sat Nov 15 16:53:00 GMT 2014


Author: hubicka
Date: Sat Nov 15 16:53:51 2014
New Revision: 217607

URL: https://gcc.gnu.org/viewcvs?rev=217607&root=gcc&view=rev
Log:
	* lto-streamer-out.c (hash_tree): Use cl_optimization_hash.
	* lto-streamer.h (cl_optimization_stream_out, cl_optimization_stream_in): Declare.
	* optc-save-gen.awk: Generate cl_optimization LTO streaming and hashing routines.
	* opth-gen.awk: Add prototype of cl_optimization_hash.
	* tree-streamer-in.c (unpack_ts_optimization): Remove.
	(streamer_unpack_tree_bitfields): Use cl_optimization_stream_in.
	* tree-streamer-out.c (pack_ts_optimization): Remove.
	(streamer_pack_tree_bitfields): Use cl_optimization_stream_out.

Modified:
    trunk/gcc/ChangeLog
    trunk/gcc/lto-streamer-out.c
    trunk/gcc/lto-streamer.h
    trunk/gcc/optc-save-gen.awk
    trunk/gcc/opth-gen.awk
    trunk/gcc/tree-streamer-in.c
    trunk/gcc/tree-streamer-out.c



More information about the Gcc-cvs mailing list