This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from b9ba94c02a2 [QTOOL-37352] Consider isLegalAddressingImm in Constant Hoisting new aea52742efe [codeview] Clean up machinery for deferring .cv_loc emission
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/MC/MCCodeView.h | 70 +++++++++------------------------- include/llvm/MC/MCContext.h | 4 -- include/llvm/MC/MCStreamer.h | 3 ++ lib/MC/MCAsmStreamer.cpp | 17 +++------ lib/MC/MCCodeView.cpp | 67 ++++++++++++-------------------- lib/MC/MCContext.cpp | 5 --- lib/MC/MCObjectStreamer.cpp | 20 +++++----- lib/MC/MCStreamer.cpp | 20 ++++++---- test/DebugInfo/COFF/asm.ll | 4 +- test/DebugInfo/COFF/inlining-header.ll | 2 +- test/DebugInfo/COFF/inlining.ll | 2 +- test/DebugInfo/COFF/local-variables.ll | 2 +- test/DebugInfo/COFF/multifile.ll | 4 +- test/DebugInfo/COFF/multifunction.ll | 4 +- test/DebugInfo/COFF/simple.ll | 4 +- 15 files changed, 84 insertions(+), 144 deletions(-)