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]

r184993 - in /branches/gimple-front-end/gcc/gim...


Author: sandeep
Date: Tue Mar  6 15:11:45 2012
New Revision: 184993

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=184993
Log:
	(gimple_symtab): New. The symbol table.
	(gimple_symtab_entry_hash): New.
	(gimple_symtab_eq_hash): New.
	(gimple_symtab_entry_marked_p):New.
	(gimple_symtab_maybe_init_hash_table):New.
	(gimple_symtab_register_decl):New.
	(gimple_register_var_decl_in_symtab):New.
	(gp_parse_var_decl): Put declaration in the symbol table.
	(gimple_main): Creates the symbol table
	* parser.h : (struct gimple_symtab_entry_def): New.

Modified:
    branches/gimple-front-end/gcc/gimple/ChangeLog
    branches/gimple-front-end/gcc/gimple/parser.c
    branches/gimple-front-end/gcc/gimple/parser.h


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