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

Issue 5461043: [4.7][google] Adding a new option "-fstack-protector-strong".

Can't Edit
Can't Publish+Mail
Start Review
Created:
12 years, 3 months ago by shenhan
Modified:
7 years, 1 month ago
Reviewers:
jakub, pinskia, richard.guenther, xur, davidxl, love1060224, Diego Novillo
CC:
gcc-patches_gcc.gnu.org, davidxi_google.com
Visibility:
Public.

Patch Set 1 #

Patch Set 2 : Updated per Andrew's and Richard's #

Patch Set 3 : Removed debugging prints #

Patch Set 4 : Modified per Jakub's #

Patch Set 5 : Per Jakub's & Andrew's #

Patch Set 6 : Updated #

Patch Set 7 : Synced with newest trunk #

Total comments: 5

Patch Set 8 : Modified per Rong's and David's comments #

Total comments: 2
Unified diffs Side-by-side diffs Delta from patch set Stats (+236 lines, -8 lines) Patch
M gcc/cfgexpand.c View 1 2 3 4 5 6 7 3 chunks +53 lines, -5 lines 0 comments Download
M gcc/common.opt View 1 2 3 4 5 6 7 1 chunk +5 lines, -1 line 0 comments Download
gcc/doc/invoke.texi View 1 2 3 4 5 6 7 2 chunks +8 lines, -2 lines 2 comments Download
A gcc/testsuite/g++.dg/fstack-protector-strong.C View 1 2 3 4 6 1 chunk +35 lines, -0 lines 0 comments Download
A gcc/testsuite/gcc.dg/fstack-protector-strong.c View 1 2 3 4 6 1 chunk +135 lines, -0 lines 0 comments Download

Messages

Total messages: 20
shenhan
Hi, this patch provides a new stack protection option - "fstack-protector-strong". Background - some times ...
12 years, 3 months ago (2011-12-08 01:07:53 UTC) #1
pinskia_gmail.com
On Wed, Dec 7, 2011 at 5:07 PM, Han Shen <shenhan@google.com> wrote: > + /* ...
12 years, 3 months ago (2011-12-08 01:19:55 UTC) #2
richard.guenther_gmail.com
On Thu, Dec 8, 2011 at 2:19 AM, Andrew Pinski <pinskia@gmail.com> wrote: > On Wed, ...
12 years, 3 months ago (2011-12-08 09:07:06 UTC) #3
Diego Novillo
On Wed, Dec 7, 2011 at 20:07, Han Shen <shenhan@google.com> wrote: > Status - implemented ...
12 years, 3 months ago (2011-12-08 13:18:27 UTC) #4
shenhan
Hi, Andrew and Richard, check via referenced vars is much easier, thanks! Updated patches attached ...
12 years, 3 months ago (2011-12-08 19:05:43 UTC) #5
jakub_redhat.com
On Thu, Dec 08, 2011 at 11:05:42AM -0800, Han Shen(沈涵) wrote: > --- a/gcc/cfgexpand.c > ...
12 years, 3 months ago (2011-12-08 19:13:13 UTC) #6
shenhan
Hi, Jakub, thanks! Patches modified according to gnu coding standards. -Han Patches (also on http://codereview.appspot.com/5461043) ...
12 years, 3 months ago (2011-12-08 22:02:23 UTC) #7
jakub_redhat.com
On Thu, Dec 08, 2011 at 02:02:23PM -0800, Han Shen(沈涵) wrote: > Hi, Jakub, thanks! ...
12 years, 3 months ago (2011-12-08 22:22:45 UTC) #8
pinskia_gmail.com
On Thu, Dec 8, 2011 at 2:02 PM, Han Shen(沈涵) <shenhan@google.com> wrote: > + FOR_EACH_REFERENCED_VAR(cfun, ...
12 years, 3 months ago (2011-12-08 22:30:22 UTC) #9
pinskia_gmail.com
On Thu, Dec 8, 2011 at 2:02 PM, Han Shen(沈涵) <shenhan@google.com> wrote: > +/* Address ...
12 years, 3 months ago (2011-12-08 22:32:54 UTC) #10
shenhan
Hi, Jakub, thanks! Fixed! Hi, Andrew, it's good suggestion. Done. Also modified foo10. A small ...
12 years, 3 months ago (2011-12-09 00:55:46 UTC) #11
shenhan
Hi, further comments? Or ok for submit? And as suggested by Diego, I'd like to ...
12 years, 3 months ago (2011-12-13 17:23:53 UTC) #12
shenhan
Hi, all, it's been a long time, I've slightly modified my code - TREE_ADDRESSABLE is ...
12 years, 2 months ago (2012-01-09 22:18:43 UTC) #13
shenhan
Another gentle ping? -Han On Mon, Jan 9, 2012 at 2:18 PM, Han Shen(沈涵) <shenhan@google.com> ...
12 years, 2 months ago (2012-01-23 19:22:14 UTC) #14
xur
OK for google branches. http://codereview.appspot.com/5461043/diff/16001/gcc/cfgexpand.c File gcc/cfgexpand.c (right): http://codereview.appspot.com/5461043/diff/16001/gcc/cfgexpand.c#newcode1597 gcc/cfgexpand.c:1597: contain an array or are ...
12 years, 2 months ago (2012-01-24 21:56:58 UTC) #15
davidxl
Also need to update doc/invoke.texi file for the new option. http://codereview.appspot.com/5461043/diff/16001/gcc/cfgexpand.c File gcc/cfgexpand.c (right): http://codereview.appspot.com/5461043/diff/16001/gcc/cfgexpand.c#newcode1531 ...
12 years, 2 months ago (2012-01-24 22:16:22 UTC) #16
shenhan
Hi, David and Rong, thanks a lot! Modified code uploaded as patch 8 and is ...
12 years, 2 months ago (2012-01-26 04:09:14 UTC) #17
davidxl
ok for google branches with the above changes. Please continue to seek upstream approval. David ...
12 years, 2 months ago (2012-01-26 05:41:45 UTC) #18
shenhan
Hi, ping? Could someone take a look at this patch, it has already been reviewed ...
12 years, 2 months ago (2012-01-30 22:24:57 UTC) #19
love1060224
7 years, 1 month ago (2017-02-20 22:05:01 UTC) #20

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