This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang.
from 13d1bd3167 Remove dead code made unnecessary by r342018. new ca6d65812f [AArch64] Support reserving x1-7 registers.
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 | 28 ++++++++++++++ include/clang/Driver/Options.td | 7 ++-- lib/Driver/ToolChains/Arch/AArch64.cpp | 21 ++++++++++ test/Driver/aarch64-fixed-x-register.c | 71 ++++++++++++++++++++++++++++++++++ test/Driver/aarch64-fixed-x18.c | 4 -- test/Driver/aarch64-fixed-x20.c | 4 -- 6 files changed, 123 insertions(+), 12 deletions(-) create mode 100644 test/Driver/aarch64-fixed-x-register.c delete mode 100644 test/Driver/aarch64-fixed-x18.c delete mode 100644 test/Driver/aarch64-fixed-x20.c