This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 806f68bbab5 [MC] Have MCObjectStreamer take its MCAsmBackend argument v [...] new b0c68019969 [X86] Sink X86AsmPrinter ctor into .cpp file, NFC new 1c59d0201f4 Fix AMDGPU build issue new d4118422e7e Revert "[ADT] Make Twine's copy constructor private."
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/ADT/Twine.h | 37 +++++++--------------------- include/llvm/IR/DiagnosticInfo.h | 6 ++--- include/llvm/Object/Error.h | 4 +-- include/llvm/Object/WindowsResource.h | 2 +- include/llvm/Support/Error.h | 2 +- include/llvm/Support/FormatVariadicDetails.h | 2 +- lib/Object/Error.cpp | 5 ++-- lib/Support/Error.cpp | 2 +- lib/Support/Twine.cpp | 6 +++-- lib/Target/AMDGPU/AMDGPUMCInstLower.cpp | 2 +- lib/Target/X86/X86AsmPrinter.cpp | 4 +++ lib/Target/X86/X86AsmPrinter.h | 4 +-- lib/Transforms/Scalar/SROA.cpp | 21 ++++++++-------- 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 ------ utils/TableGen/RegisterBankEmitter.cpp | 4 +-- 20 files changed, 53 insertions(+), 76 deletions(-)