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]

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


Author: rguenth
Date: Mon Jul 28 10:00:23 2014
New Revision: 213123

URL: https://gcc.gnu.org/viewcvs?rev=213123&root=gcc&view=rev
Log:
2014-07-28  Prathamesh Kulkarni  <bilbotheelffriend@gmail.com>

	* genmatch.c (simplify::ifexpr): Remove.
	(simplify::ifexpr_location): Likewise.
	(simplify::simplify): Adjust to changes in simplify and
	add parameter ifexpr_vec_.
	(dt_simplify::gen_gimple): Adjust to changes in simplify.
	(dt_simplify::gen_generic): Likewise.
	(parse_if): New function.
	(parse_pattern): Add call to parse_if.

	* match.pd: Use outer-if for plus-minus patterns.

Modified:
    branches/match-and-simplify/gcc/ChangeLog.mas
    branches/match-and-simplify/gcc/genmatch.c
    branches/match-and-simplify/gcc/match.pd


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