This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from ac0fd1e0b35 [X86] Add fast isel tests for some of the avx512 truncate i [...] new ce6387468a3 [llvm-rc] Read the Planes/BitCount fields from BITMAPINFOHE [...] new 370633f2f2d [llvm-rc] Add support for parsing memory flags
The 2 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: .../llvm-rc/Inputs/memoryflags-stringtable.rc | 28 ++ test/tools/llvm-rc/Inputs/memoryflags.rc | 35 +++ test/tools/llvm-rc/memoryflags-stringtable.test | 15 + test/tools/llvm-rc/memoryflags.test | 323 +++++++++++++++++++++ test/tools/llvm-rc/tag-icon-cursor.test | 2 +- tools/llvm-rc/ResourceFileWriter.cpp | 70 +++-- tools/llvm-rc/ResourceFileWriter.h | 4 +- tools/llvm-rc/ResourceScriptParser.cpp | 81 +++++- tools/llvm-rc/ResourceScriptParser.h | 2 + tools/llvm-rc/ResourceScriptStmt.h | 73 +++-- 10 files changed, 560 insertions(+), 73 deletions(-) create mode 100644 test/tools/llvm-rc/Inputs/memoryflags-stringtable.rc create mode 100644 test/tools/llvm-rc/Inputs/memoryflags.rc create mode 100644 test/tools/llvm-rc/memoryflags-stringtable.test create mode 100644 test/tools/llvm-rc/memoryflags.test