This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang.
from d6cae43ad5 [clang-cl] Provide separate flags for all the /O variants new 260dbbf385 [AArch64] Support adding X[8-15,18] registers as CSRs.
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: docs/ClangCommandLineReference.rst | 36 ++++++++++++++ include/clang/Driver/Options.td | 4 ++ lib/Driver/ToolChains/Arch/AArch64.cpp | 27 +++++++++++ test/Driver/aarch64-call-saved-x-register.c | 58 +++++++++++++++++++++++ test/Driver/aarch64-fixed-call-saved-x-register.c | 8 ++++ 5 files changed, 133 insertions(+) create mode 100644 test/Driver/aarch64-call-saved-x-register.c create mode 100644 test/Driver/aarch64-fixed-call-saved-x-register.c