Re: [PATCH 21/22] Add extra field to gtm_jmpbuf on x86 only

2017-11-16 Thread Jeff Law
t.com; Jakub Jelinek >> Subject: Re: [PATCH 21/22] Add extra field to gtm_jmpbuf on x86 only >> >> On Wed, Nov 8, 2017 at 2:57 PM, H.J. Lu wrote: >>> On Wed, Nov 8, 2017 at 2:26 PM, Tsimbalist, Igor V >>> wrote: >>>>> -Original Message- >

RE: [PATCH 21/22] Add extra field to gtm_jmpbuf on x86 only

2017-11-13 Thread Tsimbalist, Igor V
> -Original Message- > From: H.J. Lu [mailto:hjl.to...@gmail.com] > Sent: Thursday, November 9, 2017 2:37 PM > To: Tsimbalist, Igor V > Cc: Jeff Law ; gcc-patches@gcc.gnu.org; > trie...@redhat.com; Jakub Jelinek > Subject: Re: [PATCH 21/22] Add extra field to g

Re: [PATCH 21/22] Add extra field to gtm_jmpbuf on x86 only

2017-11-09 Thread H.J. Lu
Sent: Wednesday, November 8, 2017 7:31 PM >>> To: Tsimbalist, Igor V ; gcc- >>> patc...@gcc.gnu.org >>> Cc: trie...@redhat.com; Jakub Jelinek >>> Subject: Re: [PATCH 21/22] Add extra field to gtm_jmpbuf on x86 only >>> >>> On 11/07/2017 09:22 AM, T

Re: [PATCH 21/22] Add extra field to gtm_jmpbuf on x86 only

2017-11-08 Thread H.J. Lu
; gcc- >> patc...@gcc.gnu.org >> Cc: trie...@redhat.com; Jakub Jelinek >> Subject: Re: [PATCH 21/22] Add extra field to gtm_jmpbuf on x86 only >> >> On 11/07/2017 09:22 AM, Tsimbalist, Igor V wrote: >> > I decided to split my previous patch "Enable buildin

RE: [PATCH 21/22] Add extra field to gtm_jmpbuf on x86 only

2017-11-08 Thread Tsimbalist, Igor V
> [ ... snip ... ] > > > > > > > 0021-Add-extra-field-to-gtm_jmpbuf-on-x86-only.patch > > > > > > From a6361c78bf774f2b4dbeeaf4147c286cff4ae5a4 Mon Sep 17 00:00:00 > 2001 > > From: Igor Tsimbalist > > Date: Tue, 7 Nov 2017 17:00:24 +0300 > > Subjec

RE: [PATCH 21/22] Add extra field to gtm_jmpbuf on x86 only

2017-11-08 Thread Tsimbalist, Igor V
Igor > -Original Message- > From: H.J. Lu [mailto:hjl.to...@gmail.com] > Sent: Wednesday, November 8, 2017 7:18 PM > To: Tsimbalist, Igor V > Cc: Jeff Law ; gcc-patches@gcc.gnu.org; > trie...@redhat.com > Subject: Re: [PATCH 21/22] Add extra field to gtm_jmpbuf on

Re: [PATCH 21/22] Add extra field to gtm_jmpbuf on x86 only

2017-11-08 Thread Jeff Law
Sep 17 00:00:00 2001 > From: Igor Tsimbalist > Date: Tue, 7 Nov 2017 17:00:24 +0300 > Subject: [PATCH 21/22] Add extra field to gtm_jmpbuf on x86 only > > Expand the gtm_jmpbuf structure by one word field to add > Intel CET support further. The code in sjlj.S already > alloca

Re: [PATCH 21/22] Add extra field to gtm_jmpbuf on x86 only

2017-11-08 Thread H.J. Lu
On Tue, Nov 7, 2017 at 8:22 AM, Tsimbalist, Igor V wrote: > I decided to split my previous patch "Enable building libitm with Intel CET " > into two different patches. The first patch will add a new field to sjlj.S and > target.h files. The second one will add Intel CET support on the top of the

[PATCH 21/22] Add extra field to gtm_jmpbuf on x86 only

2017-11-07 Thread Tsimbalist, Igor V
I decided to split my previous patch "Enable building libitm with Intel CET " into two different patches. The first patch will add a new field to sjlj.S and target.h files. The second one will add Intel CET support on the top of the first one. In this case the further changes for adding Intel CET