This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 0ad6107 Apply clang-tidy's misc-static-assert where it makes sense. new ec285af Recommit 270977 - [llvm-mc] - Teach llvm-mc to generate zlib [...] new b397ac4 Avoid some copies by using const references.
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: include/llvm/MC/MCAsmInfo.h | 16 +++-- include/llvm/MC/MCSectionELF.h | 1 + lib/CodeGen/LLVMTargetMachine.cpp | 2 +- lib/MC/ELFObjectWriter.cpp | 69 ++++++++++++++++------ lib/MC/MCAsmInfo.cpp | 2 +- lib/Support/SpecialCaseList.cpp | 2 +- .../AMDGPU/MCTargetDesc/AMDGPUAsmBackend.cpp | 4 +- lib/Target/ARM/ARMAsmPrinter.cpp | 2 +- lib/Target/Hexagon/AsmParser/HexagonAsmParser.cpp | 1 - lib/Target/Mips/AsmParser/MipsAsmParser.cpp | 2 +- lib/Target/NVPTX/NVPTXAsmPrinter.cpp | 2 +- lib/Target/PowerPC/AsmParser/PPCAsmParser.cpp | 2 +- lib/Transforms/IPO/SampleProfile.cpp | 2 +- lib/Transforms/Utils/CodeExtractor.cpp | 8 +-- test/MC/ELF/compression.s | 69 ++++++++++++++++------ tools/llvm-dwarfdump/llvm-dwarfdump.cpp | 2 +- tools/llvm-mc/llvm-mc.cpp | 19 ++++-- tools/sancov/sancov.cc | 14 ++--- tools/yaml2obj/yaml2macho.cpp | 4 +- utils/TableGen/RegisterInfoEmitter.cpp | 2 +- 20 files changed, 152 insertions(+), 73 deletions(-)