This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 1f983cdc402 [AArch64] Implement initial SVE calling convention support new c51c1b3754e [yaml2obj] - Allow overriding sh_entsize for SHT_GNU_versym [...] new e1c95d270d9 Revert "Changing representation of .cv_def_range directives [...] new 79dc0bc8bee [yaml2obj][tests] Fix overly restrictive od output check
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: include/llvm/DebugInfo/CodeView/SymbolRecord.h | 6 +- include/llvm/MC/MCStreamer.h | 17 ---- include/llvm/Object/ELF.h | 5 +- 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/Object/invalid.test | 25 ++++++ test/tools/yaml2obj/elf-header-sh-fields.yaml | 8 +- test/tools/yaml2obj/versym-section.yaml | 28 +++++- tools/llvm-pdbutil/MinimalSymbolDumper.cpp | 5 +- tools/yaml2obj/yaml2elf.cpp | 2 +- 24 files changed, 124 insertions(+), 282 deletions(-)