This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from cd4a7cd9dc7 [InstCombine] add tests to show failure of SimplifyDemanded [...] new f2e5589b0fc [llvm-rc] Add ICON and HTML parsing ability (parser, pt 2/8). new ccba49dfc21 [InstCombine] Teach select01 helper of foldSelectIntoOp to [...]
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: lib/Transforms/InstCombine/InstCombineSelect.cpp | 13 +++--- test/Transforms/InstCombine/select.ll | 47 ++++++++++++++++++++++ test/Transforms/LoopVectorize/phi-cost.ll | 4 +- .../llvm-rc/Inputs/parser-correct-everything.rc | 3 ++ .../tools/llvm-rc/Inputs/parser-html-bad-string.rc | 1 + .../llvm-rc/Inputs/parser-html-extra-comma.rc | 1 + test/tools/llvm-rc/parser.test | 39 +++++++++--------- tools/llvm-rc/ResourceScriptParser.cpp | 16 +++++++- tools/llvm-rc/ResourceScriptParser.h | 2 + tools/llvm-rc/ResourceScriptStmt.cpp | 8 ++++ tools/llvm-rc/ResourceScriptStmt.h | 24 +++++++++++ 11 files changed, 130 insertions(+), 28 deletions(-) create mode 100644 test/tools/llvm-rc/Inputs/parser-html-bad-string.rc create mode 100644 test/tools/llvm-rc/Inputs/parser-html-extra-comma.rc