gcc/gcc ChangeLog.struct-reorg params.def para ... (original) (raw)

This is the mail archive of the gcc-cvs@gcc.gnu.orgmailing 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]

CVSROOT: /cvs/gcc Module name: gcc Branch: struct-reorg-branch Changes by: hagog@gcc.gnu.org 2004-12-06 12:06:58

Modified files: gcc : ChangeLog.struct-reorg params.def params.h struct-reorg-cpg.c struct-reorg.c struct-reorg.h

Log message: + 2004-12-06 Mostafa Hagog mustafa@il.ibm.com + * params.def (PARAM_STRUCT_REORG_DISTANCE_THRESHOLD): New. + * params.h (STRUCT_REORG_DISTANCE_THRESHOLD): New. + * struct-reorg-cpg.c (struct faccg_arc, struct faccg_node): + New. + (create_bb_field_access, create_facc_node, copy_faccg_node, + remove_facc_node, create_facc_arc, remove_faccg_arc, + get_faccg_arc, redirect_arc_src, redirect_arc_dest, + successors_exist_p, add_to_collapsed_succs, + add_cp_relation_for_collapsed_succs, + update_cpg_for_faccg_loop, split_dest_predecessors, + collapse_successor, compact_faccg, dump_faccg_node, + dump_faccg, free_faccg, build_compact_field_access_graphs, + update_cpg_from_faccg): New. + (update_cpg_for_bb): New implementation. + (update_cpg_for_structure): Call the new CPG building Alg. + (struct field_order): Rename f_indx to f_index. + (split_data_structure): Several fixes. + * struct-reorg.c (get_stmt_accessed_fields_1): Fix. + (vcg_dump): Open/Close. + (hotest_struct_count): New. + (peel_structs): Use hotest_struct_count to handle only "hot" + structures. + * struct-reorg.h (struct bb_field_access): Rename f_indx + with f_index. + (update_cpg_for_structure): Additional parameter. +

Patches: http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/ChangeLog.struct-reorg.diff?cvsroot=gcc&only_with_tag=struct-reorg-branch&r1=1.1.2.18&r2=1.1.2.19 http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/params.def.diff?cvsroot=gcc&only_with_tag=struct-reorg-branch&r1=1.15.2.18.2.6.2.3&r2=1.15.2.18.2.6.2.4 http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/params.h.diff?cvsroot=gcc&only_with_tag=struct-reorg-branch&r1=1.14.2.4.2.4.2.3&r2=1.14.2.4.2.4.2.4 http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/struct-reorg-cpg.c.diff?cvsroot=gcc&only_with_tag=struct-reorg-branch&r1=1.1.2.9&r2=1.1.2.10 http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/struct-reorg.c.diff?cvsroot=gcc&only_with_tag=struct-reorg-branch&r1=1.1.2.8&r2=1.1.2.9 http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/struct-reorg.h.diff?cvsroot=gcc&only_with_tag=struct-reorg-branch&r1=1.1.2.6&r2=1.1.2.7


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