public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug optimization/12837] New: The mod vpt does not work on PPC
@ 2003-10-30  6:38 pinskia at gcc dot gnu dot org
  2003-10-30  6:40 ` [Bug optimization/12837] " pinskia at gcc dot gnu dot org
                   ` (5 more replies)
  0 siblings, 6 replies; 7+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2003-10-30  6:38 UTC (permalink / raw)
  To: gcc-bugs

PLEASE REPLY TO gcc-bugzilla@gcc.gnu.org ONLY, *NOT* gcc-bugs@gcc.gnu.org.

http://gcc.gnu.org/bugzilla/show_bug.cgi?id=12837

           Summary: The mod vpt does not work on PPC
           Product: gcc
           Version: 3.4
            Status: UNCONFIRMED
          Keywords: pessimizes-code, patch
          Severity: enhancement
          Priority: P2
         Component: optimization
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: pinskia at gcc dot gnu dot org
                CC: gcc-bugs at gcc dot gnu dot org
GCC target triplet: powerpc-*-*

This is to keep track of two patches: <http://gcc.gnu.org/ml/gcc-patches/2003-10/
msg02412.html> and <http://gcc.gnu.org/ml/gcc-patches/2003-10/msg02414.html> which 
have the mod Value based feeedback work on PPC and other targets that do not have a MOD or an 
UMOD rtl.  Note I will fix up the first patch to use find_reg_equiv_note instead.


^ permalink raw reply	[flat|nested] 7+ messages in thread

* [Bug optimization/12837] The mod vpt does not work on PPC
  2003-10-30  6:38 [Bug optimization/12837] New: The mod vpt does not work on PPC pinskia at gcc dot gnu dot org
@ 2003-10-30  6:40 ` pinskia at gcc dot gnu dot org
  2004-02-08  6:45 ` pinskia at gcc dot gnu dot org
                   ` (4 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2003-10-30  6:40 UTC (permalink / raw)
  To: gcc-bugs

PLEASE REPLY TO gcc-bugzilla@gcc.gnu.org ONLY, *NOT* gcc-bugs@gcc.gnu.org.

http://gcc.gnu.org/bugzilla/show_bug.cgi?id=12837


pinskia at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
         AssignedTo|unassigned at gcc dot gnu   |pinskia at gcc dot gnu dot
                   |dot org                     |org
             Status|UNCONFIRMED                 |ASSIGNED
     Ever Confirmed|                            |1
   Last reconfirmed|0000-00-00 00:00:00         |2003-10-30 06:38:16
               date|                            |


^ permalink raw reply	[flat|nested] 7+ messages in thread

* [Bug optimization/12837] The mod vpt does not work on PPC
  2003-10-30  6:38 [Bug optimization/12837] New: The mod vpt does not work on PPC pinskia at gcc dot gnu dot org
  2003-10-30  6:40 ` [Bug optimization/12837] " pinskia at gcc dot gnu dot org
