This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from e0fcf724678 AMDGPU: Make auto waitcnt before barrier a feature new 8147ef13725 Re-land "COFF: migrate def parser from LLD to LLVM"
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/Object/COFFImportFile.h | 34 +- include/llvm/Object/COFFModuleDefinition.h | 49 +++ lib/Object/CMakeLists.txt | 2 + lib/Object/COFFImportFile.cpp | 527 +++++++++++++++++++++++++++++ lib/Object/COFFModuleDefinition.cpp | 319 +++++++++++++++++ 5 files changed, 930 insertions(+), 1 deletion(-) create mode 100644 include/llvm/Object/COFFModuleDefinition.h create mode 100644 lib/Object/COFFImportFile.cpp create mode 100644 lib/Object/COFFModuleDefinition.cpp