This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang.
from 13104bffbb [AArch64] Consistent types and naming for AArch64 target fea [...] new bd90f409a1 [AArch64] Add support for Transactional Memory Extension (TME)
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: include/clang/Basic/BuiltinsAArch64.def | 6 +++++ lib/Basic/Targets/AArch64.cpp | 6 +++++ lib/Basic/Targets/AArch64.h | 1 + lib/Headers/arm_acle.h | 24 ++++++++++++++++++- lib/Sema/SemaChecking.cpp | 1 + test/CodeGen/aarch64-tme-tcancel-arg.cpp | 10 ++++++++ test/CodeGen/aarch64-tme.c | 36 +++++++++++++++++++++++++++++ test/Sema/aarch64-tme-errors.c | 8 +++++++ test/Sema/aarch64-tme-tcancel-const-error.c | 4 ++++ test/Sema/aarch64-tme-tcancel-range-error.c | 4 ++++ 10 files changed, 99 insertions(+), 1 deletion(-) create mode 100644 test/CodeGen/aarch64-tme-tcancel-arg.cpp create mode 100644 test/CodeGen/aarch64-tme.c create mode 100644 test/Sema/aarch64-tme-errors.c create mode 100644 test/Sema/aarch64-tme-tcancel-const-error.c create mode 100644 test/Sema/aarch64-tme-tcancel-range-error.c