This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 0e9b526 Soften assertion in AMDGPU emitPrologue. new abf016e [PM] Port BDCE to the new pass manager. new d51855e llvm-objdump: support dumping AUX records for weak externals new 0dfc65a Support: remove outdated comment
The 3 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/InitializePasses.h | 2 +- include/llvm/Support/COFF.h | 1 - include/llvm/Transforms/Scalar/BDCE.h | 31 +++++++++++++ lib/Passes/PassBuilder.cpp | 3 +- lib/Passes/PassRegistry.def | 1 + lib/Transforms/Scalar/BDCE.cpp | 72 ++++++++++++++++------------- lib/Transforms/Scalar/Scalar.cpp | 2 +- test/Object/Inputs/COFF/weak-externals.yaml | 26 +++++++++++ test/Object/coff-weak-externals.test | 5 ++ test/Transforms/BDCE/dce-pure.ll | 1 + tools/llvm-objdump/COFFDump.cpp | 6 +++ 11 files changed, 113 insertions(+), 37 deletions(-) create mode 100644 include/llvm/Transforms/Scalar/BDCE.h create mode 100644 test/Object/Inputs/COFF/weak-externals.yaml create mode 100644 test/Object/coff-weak-externals.test