This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from c190984a44d [GlobalIsel][X86] Support G_UDIV/G_UREM/G_SREM new 4bc81028d48 [AArch64][v8.5A] Branch Target Identification code-generation pass
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: lib/Target/AArch64/AArch64.h | 2 + lib/Target/AArch64/AArch64BranchTargets.cpp | 130 +++++++++ lib/Target/AArch64/AArch64TargetMachine.cpp | 9 + lib/Target/AArch64/CMakeLists.txt | 1 + test/CodeGen/AArch64/O0-pipeline.ll | 1 + test/CodeGen/AArch64/O3-pipeline.ll | 1 + test/CodeGen/AArch64/branch-target-enforcment.mir | 325 ++++++++++++++++++++++ 7 files changed, 469 insertions(+) create mode 100644 lib/Target/AArch64/AArch64BranchTargets.cpp create mode 100644 test/CodeGen/AArch64/branch-target-enforcment.mir