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]

r145062 - in /branches/melt-branch/gcc: ChangeL...


Author: bstarynk
Date: Wed Mar 25 14:39:34 2009
New Revision: 145062

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=145062
Log:
	[adding most PPL related ctypes except PPL generators]
	* gcc/basilys.h (BGLOB_CTYPE_PPL_COEFFICIENT)
	(BGLOB_CTYPE_PPL_LINEAR_EXPRESSION, BGLOB_CTYPE_PPL_CONSTRAINT)
	(BGLOB_CTYPE_PPL_CONSTRAINT_SYSTEM, BPAR_PPL_COEFFICIENT)
	(BPARSTR_PPL_COEFFICIENT, BPAR_PPL_CONSTRAINT)
	(BPARSTR_PPL_CONSTRAINT, BPAR_PPL_CONSTRAINT_SYSTEM)
	(BPARSTR_PPL_CONSTRAINT_SYSTEM, BPAR_PPL_LINEAR_EXPRESSION)
	(BPARSTR_PPL_LINEAR_EXPRESSION) added new ctypes.
	(BGLOB_CTYPE_PPL_GENERATOR, BGLOB_CTYPE_PPL_GENERATOR_SYSTEM)
	reserved for future use.
	* gcc/melt/warmelt-first.bysl: added ctype_ppl_coefficient
	ctype_ppl_linear_expression ctype_ppl_constraint
	ctype_ppl_constraint_system and corresponding keywords
	:ppl_coefficient :ppl_linear_expression :ppl_constraint
	:ppl_constraint_system
	* gcc/melt/warmelt-normal.bysl: added new ctype predefs.
	* gcc/melt/ana-base.bysl: still adding constraints.
	* gcc/warmelt-first-0.c: regenerated.
	* gcc/warmelt-macro-0.c: regenerated.
	* gcc/warmelt-normal-0.c: regenerated.
	* gcc/warmelt-normatch-0.c: regenerated.
	* gcc/warmelt-genobj-0.c: regenerated.
	* gcc/warmelt-outobj-0.c: regenerated.


Modified:
    branches/melt-branch/gcc/ChangeLog.melt
    branches/melt-branch/gcc/basilys.h
    branches/melt-branch/gcc/melt/ana-base.bysl
    branches/melt-branch/gcc/melt/warmelt-first.bysl
    branches/melt-branch/gcc/melt/warmelt-normal.bysl
    branches/melt-branch/gcc/warmelt-first-0.c
    branches/melt-branch/gcc/warmelt-genobj-0.c
    branches/melt-branch/gcc/warmelt-macro-0.c
    branches/melt-branch/gcc/warmelt-normal-0.c
    branches/melt-branch/gcc/warmelt-normatch-0.c
    branches/melt-branch/gcc/warmelt-outobj-0.c


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