This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch trunk in repository gcc.
from 3f215f2 [AArch64][5/14] Make flag_omit_leaf_frame_pointer intialize t [...] new a0db861 [AArch64][6/14] Implement TARGET_OPTION_SAVE/TARGET_OPTION_RESTORE new f59387a [AArch64][7/14] Implement TARGET_SET_CURRENT_FUNCTION new aadb8e1 [AArch64][8/14] Implement TARGET_OPTION_VALID_ATTRIBUTE_P new b0269e3 [AArch64][9/14] Implement TARGET_CAN_INLINE_P
The 4 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 | 74 +++ gcc/common/config/aarch64/aarch64-common.c | 19 +- gcc/config/aarch64/aarch64-protos.h | 5 + gcc/config/aarch64/aarch64.c | 897 +++++++++++++++++++++++++++-- gcc/config/aarch64/aarch64.h | 9 +- gcc/config/aarch64/aarch64.opt | 24 +- 6 files changed, 968 insertions(+), 60 deletions(-)