This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from ea88605 [InstCombine] allow icmp (shr/shl) folds for vectors new 8f94ffd [codeview] Optimize the size of defranges with gaps new 31daa34 [sanitizer-coverage] make trace-pc-guard and indirect-call wo [...]
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: lib/MC/MCCodeView.cpp | 48 +++++- .../Instrumentation/SanitizerCoverage.cpp | 2 +- test/DebugInfo/COFF/local-variable-gap.ll | 174 +++++++++++++++++++++ test/Instrumentation/SanitizerCoverage/coverage.ll | 1 + test/MC/COFF/cv-def-range-gap.s | 101 ++++++++++++ 5 files changed, 320 insertions(+), 6 deletions(-) create mode 100644 test/DebugInfo/COFF/local-variable-gap.ll create mode 100644 test/MC/COFF/cv-def-range-gap.s