Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(647)

Issue 6631066: [PATCH] Reduce conservativeness in REE using machine model

Can't Edit
Can't Publish+Mail
Start Review
Created:
11 years, 6 months ago by tejohnson
Modified:
9 years, 8 months ago
Reviewers:
jakub, stevenb.gcc
CC:
davidxl, gcc-patches_gcc.gnu.org
Base URL:
svn+ssh://gcc.gnu.org/svn/gcc/trunk/gcc/
Visibility:
Public.

Patch Set 1 #

Patch Set 2 : [PATCH] Reduce conservativeness in REE using machine model #

Unified diffs Side-by-side diffs Delta from patch set Stats (+86 lines, -1 line) Patch
M config/i386/i386.c View 2 chunks +45 lines, -0 lines 0 comments Download
M doc/tm.texi View 1 1 chunk +4 lines, -0 lines 0 comments Download
M doc/tm.texi.in View 1 1 chunk +2 lines, -0 lines 0 comments Download
M ree.c View 1 2 chunks +15 lines, -1 line 0 comments Download
M target.def View 1 1 chunk +11 lines, -0 lines 0 comments Download
M targhooks.h View 1 1 chunk +1 line, -0 lines 0 comments Download
M targhooks.c View 1 1 chunk +8 lines, -0 lines 0 comments Download

Messages

Total messages: 11
tejohnson
This patch addresses conservative behavior in redundant extend elimination that was resulting in redundant extends ...
11 years, 6 months ago (2012-10-10 21:25:45 UTC) #1
stevenb.gcc
On Wed, Oct 10, 2012 at 11:25 PM, Teresa Johnson <tejohnson@google.com> wrote: > What I ...
11 years, 6 months ago (2012-10-10 21:43:52 UTC) #2
tejohnson
On Wed, Oct 10, 2012 at 2:43 PM, Steven Bosscher <stevenb.gcc@gmail.com>wrote: > On Wed, Oct ...
11 years, 6 months ago (2012-10-10 23:18:32 UTC) #3
tejohnson
Revised patch to address conservative behavior in redundant extend elimination that was resulting in redundant ...
11 years, 6 months ago (2012-10-11 21:44:14 UTC) #4
stevenb.gcc
On Thu, Oct 11, 2012 at 11:44 PM, Teresa Johnson wrote: > + mode = ...
11 years, 6 months ago (2012-10-11 21:50:38 UTC) #5
jakub_redhat.com
On Thu, Oct 11, 2012 at 02:44:12PM -0700, Teresa Johnson wrote: > Revised patch to ...
11 years, 6 months ago (2012-10-12 08:23:57 UTC) #6
tejohnson
On Fri, Oct 12, 2012 at 1:23 AM, Jakub Jelinek <jakub@redhat.com> wrote: > On Thu, ...
11 years, 6 months ago (2012-10-15 21:04:25 UTC) #7
davidxl
The change to remove mode check looks good to me. Not directly related to this ...
11 years, 6 months ago (2012-10-16 06:53:48 UTC) #8
tejohnson
The attached patch implements avoids conservative behavior in REE by allowing removal of redundant extends ...
11 years, 6 months ago (2012-10-18 15:21:03 UTC) #9
tejohnson
ping. Teresa On Thu, Oct 18, 2012 at 8:21 AM, Teresa Johnson <tejohnson@google.com> wrote: > ...
11 years, 6 months ago (2012-10-25 20:28:32 UTC) #10
jakub_redhat.com
11 years, 6 months ago (2012-10-25 20:59:20 UTC) #11
On Thu, Oct 25, 2012 at 01:28:32PM -0700, Teresa Johnson wrote:
> > 2012-10-18  Teresa Johnson  <tejohnson@google.com>
> >
> >         * ree.c (add_removable_extension): Remove unnecessary
> >         mode check with other extension.
> >
> > 2012-10-18  Teresa Johnson  <tejohnson@google.com>
> >
> >         * gcc.c-torture/execute/20111227-2.c: New test.
> >         * gcc.c-torture/execute/20111227-3.c: Ditto.

Ok for trunk.

	Jakub
Sign in to reply to this message.

Powered by Google App Engine
RSS Feeds Recent Issues | This issue
This is Rietveld f62528b