This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 7349d65 * predict.c (pass_strip_predict_hints::execute): Cleanup CFG [...] new 99fc0e4 [AArch64, 1/6] Reimplement scalar fixed-point intrinsics new fabaa1e [AArch64, 2/6] Reimplement vector fixed-point intrinsics new 954192d [AArch64, 3/6] Reimplement frsqrte intrinsics new 62c6596 [AArch64, 4/6] Reimplement frsqrts intrinsics new edd8576 [AArch64, 5/6] Reimplement fabd intrinsics & merge rtl patterns new bcc6434 [AArch64, 6/6] Reimplement vpadd intrinsics & extend rtl patt [...]
The 6 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 | 121 +++++ gcc/config/aarch64/aarch64-builtins.c | 8 + gcc/config/aarch64/aarch64-simd-builtins.def | 18 + gcc/config/aarch64/aarch64-simd.md | 72 +-- gcc/config/aarch64/aarch64.c | 20 +- gcc/config/aarch64/aarch64.md | 34 ++ gcc/config/aarch64/arm_neon.h | 734 ++++++++++----------------- gcc/config/aarch64/iterators.md | 23 +- 8 files changed, 524 insertions(+), 506 deletions(-)