This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from a0c8ae8a923 [MIPS GlobalISel] Lower uitofp new 0989672182c [COFF] Add a ResourceSectionRef method for getting resource [...] new 6ae1da9e679 [WindowsResource] Avoid duplicating the input filenames for [...] new edc3dbf229a [WindowsResource] Remove use of global variables in Windows [...] new ca8686b01e2 [LLD] [COFF] Support merging resource object files
The 4 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/Object/COFF.h | 10 ++ include/llvm/Object/WindowsResource.h | 47 ++++-- lib/Object/COFFObjectFile.cpp | 117 ++++++++++++++ lib/Object/WindowsResource.cpp | 230 +++++++++++++++++++++------- test/tools/llvm-cvtres/combined.test | 24 +++ test/tools/llvm-cvtres/object.test | 16 ++ test/tools/llvm-readobj/coff-resources.test | 19 +++ tools/llvm-readobj/COFFDumper.cpp | 8 +- 8 files changed, 399 insertions(+), 72 deletions(-)