This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from d2377f21a11 2018-04-19 Richard Biener rguenther@suse.de new bc74a83727b 2018-04-19 Sebastian Peryt sebastian.peryt@intel.com new b1384095a7c x86: Enable -fcf-protection with multi-byte NOPs
The 2 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference.
Summary of changes: gcc/ChangeLog | 58 +++++++++++++++ gcc/common/config/i386/i386-common.c | 30 ++++++++ gcc/config.gcc | 4 +- gcc/config/i386/cet.c | 4 +- gcc/config/i386/cpuid.h | 2 + gcc/config/i386/driver-i386.c | 7 +- gcc/config/i386/i386-builtin-types.def | 2 + gcc/config/i386/i386-builtin.def | 5 ++ gcc/config/i386/i386-c.c | 10 ++- gcc/config/i386/i386.c | 87 ++++++++++------------ gcc/config/i386/i386.h | 4 + gcc/config/i386/i386.md | 24 +++++- gcc/config/i386/i386.opt | 17 +++-- gcc/config/i386/immintrin.h | 2 + gcc/config/i386/{xsavesintrin.h => movdirintrin.h} | 60 +++++++-------- gcc/doc/invoke.texi | 40 +++++----- gcc/testsuite/ChangeLog | 32 ++++++++ gcc/testsuite/c-c++-common/attr-nocf-check-1.c | 1 + gcc/testsuite/c-c++-common/attr-nocf-check-3.c | 1 + gcc/testsuite/c-c++-common/fcf-protection-1.c | 1 - gcc/testsuite/c-c++-common/fcf-protection-2.c | 1 - gcc/testsuite/c-c++-common/fcf-protection-3.c | 1 - gcc/testsuite/c-c++-common/fcf-protection-5.c | 1 - gcc/testsuite/c-c++-common/fcf-protection-6.c | 2 - gcc/testsuite/c-c++-common/fcf-protection-7.c | 2 - gcc/testsuite/gcc.dg/march-generic.c | 2 +- gcc/testsuite/gcc.target/i386/align-limit.c | 2 +- .../gcc.target/i386/{cet-label.c => cet-label-3.c} | 4 +- gcc/testsuite/gcc.target/i386/cet-notrack-icf-1.c | 2 +- gcc/testsuite/gcc.target/i386/cet-notrack-icf-3.c | 2 +- gcc/testsuite/gcc.target/i386/cet-property-2.c | 2 +- .../i386/{cet-property-1.c => cet-property-3.c} | 2 +- .../gcc.target/i386/{cet-sjlj-5.c => cet-sjlj-7.c} | 2 +- .../gcc.target/i386/indirect-thunk-attr-7.c | 2 +- .../gcc.target/i386/indirect-thunk-extern-7.c | 2 +- gcc/testsuite/gcc.target/i386/movdir-1.c | 30 ++++++++ gcc/testsuite/gcc.target/i386/pr85403.c | 2 +- .../gcc.target/i386/{mvc6.c => pr85417-1.c} | 2 +- gcc/testsuite/gcc.target/i386/ret-thunk-26.c | 2 +- 39 files changed, 320 insertions(+), 136 deletions(-) copy gcc/config/i386/{xsavesintrin.h => movdirintrin.h} (56%) copy gcc/testsuite/gcc.target/i386/{cet-label.c => cet-label-3.c} (75%) copy gcc/testsuite/gcc.target/i386/{cet-property-1.c => cet-property-3.c} (78%) copy gcc/testsuite/gcc.target/i386/{cet-sjlj-5.c => cet-sjlj-7.c} (94%) create mode 100644 gcc/testsuite/gcc.target/i386/movdir-1.c copy gcc/testsuite/gcc.target/i386/{mvc6.c => pr85417-1.c} (89%)