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]

r136187 - in /branches/var-mappings-branch/gcc:...


Author: matz
Date: Thu May 29 20:18:07 2008
New Revision: 136187

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=136187
Log:
        * var-tracking.c (enum micro_operation_type): Add MO_ASSOC type.
        (assoc_reg_set, assoc_mem_set, count_assocs, add_assocs): New
        functions.
        (compute_bb_dataflow): Use them to remember decl associations.
        (emit_notes_in_bb): Deal with new micro ops.
        (vt_initialize): Count new micro ops and call add_assocs.

Modified:
    branches/var-mappings-branch/gcc/ChangeLog.varmap
    branches/var-mappings-branch/gcc/var-tracking.c


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