This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 3a5178e70a9 MC Helpers for llvm-cfi-verify. new dc62a47c34a [ADT] Make Twine's copy constructor private. new 806f68bbab5 [MC] Have MCObjectStreamer take its MCAsmBackend argument v [...]
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/ADT/Twine.h | 37 +++++++++---- include/llvm/IR/DiagnosticInfo.h | 6 +-- include/llvm/MC/MCELFStreamer.h | 6 +-- include/llvm/MC/MCObjectStreamer.h | 6 ++- include/llvm/MC/MCWasmStreamer.h | 4 +- include/llvm/MC/MCWinCOFFStreamer.h | 2 +- include/llvm/Object/Error.h | 4 +- include/llvm/Object/WindowsResource.h | 2 +- include/llvm/Support/Error.h | 2 +- include/llvm/Support/FormatVariadicDetails.h | 2 +- include/llvm/Support/TargetRegistry.h | 63 +++++++++++++--------- lib/CodeGen/LLVMTargetMachine.cpp | 9 ++-- lib/MC/MCELFStreamer.cpp | 11 ++-- lib/MC/MCMachOStreamer.cpp | 12 +++-- lib/MC/MCObjectStreamer.cpp | 11 ++-- lib/MC/MCWasmStreamer.cpp | 6 ++- lib/MC/MCWinCOFFStreamer.cpp | 6 ++- lib/Object/Error.cpp | 5 +- lib/Support/Error.cpp | 2 +- lib/Support/Twine.cpp | 6 +-- .../AArch64/MCTargetDesc/AArch64ELFStreamer.cpp | 10 ++-- .../AArch64/MCTargetDesc/AArch64ELFStreamer.h | 3 +- .../AArch64/MCTargetDesc/AArch64MCTargetDesc.cpp | 30 ++++++----- .../MCTargetDesc/AArch64WinCOFFStreamer.cpp | 19 ++++--- .../AArch64/MCTargetDesc/AArch64WinCOFFStreamer.h | 10 ++-- .../AMDGPU/MCTargetDesc/AMDGPUELFStreamer.cpp | 11 ++-- lib/Target/AMDGPU/MCTargetDesc/AMDGPUELFStreamer.h | 5 +- .../AMDGPU/MCTargetDesc/AMDGPUMCTargetDesc.cpp | 8 +-- lib/Target/ARM/MCTargetDesc/ARMELFStreamer.cpp | 14 ++--- lib/Target/ARM/MCTargetDesc/ARMMCTargetDesc.cpp | 18 ++++--- lib/Target/ARM/MCTargetDesc/ARMMCTargetDesc.h | 3 +- lib/Target/ARM/MCTargetDesc/ARMWinCOFFStreamer.cpp | 18 +++---- lib/Target/BPF/MCTargetDesc/BPFMCTargetDesc.cpp | 6 ++- .../Hexagon/MCTargetDesc/HexagonMCELFStreamer.cpp | 26 ++++----- .../Hexagon/MCTargetDesc/HexagonMCELFStreamer.h | 9 ++-- .../Hexagon/MCTargetDesc/HexagonMCTargetDesc.cpp | 7 ++- .../Lanai/MCTargetDesc/LanaiMCTargetDesc.cpp | 6 ++- lib/Target/Mips/MCTargetDesc/MipsELFStreamer.cpp | 17 +++--- lib/Target/Mips/MCTargetDesc/MipsELFStreamer.h | 6 ++- lib/Target/Mips/MCTargetDesc/MipsMCNaCl.h | 3 +- lib/Target/Mips/MCTargetDesc/MipsMCTargetDesc.cpp | 11 ++-- .../Mips/MCTargetDesc/MipsNaClELFStreamer.cpp | 10 ++-- lib/Target/X86/MCTargetDesc/X86MCTargetDesc.h | 3 +- lib/Target/X86/MCTargetDesc/X86WinCOFFStreamer.cpp | 11 ++-- lib/Transforms/Scalar/SROA.cpp | 21 ++++---- tools/dsymutil/DwarfLinker.cpp | 5 +- tools/llvm-dwp/llvm-dwp.cpp | 6 ++- tools/llvm-mc/llvm-mc.cpp | 6 ++- tools/llvm-nm/llvm-nm.cpp | 4 +- tools/llvm-objcopy/Object.cpp | 6 +-- tools/llvm-objcopy/Object.h | 6 +-- tools/llvm-objcopy/llvm-objcopy.cpp | 2 +- tools/llvm-objcopy/llvm-objcopy.h | 2 +- unittests/ADT/TwineTest.cpp | 8 +++ unittests/DebugInfo/DWARF/DwarfGenerator.cpp | 5 +- utils/TableGen/RegisterBankEmitter.cpp | 4 +- 56 files changed, 319 insertions(+), 222 deletions(-)