This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from d34dd3b Fix some issues with the ROP patch (PR 68471, 68472) new 4cfd27a Add an rsqrt_optab and IFN_RSQRT internal function
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 | 40 +++++++++++++++ gcc/config/aarch64/aarch64-builtins.c | 34 +++++-------- gcc/config/aarch64/aarch64-protos.h | 2 +- gcc/config/aarch64/aarch64-simd.md | 2 +- gcc/config/aarch64/aarch64.c | 49 ++++++++++++------ gcc/config/i386/i386.c | 79 ++++++++++------------------- gcc/config/rs6000/rs6000.c | 95 ++++++++++++----------------------- gcc/doc/md.texi | 12 +++++ gcc/doc/tm.texi | 6 +-- gcc/internal-fn.def | 2 + gcc/optabs.def | 1 + gcc/target.def | 8 +-- gcc/targhooks.c | 2 +- gcc/targhooks.h | 2 +- gcc/tree-ssa-math-opts.c | 79 +++++++++++++++++++++-------- 15 files changed, 228 insertions(+), 185 deletions(-)