@ 2004-02-08  6:45 ` pinskia at gcc dot gnu dot org
  2004-02-14 21:12 ` pinskia at gcc dot gnu dot org
                   ` (3 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2004-02-08  6:45 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From pinskia at gcc dot gnu dot org  2004-02-08 06:45 -------
Need to send updated patches in.

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
   Last reconfirmed|2004-01-01 22:10:10         |2004-02-08 06:45:17
               date|                            |
   Target Milestone|---                         |3.5.0


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=12837


^ permalink raw reply	[flat|nested] 7+ messages in thread

* [Bug optimization/12837] The mod vpt does not work on PPC
  2003-10-30  6:38 [Bug optimization/12837] New: The mod vpt does not work on PPC pinskia at gcc dot gnu dot org
  2003-10-30  6:40 ` [Bug optimization/12837] " pinskia at gcc dot gnu dot org
  2004-02-08  6:45 ` pinskia at gcc dot gnu dot org
@ 2004-02-14 21:12 ` pinskia at gcc dot gnu dot org
  2004-04-05  0:51 ` pinskia at gcc dot gnu dot org
                   ` (2 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2004-02-14 21:12 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From pinskia at gcc dot gnu dot org  2004-02-14 21:12 -------
I will ask for a ping soon on these patches.

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
   Last reconfirmed|2004-02-08 06:45:17         |2004-02-14 21:12:15
               date|                            |


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=12837


^ permalink raw reply	[flat|nested] 7+ messages in thread

* [Bug optimization/12837] The mod vpt does not work on PPC
  2003-10-30  6:38 [Bug optimization/12837] New: The mod vpt does not work on PPC pinskia at gcc dot gnu dot org
                   ` (2 preceding siblings ...)
  2004-02-14 21:12 ` pinskia at gcc dot gnu dot org
@ 2004-04-05  0:51 ` pinskia at gcc dot gnu dot org
  2004-05-26 11:43 ` [Bug rtl-optimization/12837] " pinskia at gcc dot gnu dot org
  2005-04-06 18:26 ` pinskia at gcc dot gnu dot org
  5 siblings, 0 replies; 7+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2004-04-05  0:51 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From pinskia at gcc dot gnu dot org  2004-04-05 00:51 -------
Waiting to VPT is implemented on the tree level, then this does not need to happen at all.

-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=12837


^ permalink raw reply	[flat|nested] 7+ messages in thread

* [Bug rtl-optimization/12837] The mod vpt does not work on PPC
  2003-10-30  6:38 [Bug optimization/12837] New: The mod vpt does not work on PPC pinskia at gcc dot gnu dot org
                   ` (3 preceding siblings ...)
  2004-04-05  0:51 ` pinskia at gcc dot gnu dot org
@ 2004-05-26 11:43 ` pinskia at gcc dot gnu dot org
  2005-04-06 18:26 ` pinskia at gcc dot gnu dot org
  5 siblings, 0 replies; 7+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2004-05-26 11:43 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From pinskia at gcc dot gnu dot org  2004-05-25 14:22 -------
Suspending untill VPT is implemented on the tree level.

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|ASSIGNED                    |SUSPENDED
   Target Milestone|3.5.0                       |---


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=12837


^ permalink raw reply	[flat|nested] 7+ messages in thread

* [Bug rtl-optimization/12837] The mod vpt does not work on PPC
  2003-10-30  6:38 [Bug optimization/12837] New: The mod vpt does not work on PPC pinskia at gcc dot gnu dot org
                   ` (4 preceding siblings ...)
  2004-05-26 11:43 ` [Bug rtl-optimization/12837] " pinskia at gcc dot gnu dot org
@ 2005-04-06 18:26 ` pinskia at gcc dot gnu dot org
  5 siblings, 0 replies; 7+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2005-04-06 18:26 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From pinskia at gcc dot gnu dot org  2005-04-06 18:26 -------
Fixed in 4.1.0 by:
2005-03-29  Dale Johannesen <dalej@apple.com>

        * Makefile.in (value-prof.o): New dependencies on $(DIAGNOSTIC_H)
        $(TREE_H) and $(COVERAGE_H).
        * coverage.c (compute_checksum): Use DECL_NAME not DECL_ASSEMBLER_NAME.
        * opts.c (common_handle_option): Enable tree-based value transforms.
        * toplev.c (process_options): Ditto.
        * value-prof.h (struct histogram_value_t): Redefine. "Adjust" below
        refers to references to this type.
        * tree-flow.h: (struct stmt_ann_d): Add histograms field.
        * rtl-profile.c (rtl_gen_interval_profiler): Adjust. Remove checks
        for may_be_more, may_be_less.
        (rtl_gen_pow2_profiler): Adjust.
        (rtl_gen_one_value_profiler_no_edge_manip): Adjust.
        (rtl_gen_one_value_profiler): Adjust.
        (rtl_gen_const_delta_profiler): Adjust.
        * tree-profile.c (tree_gen_interval_profiler): Implement.
        (tree_gen_pow2_profiler): Ditto.
	......

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|SUSPENDED                   |RESOLVED
         Resolution|                            |FIXED
   Target Milestone|---                         |4.1.0


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=12837


^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2005-04-06 18:26 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2003-10-30  6:38 [Bug optimization/12837] New: The mod vpt does not work on PPC pinskia at gcc dot gnu dot org
2003-10-30  6:40 ` [Bug optimization/12837] " pinskia at gcc dot gnu dot org
2004-02-08  6:45 ` pinskia at gcc dot gnu dot org
2004-02-14 21:12 ` pinskia at gcc dot gnu dot org
2004-04-05  0:51 ` pinskia at gcc dot gnu dot org
2004-05-26 11:43 ` [Bug rtl-optimization/12837] " pinskia at gcc dot gnu dot org
2005-04-06 18:26 ` pinskia at gcc dot gnu dot org

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).