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]

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


Author: bstarynk
Date: Fri Sep  9 14:20:14 2011
New Revision: 178734

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=178734
Log:

2011-09-09  Basile Starynkevitch  <basile@starynkevitch.net>
	* melt/xtramelt-ana-base.melt: Added some :doc.
	(gimple_assign_single, gimple_assign_unary_nop)
	(gimple_assign_unary_minus, gimple_assign_plus)
	(gimple_assign_minus, gimple_assign_pointerplus)
	(gimple_assign_mult, gimple_assign_trunc_div)
	(gimple_assign_ceil_div, gimple_assign_floor_div)
	(gimple_assign_round_div, gimple_assign_rdiv)
	(gimple_assign_exact_div, gimple_assign_trunc_mod)
	(gimple_assign_ceil_mod, gimple_assign_floor_mod)
	(gimple_assign_round_mod, gimple_assign_binaryop)
	(gimple_cond_lessequal, gimple_cond_less, gimple_cond_notequal)
	(gimple_cond_equal, gimple_cond_greater)
	(gimple_cond_greater_or_equal, gimpleval): Add operator expansion to make
	these usable as primitives in expression context and as pattern in
	pattern context.
	(gimple_build_assign_convert, gimple_build_assign_view_convert)
	(gimple_build_assign_fix_trunc, gimple_build_assign_float, gimple_build_return)
	(gimple_seq_add_stmt, gimplify_seq_add_stmt, gimple_seq_add_seq)
	(gimple_seq_copy, gimple_seq_boxed_add_stmt)
	(gimplify_seq_boxed_add_stmt, gimple_seq_boxed_add_seq): New primitives.


Modified:
    branches/melt-branch/gcc/ChangeLog.MELT
    branches/melt-branch/gcc/melt/xtramelt-ana-base.melt


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