This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch hjl/interrupt/stage1 in repository gcc.
discards 150c681 iretq discards f86fdeb Add an array of function pointer test for PR 68661 discards 3ee7d98 Rebuild array with the updated function pointer type discards 6e8fd7d Implement x86 interrupt attribute discards edc97be Update TARGET_FUNCTION_INCOMING_ARG documentation adds 25653d4 PR target/69305 new 2e251de Fix optimize_isl dump new a5099ea Update TARGET_FUNCTION_INCOMING_ARG documentation new 5a5e180 Implement x86 interrupt attribute new 048043b Rebuild array with the updated function pointer type new 442b249 Add an array of function pointer test for PR 68661
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 (150c681) \ N -- N -- N refs/heads/hjl/interrupt/stage1 (442b249)
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 5 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 | 34 ++++ gcc/config/aarch64/aarch64-modes.def | 1 + gcc/config/aarch64/aarch64-protos.h | 1 + gcc/config/aarch64/aarch64.c | 26 +++ gcc/config/aarch64/aarch64.md | 300 +++++++++++++++++++----------- gcc/config/aarch64/iterators.md | 3 + gcc/config/aarch64/predicates.md | 19 ++ gcc/graphite-optimize-isl.c | 3 +- gcc/testsuite/gcc.target/aarch64/ccmp_1.c | 2 +- gcc/testsuite/gcc.target/aarch64/tst_3.c | 2 +- 10 files changed, 278 insertions(+), 113 deletions(-)