This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 8ff20addbcb test-release.sh: Perform the sed substitution on both files [...] new ed8791f244f Changing representation of .cv_def_range directives in Code [...] new 314523aeb47 [obj2yaml] - Teach tool to dump SHT_NULL sections. new ca995d3d136 [MCA][doc] Add a section for the 'Bottleneck Analysis'.
The 3 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: docs/CommandGuide/llvm-mca.rst | 85 +++++++++++++-- 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-gap.s | 4 +- test/MC/COFF/cv-def-range.s | 2 +- test/tools/obj2yaml/elf-null-section.yaml | 143 +++++++++++++++++++++++++ tools/llvm-pdbutil/MinimalSymbolDumper.cpp | 5 +- tools/obj2yaml/elf2yaml.cpp | 31 ++++-- 22 files changed, 518 insertions(+), 79 deletions(-) create mode 100644 test/tools/obj2yaml/elf-null-section.yaml