Re: 0004-Part-4.-Update-x86-backend-to-enable-Intel-CET

2017-11-06 Thread Uros Bizjak
On Mon, Sep 18, 2017 at 11:58 AM, Uros Bizjak wrote: >> gcc/ >> >> * common/config/i386/i386-common.c (OPTION_MASK_ISA_IBT_SET): New. >> (OPTION_MASK_ISA_SHSTK_SET): Likewise. >> (OPTION_MASK_ISA_IBT_UNSET): Likewise. >> (OPTION_MASK_ISA_SHSTK_UNSET): Likewise. >>

Re: 0004-Part-4.-Update-x86-backend-to-enable-Intel-CET

2017-10-13 Thread Uros Bizjak
11:58 AM >> > To: gcc-patches@gcc.gnu.org >> > Cc: Tsimbalist, Igor V <igor.v.tsimbal...@intel.com>; Tsimbalist, Igor >> > V <igor.v.tsimbal...@intel.com> >> > Subject: Re: 0004-Part-4.-Update-x86-backend-to-enable-Intel-CET >> > >> >

RE: 0004-Part-4.-Update-x86-backend-to-enable-Intel-CET

2017-10-12 Thread Tsimbalist, Igor V
atches@gcc.gnu.org > Cc: Tsimbalist, Igor V <igor.v.tsimbal...@intel.com> > Subject: RE: 0004-Part-4.-Update-x86-backend-to-enable-Intel-CET > > Uros, thank you for the approval. Based on the approval of the first 3 patches > (I've submitted them today), I need to adjust option

RE: 0004-Part-4.-Update-x86-backend-to-enable-Intel-CET

2017-09-19 Thread Tsimbalist, Igor V
o:ubiz...@gmail.com] > Sent: Monday, September 18, 2017 11:58 AM > To: gcc-patches@gcc.gnu.org > Cc: Tsimbalist, Igor V <igor.v.tsimbal...@intel.com>; Tsimbalist, Igor V > <igor.v.tsimbal...@intel.com> > Subject: Re: 0004-Part-4.-Update-x86-backend-to-enable

Re: 0004-Part-4.-Update-x86-backend-to-enable-Intel-CET

2017-09-18 Thread Uros Bizjak
Hello! > gcc/ > > * common/config/i386/i386-common.c (OPTION_MASK_ISA_IBT_SET): New. > (OPTION_MASK_ISA_SHSTK_SET): Likewise. > (OPTION_MASK_ISA_IBT_UNSET): Likewise. > (OPTION_MASK_ISA_SHSTK_UNSET): Likewise. > (ix86_handle_option): Add -mibt, -mshstk, -mcet handling. > * config.gcc

0004-Part-4.-Update-x86-backend-to-enable-Intel-CET

2017-08-01 Thread Tsimbalist, Igor V
options -mcet, -mibt and -mshstk, new instructions and intrinsics; 2) provides support for -finstrument-control-flow option by doing needed code instrumentation, which is based on CET features. 0004-Part-4.-Update-x86-backend-to-enable-Intel-CET.PATCH Description: 0004-Part-4.-Update-x86-backend