This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 878194421e4 [ValueTracking] Teach computeNumSignBits to understand min/ [...] new 38b60af7cb1 MC: Teach the COFF object writer to write address-significa [...]
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: lib/MC/WinCOFFObjectWriter.cpp | 35 +++++++++++++++++++++++++ test/MC/COFF/addrsig.s | 51 +++++++++++++++++++++++++++++++++++++ test/MC/ELF/addrsig.s | 4 +-- tools/llvm-readobj/COFFDumper.cpp | 45 ++++++++++++++++++++++++++++++++ tools/llvm-readobj/llvm-readobj.cpp | 4 ++- 5 files changed, 136 insertions(+), 3 deletions(-) create mode 100644 test/MC/COFF/addrsig.s