This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 7d7645fe0b3 [SCEV] Properly handle the case of a non-constant start wit [...] new e315d738d1b [llvm-rc] Use proper search algorithm for finding resources.
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: include/llvm/Support/Process.h | 12 +++- lib/Support/Process.cpp | 17 +++-- test/tools/llvm-rc/Inputs/deep-include.rc | 3 + test/tools/llvm-rc/Inputs/include.rc | 2 + .../{bitmap.bmp => nested/nested-bitmap.bmp} | Bin test/tools/llvm-rc/include-paths.test | 45 +++++++++++++ test/tools/llvm-rc/tag-html.test | 6 -- tools/llvm-rc/ResourceFileWriter.cpp | 73 +++++++++++++++------ tools/llvm-rc/ResourceFileWriter.h | 15 ++++- tools/llvm-rc/ResourceScriptParser.cpp | 4 ++ tools/llvm-rc/ResourceScriptParser.h | 5 +- tools/llvm-rc/llvm-rc.cpp | 17 +++-- 12 files changed, 157 insertions(+), 42 deletions(-) create mode 100644 test/tools/llvm-rc/Inputs/deep-include.rc create mode 100644 test/tools/llvm-rc/Inputs/include.rc copy test/tools/llvm-rc/Inputs/{bitmap.bmp => nested/nested-bitmap.bmp} (100%) create mode 100644 test/tools/llvm-rc/include-paths.test