This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from b2a7ed6a261 [TargetLowering] Remove ISD::ANY_EXTEND/ANY_EXTEND_VECTOR_I [...] new e96cf5f80be [llvm-rc] Support not expressions.
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: test/tools/llvm-rc/Inputs/not-expr.rc | 17 ++++++++++ test/tools/llvm-rc/not-expr.test | 20 ++++++++++++ tools/llvm-rc/ResourceFileWriter.cpp | 7 ++-- tools/llvm-rc/ResourceScriptParser.cpp | 41 +++++++++++++++++------- tools/llvm-rc/ResourceScriptParser.h | 4 +-- tools/llvm-rc/ResourceScriptStmt.cpp | 2 +- tools/llvm-rc/ResourceScriptStmt.h | 58 ++++++++++++++++++++++++++++++++-- 7 files changed, 129 insertions(+), 20 deletions(-) create mode 100644 test/tools/llvm-rc/Inputs/not-expr.rc create mode 100644 test/tools/llvm-rc/not-expr.test