This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 6358f3836e1 Define NetBSD/amd64 ASAN Shadow Offset new b1f57a78bae [AArch64] Adjust the cost model for Exynos M1 and M2 new 12cc150c849 [AArch64] Adjust the cost model for Exynos M1 and M2 new 66c13b13caf [llvm-rc] Add ACCELERATORS parsing ability. (parser, pt 3/8).
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: lib/Target/AArch64/AArch64InstrInfo.cpp | 103 ++++++++++++++------- lib/Target/AArch64/AArch64InstrInfo.h | 3 + lib/Target/AArch64/AArch64SchedM1.td | 82 ++++++++++------ .../llvm-rc/Inputs/parser-accelerators-bad-flag.rc | 3 + .../parser-accelerators-bad-int-or-string.rc | 3 + .../Inputs/parser-accelerators-no-comma-2.rc | 3 + .../llvm-rc/Inputs/parser-accelerators-no-comma.rc | 3 + .../llvm-rc/Inputs/parser-correct-everything.rc | 13 +++ test/tools/llvm-rc/parser.test | 30 ++++++ tools/llvm-rc/ResourceScriptParser.cpp | 61 ++++++++++-- tools/llvm-rc/ResourceScriptParser.h | 17 +++- tools/llvm-rc/ResourceScriptStmt.cpp | 17 ++++ tools/llvm-rc/ResourceScriptStmt.h | 43 ++++++++- 13 files changed, 311 insertions(+), 70 deletions(-) create mode 100644 test/tools/llvm-rc/Inputs/parser-accelerators-bad-flag.rc create mode 100644 test/tools/llvm-rc/Inputs/parser-accelerators-bad-int-or-string.rc create mode 100644 test/tools/llvm-rc/Inputs/parser-accelerators-no-comma-2.rc create mode 100644 test/tools/llvm-rc/Inputs/parser-accelerators-no-comma.rc