This is the mail archive of the gcc-patches@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]

Re: [patch] ipa/ipcp partitioning





Olga Golovanevsky/Haifa/IBM wrote on 15/05/2005 12:25:38:

> The two upcoming patching will contain: ipa_ipcp.[ch] files partitioning
> and proper ipaa patch.

also

> Steven Bosscher <stevenb@novell.com> wrote on 15/05/2005 13:12:24:
>
> > No files in gcc/ have file names with underscores, everyone uses
> > dashes.  I can't find documentation to figure out if this is just
> > by taste, or by convention.  But for consistency, then, could you
> > make it ipa-ipcp.[ch]?

This patch is a ipa_ipcp.[ch] files partitioning/renaming.
File ipa-prop.c will contain commonly used by ipcp and ipaa functions,
that are now also declared in ipa-prop.h, while file ipcp.c will be
specific for constant propagation.

ok for tree-profiling-branch?

olga

2005-05-17  Olga Golovanevsky  <olga@il.ibm.com>

      * ipa_prop.c: Deleted.
      * ipa_prop.h: Deleted.
      * ipa-prop.c: New file. It contains all ipa_ functions
      that were in ipa_prop.c. They are non-static now.
      * ipa-prop.h: New file, renamed form ipa_prop.h. Declarations
      of all ipa_ functions from ipa-prop.c are added.
      * ipcp.c: Contains all ipcp_ functions that were in ipa_prop.c
      * Makefile.in (ipa-prop.c, ipa-prop.h): Renamed from ipa_prop.c,
      ipa_prop.h.
      (ipcp.o): New target. Added to OBJS-archive.
      (ipcp.c): Added to GTFILES.
      * cgraphunit.c: Includes ipa-prop.h instead of ipa_prop.h
      * tree-inline.c: Similar to cgraphunit.c.

diff:

(See attached file: division.txt)
new files:

(See attached file: ipa-prop.c)(See attached file: ipa-prop.h)(See attached
file: ipcp.c)

Attachment: division.txt
Description: Text document

Attachment: ipa-prop.c
Description: Binary data

Attachment: ipa-prop.h
Description: Binary data

Attachment: ipcp.c
Description: Binary data


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