This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 6152bb94fda [VPlan] Reland r332654 and silence unused func warning new 8e93a9573ff MC: Change object writers to use endian::Writer. NFCI. new fe5e50fc87d [AMDGPU] Add divergence analysis as a dependency for ISel new 0d4292ff61e MC: Have the object writers return the number of bytes writ [...]
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/MC/MCMachObjectWriter.h | 9 +- include/llvm/MC/MCObjectWriter.h | 4 +- lib/MC/ELFObjectWriter.cpp | 146 +++++++++--------- lib/MC/MCAssembler.cpp | 7 +- lib/MC/MCLinkerOptimizationHint.cpp | 2 +- lib/MC/MachObjectWriter.cpp | 254 ++++++++++++++++--------------- lib/MC/WasmObjectWriter.cpp | 188 ++++++++++++----------- lib/MC/WinCOFFObjectWriter.cpp | 166 ++++++++++---------- lib/Target/AMDGPU/AMDGPUISelDAGToDAG.cpp | 1 + tools/dsymutil/MachOUtils.cpp | 29 ++-- 10 files changed, 414 insertions(+), 392 deletions(-)