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]

r116272 - in /branches/ipa-branch/gcc: ChangeLo...


Author: razya
Date: Sun Aug 20 10:25:11 2006
New Revision: 116272

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=116272
Log:
2006-08-20  Razya Ladelsky  <razya@il.ibm.com>
        * ipa-cp.c (ipcp_insert_stage, ipcp_driver): Support for SSA.
        (compute_prof): New function to compute how hot each method is.
        Use compute_function_frequency.
        * ipa-prop.c (ipa_method_modify_stmt,
        ipa_callsite_compute_param): Support for SSA.
        * predict.c (compute_function_frequency): Change from static
        to extern.


Modified:
    branches/ipa-branch/gcc/ChangeLog.ipa
    branches/ipa-branch/gcc/ipa-cp.c
    branches/ipa-branch/gcc/ipa-prop.c
    branches/ipa-branch/gcc/predict.c


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