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]

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


Author: rguenth
Date: Thu Jul 31 08:31:03 2014
New Revision: 213320

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

	* match-bitwise.pd: New file, split out from match.pd.
	* match-plusminus.pd: Likewise.
	* match-constant-folding.pd: Likewise.
	* match-builtin.pd: Likewise.
	* match-rotate.pd: Likewise.
	* match.pd: Move contend to individual files based on
	pattern origin and include them.

Added:
    branches/match-and-simplify/gcc/match-bitwise.pd
    branches/match-and-simplify/gcc/match-builtin.pd
    branches/match-and-simplify/gcc/match-constant-folding.pd
    branches/match-and-simplify/gcc/match-plusminus.pd
    branches/match-and-simplify/gcc/match-rotate.pd
Modified:
    branches/match-and-simplify/gcc/ChangeLog.mas
    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]