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

rguenth@gcc.gnu.org rguenth@gcc.gnu.org
Thu Aug 28 13:50:00 GMT 2014


Author: rguenth
Date: Thu Aug 28 13:50:27 2014
New Revision: 214680

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

	* gimple-fold.c (fold_stmt_1): Move gimple_simplify dispatch
	first, add dumping here.
	* tree-ssa-forwprop.c (pass_forwprop::execute): Remove dumping.
	* match-builtin.pd: Implement more patterns and fix existing ones.

	testsuite/
	* gcc.dg/tree-ssa/match-1.c: Split into ...
	* gcc.dg/tree-ssa/match-builtins.c: ... this ...
	* tree-ssa/match-builtins-fast-math.c: ... and this.

Added:
    branches/match-and-simplify/gcc/testsuite/gcc.dg/tree-ssa/match-builtins-fast-math.c
    branches/match-and-simplify/gcc/testsuite/gcc.dg/tree-ssa/match-builtins.c
      - copied, changed from r214675, branches/match-and-simplify/gcc/testsuite/gcc.dg/tree-ssa/match-1.c
Removed:
    branches/match-and-simplify/gcc/testsuite/gcc.dg/tree-ssa/match-1.c
Modified:
    branches/match-and-simplify/gcc/ChangeLog.mas
    branches/match-and-simplify/gcc/gimple-fold.c
    branches/match-and-simplify/gcc/match-builtin.pd
    branches/match-and-simplify/gcc/tree-ssa-forwprop.c



More information about the Gcc-cvs mailing list