This is the mail archive of the gcc-cvs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

r214016 - in /branches/match-and-simplify/gcc: ...


Author: rguenth
Date: Fri Aug 15 12:32:53 2014
New Revision: 214016

URL: https://gcc.gnu.org/viewcvs?rev=214016&root=gcc&view=rev
Log:
2014-08-15  Richard Biener  <rguenther@suse.de>

	* gimple-match.h: New file.
	* gimple-fold.c: Include gimple-match.h.
	(fold_stmt_1): Use stmt-based gimple_simplify API.
	(gimple_fold_stmt_to_constant_1): Likewise.
	* gimple-match-head.c: Include gimple-match.h.
	(class code_helper): Move to gimple-match.h.
	(maybe_push_res_to_seq): Export.
	(gimple_simplify): Likewise.
	(gimple_simplify): New overload for functions with tree arguments.
	(gimple_simplify): Remove gsi and SSA name overloads.
	* gimple-fold.h (gimple_simplify): Remove gsi and SSA name
	overloads.

Modified:
    branches/match-and-simplify/gcc/ChangeLog.mas
    branches/match-and-simplify/gcc/gimple-fold.c
    branches/match-and-simplify/gcc/gimple-fold.h
    branches/match-and-simplify/gcc/gimple-match-head.c


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]