This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch hjl/indbr/master in repository gcc.
discards 15f53c1 Generate indirect branch relocation discards a697cf8 Check if x86 gas supports indirect branch via GOT adds 505e1f9 [ARM] PR/63870 Add qualifier to check lane bounds in expand adds 732205b [ARM] PR/63870 Add a __builtin_lane_check adds f4f2d7d [PATCH][AArch64] Improve spill code - swap order in shr patterns adds e5e363a Add more tests for PR target/66232 adds bccc47e PR debug/66468 * dwarf2out.c (gen_inlined_subroutine_die): [...] adds 37715b0 * constexpr.c (cxx_eval_call_expression): Don't add this cal [...] new 59de8a6 Check if x86 gas supports indirect branch via GOT new 19fb0c4 Generate indirect branch relocation via GOT
This update added new revisions after undoing existing revisions. That is to say, some revisions that were in the old version of the branch are not in the new version. This situation occurs when a user --force pushes a change and generates a repository containing something like this:
* -- * -- B -- O -- O -- O (15f53c1) \ N -- N -- N refs/heads/hjl/indbr/master (19fb0c4)
You should already have received notification emails for all of the O revisions, and so the following emails describe only the N revisions from the common base, B.
Any revisions marked "omits" are not gone; other references still refer to them. Any revisions marked "discards" are gone forever.
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 | 66 +++++++++++++++++++++++ gcc/config/aarch64/aarch64.md | 27 +++++----- gcc/config/arm/arm-builtins.c | 84 ++++++++++++++++++++++++++---- gcc/config/arm/arm-protos.h | 2 +- gcc/config/arm/arm.c | 21 +++++--- gcc/config/arm/arm_neon_builtins.def | 82 ++++++++++++++--------------- gcc/config/arm/neon.md | 41 ++------------- gcc/cp/ChangeLog | 5 ++ gcc/cp/constexpr.c | 2 +- gcc/dwarf2out.c | 4 ++ gcc/testsuite/ChangeLog | 8 +++ gcc/testsuite/gcc.target/i386/pr66232-10.c | 6 +-- gcc/testsuite/gcc.target/i386/pr66232-11.c | 6 +-- gcc/testsuite/gcc.target/i386/pr66232-12.c | 6 +-- gcc/testsuite/gcc.target/i386/pr66232-13.c | 6 +-- gcc/testsuite/gcc.target/i386/pr66232-6.c | 6 +-- gcc/testsuite/gcc.target/i386/pr66232-7.c | 6 +-- gcc/testsuite/gcc.target/i386/pr66232-8.c | 6 +-- gcc/testsuite/gcc.target/i386/pr66232-9.c | 6 +-- 19 files changed, 257 insertions(+), 133 deletions(-)