Re: [gsoc2015] Is Gimple FE eligible for gsoc this year?

2015-03-18 Thread xue yinsong
On 15/3/18 下午10:08, "Diego Novillo" wrote: >On Wed, Mar 18, 2015 at 2:54 AM, xue yinsong wrote: > >> Somehow this project is not in the gsoc ideas list, and it’s been one year >> since the last commit(According to >> https://gcc.gnu.org/svn/gcc/b

Re: [gsoc2015] Is Gimple FE eligible for gsoc this year?

2015-03-21 Thread xue yinsong
I add the following code in parser.c to replace htab: … struct gimple_symtab_hasher : ggc_cache_hasher { /* Return the hash value of the declaration name of a gimple_symtab_entry_def object pointed by ENTRY. */ static hashval_t hash(struct gimple_symtab_entry_def *base){return IDENTIFIER_H

Re: Question about Gimple FE

2015-04-02 Thread xue yinsong
On 15/3/30 下午5:40, "Richard Biener" wrote: >On Mon, Mar 30, 2015 at 11:36 AM, Richard Biener > wrote: >> On Fri, Mar 27, 2015 at 4:00 PM, xue yinsong wrote: >>> Thanks for your reply to my proposal. >>> AFAIS, most of the files generated by -fdump-tr

FW: Question about Gimple FE

2015-04-03 Thread xue yinsong
On 15/4/3 下午11:00, "xue yinsong" wrote: >So it’s better not to try to read the exact dump format. >Could we use a similar but more complete syntax instead? > >—— >Yinsong > >On 15/4/3 下午9:45, "Diego Novillo" wrote: > >> >> >>O