This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 5f9ef1339e9 rs6000: Fold xxsel to vsel since they have same semantics new 95bb87b2458 hardened conditionals
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/Makefile.in | 1 + .../doc/gnat_rm/security_hardening_features.rst | 40 ++ gcc/common.opt | 8 + gcc/doc/invoke.texi | 19 + gcc/gimple-harden-conditionals.cc | 439 +++++++++++++++++++++ gcc/passes.def | 2 + gcc/testsuite/c-c++-common/torture/harden-comp.c | 14 + gcc/testsuite/c-c++-common/torture/harden-cond.c | 18 + gcc/tree-pass.h | 3 + 9 files changed, 544 insertions(+) create mode 100644 gcc/gimple-harden-conditionals.cc create mode 100644 gcc/testsuite/c-c++-common/torture/harden-comp.c create mode 100644 gcc/testsuite/c-c++-common/torture/harden-cond.c