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

Issue 4550056: New options to disable/enable any pass for any functions

Can't Edit
Can't Publish+Mail
Start Review
Created:
12 years, 11 months ago by davidxl
Modified:
9 years, 4 months ago
Reviewers:
richard.guenther, hjl.tools, andi, hubicka, joseph
CC:
gcc-patches_gcc.gnu.org
Base URL:
svn+ssh://gcc.gnu.org/svn/gcc/branches/google/main/gcc/
Visibility:
Public.

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+349 lines, -39 lines) Patch
M common.opt View 1 chunk +8 lines, -0 lines 0 comments Download
M final.c View 1 chunk +1 line, -13 lines 0 comments Download
M opts-global.c View 1 chunk +6 lines, -0 lines 0 comments Download
M passes.c View 7 chunks +325 lines, -21 lines 0 comments Download
M tree-cfg.c View 1 chunk +1 line, -5 lines 0 comments Download
M tree-pass.h View 1 chunk +8 lines, -0 lines 0 comments Download

Messages

Total messages: 32
davidxl
In gcc, not all passes have user level control to turn it on/off, and there ...
12 years, 11 months ago (2011-05-18 18:37:11 UTC) #1
joseph_codesourcery.com
On Wed, 18 May 2011, David Li wrote: > + error ("Unrecognized option %s", is_enable ...
12 years, 11 months ago (2011-05-18 19:30:44 UTC) #2
davidxl
Thanks for the comment. Will fix those. David On Wed, May 18, 2011 at 12:30 ...
12 years, 11 months ago (2011-05-18 19:42:48 UTC) #3
richard.guenther_gmail.com
On Wed, May 18, 2011 at 8:37 PM, David Li <davidxl@google.com> wrote: > > In ...
12 years, 11 months ago (2011-05-18 20:26:14 UTC) #4
davidxl
Will fix the Changelog, and add documentation. Thanks, David On Wed, May 18, 2011 at ...
12 years, 11 months ago (2011-05-18 20:34:10 UTC) #5
davidxl
The attached is the revised patch. Bootstrap and regression tested in trunk on x86-64/linux. Ok ...
12 years, 11 months ago (2011-05-18 22:38:58 UTC) #6
andi_firstfloor.org
davidxl@google.com (David Li) writes: > -fdisable-tree-ccp1 <--- disable ccp1 for all functions > -fenable-tree-cunroll=1 <--- ...
12 years, 11 months ago (2011-05-19 18:05:14 UTC) #7
davidxl
On Thu, May 19, 2011 at 11:04 AM, Andi Kleen <andi@firstfloor.org> wrote: > davidxl@google.com (David ...
12 years, 11 months ago (2011-05-19 18:10:32 UTC) #8
andi_firstfloor.org
On Thu, May 19, 2011 at 11:10:24AM -0700, Xinliang David Li wrote: > On Thu, ...
12 years, 11 months ago (2011-05-19 18:17:23 UTC) #9
davidxl
On Thu, May 19, 2011 at 11:17 AM, Andi Kleen <andi@firstfloor.org> wrote: > On Thu, ...
12 years, 11 months ago (2011-05-19 18:50:27 UTC) #10
davidxl
Ok to check in this one? Thanks, David On Wed, May 18, 2011 at 12:30 ...
12 years, 11 months ago (2011-05-20 16:07:03 UTC) #11
davidxl
Ping. David On Fri, May 20, 2011 at 9:06 AM, Xinliang David Li <davidxl@google.com> wrote: ...
12 years, 11 months ago (2011-05-22 23:17:11 UTC) #12
davidxl
Ping. The link to the message: http://gcc.gnu.org/ml/gcc-patches/2011-05/msg01303.html Thanks, David On Sun, May 22, 2011 at ...
12 years, 11 months ago (2011-05-25 16:18:29 UTC) #13
joseph_codesourcery.com
On Wed, 25 May 2011, Xinliang David Li wrote: > Ping. The link to the ...
12 years, 11 months ago (2011-05-25 16:53:34 UTC) #14
davidxl
Fair enough. Richard? Thanks, David On Wed, May 25, 2011 at 9:53 AM, Joseph S. ...
12 years, 11 months ago (2011-05-25 17:21:19 UTC) #15
richard.guenther_gmail.com
On Wed, May 25, 2011 at 6:53 PM, Joseph S. Myers <joseph@codesourcery.com> wrote: > On ...
12 years, 11 months ago (2011-05-26 09:04:29 UTC) #16
joseph_codesourcery.com
On Thu, 26 May 2011, Richard Guenther wrote: > + if (is_enable) > + error ...
12 years, 11 months ago (2011-05-26 12:05:16 UTC) #17
davidxl
On Thu, May 26, 2011 at 2:04 AM, Richard Guenther <richard.guenther@gmail.com> wrote: > On Wed, ...
12 years, 11 months ago (2011-05-26 21:04:11 UTC) #18
davidxl
The latest version that only exports 2 functions from passes.c. David On Thu, May 26, ...
12 years, 11 months ago (2011-05-26 22:02:03 UTC) #19
richard.guenther_gmail.com
On Fri, May 27, 2011 at 12:02 AM, Xinliang David Li <davidxl@google.com> wrote: > The ...
12 years, 11 months ago (2011-05-27 09:58:51 UTC) #20
davidxl
The attached are two simple follow up patches 1) the first patch does some refactorization ...
12 years, 11 months ago (2011-05-30 20:16:51 UTC) #21
davidxl
This is the complete patch for pass name fixes (with test case changes). David On ...
12 years, 11 months ago (2011-05-30 21:44:42 UTC) #22
richard.guenther_gmail.com
On Mon, May 30, 2011 at 10:16 PM, Xinliang David Li <davidxl@google.com> wrote: > The ...
12 years, 11 months ago (2011-05-31 09:05:08 UTC) #23
richard.guenther_gmail.com
On Mon, May 30, 2011 at 11:44 PM, Xinliang David Li <davidxl@google.com> wrote: > This ...
12 years, 11 months ago (2011-05-31 09:07:36 UTC) #24
davidxl
On Tue, May 31, 2011 at 2:05 AM, Richard Guenther <richard.guenther@gmail.com> wrote: > On Mon, ...
12 years, 11 months ago (2011-05-31 16:06:54 UTC) #25
davidxl
The new patch is attached. The test (c,c++,fortran, java, ada) is on going. Thanks, David ...
12 years, 11 months ago (2011-06-01 00:01:21 UTC) #26
davidxl
Honza, are you ok with the pass name change? David On Tue, May 31, 2011 ...
12 years, 11 months ago (2011-06-01 00:02:16 UTC) #27
davidxl
Please discard the previous one. This is the right one: David On Tue, May 31, ...
12 years, 11 months ago (2011-06-01 00:04:01 UTC) #28
hubicka_ucw.cz
> Please discard the previous one. This is the right one: > > David > ...
12 years, 11 months ago (2011-06-01 08:13:56 UTC) #29
richard.guenther_gmail.com
On Wed, Jun 1, 2011 at 2:03 AM, Xinliang David Li <davidxl@google.com> wrote: > Please ...
12 years, 11 months ago (2011-06-01 09:22:59 UTC) #30
hubicka_ucw.cz
> On Wed, Jun 1, 2011 at 2:03 AM, Xinliang David Li <davidxl@google.com> wrote: > ...
12 years, 11 months ago (2011-06-01 09:27:23 UTC) #31
hjl.tools_gmail.com
12 years, 11 months ago (2011-06-01 19:19:14 UTC) #32
On Mon, May 30, 2011 at 2:44 PM, Xinliang David Li <davidxl@google.com> wrote:
> This is the complete patch for pass name fixes (with test case changes).
>
> David
>
>

I think your change caused:

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


H.J.
Sign in to reply to this message.

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