Re: [gimplefe] creating individual gimple_assign statements

2012-06-25 Thread Diego Novillo
On 12-06-23 14:42 , Sandeep Soni wrote: 2012-06-25 Sandeep Soni * parser.c (gimple_symtab_get): New. (gl_symtab_get_token): New. Gets the tree for the token. (gp_parse_expect_lhs): Tidy. Returns the tree node for lhs. (gp_parse_expect_rhs_op): Tidy. Returns t

Re: [gimplefe] creating individual gimple_assign statements

2012-06-23 Thread Sandeep Soni
On Thu, Jun 21, 2012 at 11:33 AM, Diego Novillo wrote: > On 12-06-20 23:04 , Sandeep Soni wrote: >> >> Hi, >> >> This patch creates basic gimple_assign statements. It is a little raw >> not considering all types of gimple_assign statements for which I have >> already started working. >> >> Here is

Re: [gimplefe] creating individual gimple_assign statements

2012-06-21 Thread Diego Novillo
On 12-06-20 23:04 , Sandeep Soni wrote: Hi, This patch creates basic gimple_assign statements. It is a little raw not considering all types of gimple_assign statements for which I have already started working. Here is the Changelog. 2012-06-09 Sandeep Soni * parser.c (gimple_symt

[gimplefe] creating individual gimple_assign statements

2012-06-20 Thread Sandeep Soni
Hi, This patch creates basic gimple_assign statements. It is a little raw not considering all types of gimple_assign statements for which I have already started working. Here is the Changelog. 2012-06-09 Sandeep Soni * parser.c (gimple_symtab_get): New. (gimple_symtab_get