This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from f66d8c2e1aa Reapplying r331819 [GlobalISel][Legalizer] More concise [...] new 1b557b33fa1 [llvm-rc] Allow -1 for control IDs in old style dialogs wit [...] new 0aa38c8f714 [llvm-rc] Add support for the RCDATA resource type new d5e933640f8 [llvm-rc] Handle C preprocessor output new 33cab0605c8 AMDGPU: Stop special casing constant indexes of extract_vector_elt new 61baf50339f [Hexagon] Check the end of the correct container (fix typo)
The 5 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/AMDGPU/SIISelLowering.cpp | 15 --- .../Hexagon/MCTargetDesc/HexagonMCCodeEmitter.cpp | 4 +- test/tools/llvm-rc/Inputs/cpp-output.rc | 28 ++++++ test/tools/llvm-rc/Inputs/tag-dialog.rc | 2 +- test/tools/llvm-rc/Inputs/tag-user.rc | 3 + test/tools/llvm-rc/cpp-output.test | 17 ++++ test/tools/llvm-rc/tag-dialog.test | 2 +- test/tools/llvm-rc/tag-user.test | 15 +++ tools/llvm-rc/CMakeLists.txt | 1 + tools/llvm-rc/ResourceFileWriter.cpp | 7 +- tools/llvm-rc/ResourceScriptCppFilter.cpp | 112 +++++++++++++++++++++ tools/llvm-rc/ResourceScriptCppFilter.h | 35 +++++++ tools/llvm-rc/ResourceScriptParser.cpp | 2 + tools/llvm-rc/ResourceScriptStmt.h | 1 + tools/llvm-rc/llvm-rc.cpp | 4 +- 15 files changed, 225 insertions(+), 23 deletions(-) create mode 100644 test/tools/llvm-rc/Inputs/cpp-output.rc create mode 100644 test/tools/llvm-rc/cpp-output.test create mode 100644 tools/llvm-rc/ResourceScriptCppFilter.cpp create mode 100644 tools/llvm-rc/ResourceScriptCppFilter.h