This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang.
from 57eecd1e82 [RISCV] Support 'f' Inline Assembly Constraint new 197b0bf00d [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.cpp | 42 +++++++++++++++++++++++++++++++++ test/Sema/aarch64-tme-errors.c | 8 +++++++ test/Sema/aarch64-tme-tcancel-errors.c | 9 +++++++ 8 files changed, 96 insertions(+), 1 deletion(-) create mode 100644 test/CodeGen/aarch64-tme.cpp create mode 100644 test/Sema/aarch64-tme-errors.c create mode 100644 test/Sema/aarch64-tme-tcancel-errors.c