This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 061e7017039 Silence MSVC warnings about unsigned wrapping without UB new 445025a8754 [MC] Have MCObjectStreamer take its MCAsmBackend argument v [...] new 0ac357a2385 [llvm-objcopy] Add support for --strip-sections to remove a [...]
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/MCELFStreamer.h | 8 +-- include/llvm/MC/MCObjectStreamer.h | 5 +- include/llvm/MC/MCWasmStreamer.h | 7 ++- include/llvm/MC/MCWinCOFFStreamer.h | 4 +- include/llvm/Support/TargetRegistry.h | 54 +++++++++--------- lib/CodeGen/LLVMTargetMachine.cpp | 7 ++- lib/MC/MCELFStreamer.cpp | 10 +++- lib/MC/MCMachOStreamer.cpp | 15 +++-- lib/MC/MCObjectStreamer.cpp | 10 ++-- lib/MC/MCWasmStreamer.cpp | 5 +- lib/MC/MCWinCOFFStreamer.cpp | 5 +- .../AArch64/MCTargetDesc/AArch64ELFStreamer.cpp | 12 ++-- .../AArch64/MCTargetDesc/AArch64ELFStreamer.h | 3 +- .../AArch64/MCTargetDesc/AArch64MCTargetDesc.cpp | 17 +++--- .../MCTargetDesc/AArch64WinCOFFStreamer.cpp | 18 +++--- .../AArch64/MCTargetDesc/AArch64WinCOFFStreamer.h | 11 ++-- .../AMDGPU/MCTargetDesc/AMDGPUELFStreamer.cpp | 16 +++--- lib/Target/AMDGPU/MCTargetDesc/AMDGPUELFStreamer.h | 8 ++- .../AMDGPU/MCTargetDesc/AMDGPUMCTargetDesc.cpp | 7 ++- lib/Target/ARM/MCTargetDesc/ARMELFStreamer.cpp | 28 ++++----- lib/Target/ARM/MCTargetDesc/ARMMCTargetDesc.cpp | 16 ++++-- lib/Target/ARM/MCTargetDesc/ARMMCTargetDesc.h | 3 +- lib/Target/ARM/MCTargetDesc/ARMWinCOFFStreamer.cpp | 18 +++--- lib/Target/BPF/MCTargetDesc/BPFMCTargetDesc.cpp | 10 ++-- .../Hexagon/MCTargetDesc/HexagonMCELFStreamer.cpp | 24 ++++++-- .../Hexagon/MCTargetDesc/HexagonMCELFStreamer.h | 17 ++---- .../Hexagon/MCTargetDesc/HexagonMCTargetDesc.cpp | 11 ++-- .../Lanai/MCTargetDesc/LanaiMCTargetDesc.cpp | 5 +- lib/Target/Mips/MCTargetDesc/MipsELFStreamer.cpp | 14 ++++- lib/Target/Mips/MCTargetDesc/MipsELFStreamer.h | 12 ++-- lib/Target/Mips/MCTargetDesc/MipsMCNaCl.h | 3 +- lib/Target/Mips/MCTargetDesc/MipsMCTargetDesc.cpp | 8 ++- .../Mips/MCTargetDesc/MipsNaClELFStreamer.cpp | 11 ++-- lib/Target/X86/MCTargetDesc/X86MCTargetDesc.h | 6 +- lib/Target/X86/MCTargetDesc/X86WinCOFFStreamer.cpp | 12 ++-- test/tools/llvm-objcopy/strip-sections.test | 66 ++++++++++++++++++++++ tools/dsymutil/DwarfLinker.cpp | 4 +- tools/llvm-dwp/llvm-dwp.cpp | 5 +- tools/llvm-mc/llvm-mc.cpp | 4 +- tools/llvm-objcopy/Object.cpp | 45 +++++++++------ tools/llvm-objcopy/Object.h | 1 + tools/llvm-objcopy/llvm-objcopy.cpp | 22 +++++++- unittests/DebugInfo/DWARF/DwarfGenerator.cpp | 4 +- 43 files changed, 366 insertions(+), 205 deletions(-) create mode 100644 test/tools/llvm-objcopy/strip-sections.test