This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from a22af6dc5b1 [NewPassManager] Resolve assertion in CGSCCPassManager when [...] new fec01884168 Changing representation of cv_def_range directives in Codev [...]
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/DebugInfo/CodeView/SymbolRecord.h | 6 +- include/llvm/MC/MCStreamer.h | 17 ++++ lib/CodeGen/AsmPrinter/CodeViewDebug.cpp | 23 ++--- lib/DebugInfo/CodeView/SymbolDumper.cpp | 2 +- lib/DebugInfo/CodeView/SymbolRecordMapping.cpp | 2 +- lib/MC/MCAsmStreamer.cpp | 63 ++++++++++++-- lib/MC/MCParser/AsmParser.cpp | 114 +++++++++++++++++++++++-- lib/MC/MCStreamer.cpp | 46 ++++++++++ lib/ObjectYAML/CodeViewYAMLSymbols.cpp | 2 +- test/DebugInfo/COFF/fp-stack.ll | 2 +- test/DebugInfo/COFF/local-variable-gap.ll | 2 +- test/DebugInfo/COFF/local-variables.ll | 10 +-- test/DebugInfo/COFF/nrvo.ll | 2 +- test/DebugInfo/COFF/pieces.ll | 18 ++-- test/DebugInfo/COFF/register-variables.ll | 14 +-- test/MC/COFF/cv-def-range-align.s | 4 +- test/MC/COFF/cv-def-range-errors.s | 95 +++++++++++++++++++++ test/MC/COFF/cv-def-range-gap.s | 4 +- test/MC/COFF/cv-def-range.s | 2 +- tools/llvm-pdbutil/MinimalSymbolDumper.cpp | 5 +- 20 files changed, 367 insertions(+), 66 deletions(-) create mode 100644 test/MC/COFF/cv-def-range-errors.s