This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 4f75860 GlobalISel: use correct builder for ConstantExprs. new 1523505 [obj2yaml] Refactor and abstract dwarf2yaml new 4e51983 [BDCE] Skip metadata while replacing uses.
The 2 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/IR/Value.h | 7 +++ lib/IR/Value.cpp | 12 ++++- lib/Transforms/Scalar/BDCE.cpp | 5 +- .../BDCE/{pr26587.ll => dbg-multipleuses.ll} | 1 + tools/obj2yaml/CMakeLists.txt | 1 + tools/obj2yaml/dwarf2yaml.cpp | 53 ++++++++++++++++++++++ tools/obj2yaml/macho2yaml.cpp | 45 ++---------------- tools/obj2yaml/obj2yaml.h | 11 +++++ 8 files changed, 90 insertions(+), 45 deletions(-) copy test/Transforms/BDCE/{pr26587.ll => dbg-multipleuses.ll} (98%) create mode 100644 tools/obj2yaml/dwarf2yaml.cpp