r128511 - in /branches/gc-improv/gcc: ChangeLog...
lauras@gcc.gnu.org
lauras@gcc.gnu.org
Sat Sep 15 02:19:00 GMT 2007
Author: lauras
Date: Sat Sep 15 02:19:45 2007
New Revision: 128511
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=128511
Log:
2007-09-14 Laurynas Biveinis <laurynas.biveinis@gmail.com>
* gengtype.c (write_typed_typedef_alloc_def): Fix typo.
* optabs.c (set_optab_libfunc): Use typed GC allocators.
(set_conv_libfunc): Likewise.
* tree.c (decl_restrict_base_insert): Likewise.
(decl_debug_expr_insert): Likewise.
(decl_value_expr_insert): Likewise.
(type_hash_add): Likewise.
(build_omp_clause): Likewise.
* tree-phinodes.c (allocate_phi_node): Likewise.
* dwarf2out.c (new_cfi): Likewise.
(queue_reg_save): Likewise.
(new_loc_descr): Likewise.
(add_AT_string): Likewise.
(new_die): Likewise.
(add_var_loc_to_decl): Likewise.
(new_loc_list): Likewise.
(lookup_filename): Likewise.
(dwarf2out_var_locaton): Likewise.
* expr.c (init_exprt): Likewise.
* function.c (assign_stack_temp_for_type): Likewise.
(allocate_struct_function): Likewise.
* alias.c (record_alias_subset): Likewise.
* c-pragma.c (handle_pragma_push_macro): Likewise.
* except.c (init_eh_for_function): Likewise.
(gen_eh_region): Likewise.
(add_ehl_entry): Likewise.
(duplicate_eh_regions_1): Likewise.
* emit-rtl.c (get_mem_attrs): Likewise.
(get_reg_attrs): Likewise.
(start_sequence): Likewise.
(init_emit): Likewise.
* stringpool.c (gt_pch_save_stringpool): Likewise.
* varasm.c (emutls_decl): Likewise.
(get_block_for_section): Likewise.
(build_constant_desc): Likewise.
(create_constant_pool): Likewise.
(init_varasm_status): Likewise.
(force_constant_mem): Likewise.
* tree-inline.c (initialize_cfun): Likewise.
* integrate.c (get_hard_reg_initial_val): Likewise.
* tree-iterator.c (tsi_link_before): Likewise.
(tsi_link_after): Likewise.
* config/i386/i386.c (get_dllimport_decl): Likewise.
(ix86_init_machine_status): Likewise.
Modified:
branches/gc-improv/gcc/ChangeLog.gc-improv
branches/gc-improv/gcc/alias.c
branches/gc-improv/gcc/c-pragma.c
branches/gc-improv/gcc/config/i386/i386.c
branches/gc-improv/gcc/dwarf2out.c
branches/gc-improv/gcc/emit-rtl.c
branches/gc-improv/gcc/except.c
branches/gc-improv/gcc/expr.c
branches/gc-improv/gcc/function.c
branches/gc-improv/gcc/gengtype.c
branches/gc-improv/gcc/integrate.c
branches/gc-improv/gcc/optabs.c
branches/gc-improv/gcc/stringpool.c
branches/gc-improv/gcc/tree-inline.c
branches/gc-improv/gcc/tree-iterator.c
branches/gc-improv/gcc/tree-phinodes.c
branches/gc-improv/gcc/tree.c
branches/gc-improv/gcc/varasm.c
More information about the Gcc-cvs
mailing list