r147316 - in /branches/gc-improv/gcc: ChangeLog...

lauras@gcc.gnu.org lauras@gcc.gnu.org
Sat May 9 08:25:00 GMT 2009


Author: lauras
Date: Sat May  9 08:25:17 2009
New Revision: 147316

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

2009-05-08  Laurynas Biveinis  <laurynas.biveinis@gmail.com>

	* cp/lex.c (cxx_make_type): Use typed GC allocation.
	* cp/name-lookup.c (begin_scope, push_to_top_level): Likewise.
	* cp/parser.c (cp_lexer_new_main, cp_lexer_new_from_tokens)
	(cp_parser_context_new, cp_parser_new)
	(cp_parser_nested_name_specifier_opt)
	(cp_parser_template_id): Likewise
	* cp/decl.c (make_label_decl, start_preparsed_function): Likewise.
	* fortran/trans-decl.c (gfc_allocate_lang_decl)
	(gfc_find_module): Likewise.
	* fortran/trans-types.c (gfc_get_nodesc_array_type)
	(gfc_get_array_type_bounds): Likewise.
	* varpool.c (varpool_node): Likewise.
	* cfgrtl.c (init_rtl_bb_info): Likewise.
	* cfgloop.c (alloc_loop): Likewise.
	* tree-ssa.c (init_tree_ssa): Likewise.
	* graphite.c (if_region_set_false_region): Likewise.
	* c-decl.c (push_scope, finish_struct, finish_enum): Likewise.
	* loop-init.c (loop_optimizer_init): Likewise.
	* tree-ssa-alias.c (get_ptr_info): Likewise.
	* cfg.c (init_flow, alloc_block, unchecked_make_edge): Likewise.
	* cgraph.c (cgraph_create_node, cgraph_add_asm_node): Likewise.
	* tree-cfg.c (create_bb): Update comment not to refer to
	ggc_alloc_cleared.  Use typed GC allocation.


gcc/java/ ChangeLog:

2009-05-08  Laurynas Biveinis  <laurynas.biveinis@gmail.com>

	* java-tree.h (MAYBE_CREATE_VAR_LANG_DECL_SPECIFIC)
	(MAYBE_CREATE_TYPE_TYPE_LANG_SPECIFIC): Use typed GC allocation.
	* constants.c (cpool_for_class): Likewise.
	* decl.c (make_binding_level): Likewise.
	* class.c (add_method_1): Likewise.

Modified:
    branches/gc-improv/gcc/ChangeLog.gc-improv
    branches/gc-improv/gcc/c-decl.c
    branches/gc-improv/gcc/cfg.c
    branches/gc-improv/gcc/cfgloop.c
    branches/gc-improv/gcc/cfgrtl.c
    branches/gc-improv/gcc/cgraph.c
    branches/gc-improv/gcc/cp/decl.c
    branches/gc-improv/gcc/cp/lex.c
    branches/gc-improv/gcc/cp/name-lookup.c
    branches/gc-improv/gcc/cp/parser.c
    branches/gc-improv/gcc/fortran/trans-decl.c
    branches/gc-improv/gcc/fortran/trans-types.c
    branches/gc-improv/gcc/graphite.c
    branches/gc-improv/gcc/java/class.c
    branches/gc-improv/gcc/java/constants.c
    branches/gc-improv/gcc/java/decl.c
    branches/gc-improv/gcc/java/java-tree.h
    branches/gc-improv/gcc/loop-init.c
    branches/gc-improv/gcc/tree-cfg.c
    branches/gc-improv/gcc/tree-ssa-alias.c
    branches/gc-improv/gcc/tree-ssa.c
    branches/gc-improv/gcc/varpool.c



More information about the Gcc-cvs mailing list