This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 7cfbd6d75fe [AArch64] Create feature set for Exynos M4 new 3436463bf70 [CMake] Export utility targets to the build/install tree de [...] new ab243d78379 [AArch64] Add pipeline model for Exynos M4 new ea63b792484 [llvm-mca] Update tests for Exynos (NFC)
The 3 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: cmake/modules/AddLLVM.cmake | 3 + lib/Target/AArch64/AArch64.td | 3 +- lib/Target/AArch64/AArch64SchedExynosM4.td | 1004 ++++++++++++++++++++ test/tools/llvm-mca/AArch64/Exynos/direct-branch.s | 8 + .../llvm-mca/AArch64/Exynos/extended-register.s | 16 + .../AArch64/Exynos/scheduler-queue-usage.s | 6 + .../llvm-mca/AArch64/Exynos/shifted-register.s | 16 + 7 files changed, 1055 insertions(+), 1 deletion(-) create mode 100644 lib/Target/AArch64/AArch64SchedExynosM4.td