This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 0b5cd8c1e37 2018-02-14 Paolo Carlini paolo.carlini@oracle.com new 1c9aa9c6652 Reimplement CET intrinsics for rdssp/incssp insn.
The 1 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 | 16 +++++++ gcc/config/i386/cetintrin.h | 31 ++++++-------- gcc/config/i386/i386-builtin-types.def | 1 + gcc/config/i386/i386-builtin.def | 4 +- gcc/config/i386/i386.c | 3 +- gcc/config/i386/i386.md | 16 ++++--- gcc/doc/extend.texi | 62 +++++++++++++++++++++++++--- gcc/testsuite/ChangeLog | 9 ++++ gcc/testsuite/gcc.target/i386/cet-intrin-3.c | 10 ++--- gcc/testsuite/gcc.target/i386/cet-intrin-4.c | 25 +---------- gcc/testsuite/gcc.target/i386/cet-rdssp-1.c | 8 ++-- libgcc/ChangeLog | 6 +++ libgcc/config/i386/shadow-stack-unwind.h | 17 +++----- 13 files changed, 126 insertions(+), 82 deletions(-)