This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository lld.
from 2af29ec2a [LLD] [COFF] Always demangle the __imp_ prefix to __declspec( [...] new e2cf0c5df [ELF][MIPS] Use lld::elf::{read,write}* instead of llvm::supp [...] new 0f13b95a3 [ELF] Wrap things in `namespace lld { namespace elf {`, NFC
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: ELF/Arch/AArch64.cpp | 12 ++-- ELF/Arch/AMDGPU.cpp | 10 ++- ELF/Arch/ARM.cpp | 10 ++- ELF/Arch/AVR.cpp | 10 ++- ELF/Arch/Hexagon.cpp | 10 ++- ELF/Arch/MSP430.cpp | 10 ++- ELF/Arch/Mips.cpp | 165 ++++++++++++++++++++++--------------------- ELF/Arch/MipsArchTree.cpp | 26 +++---- ELF/Arch/PPC.cpp | 12 ++-- ELF/Arch/PPC64.cpp | 22 +++--- ELF/Arch/RISCV.cpp | 10 ++- ELF/Arch/SPARCV9.cpp | 10 ++- ELF/Arch/X86.cpp | 10 ++- ELF/Arch/X86_64.cpp | 10 ++- ELF/CallGraphSort.cpp | 10 ++- ELF/DWARF.cpp | 15 ++-- ELF/Driver.cpp | 14 ++-- ELF/DriverUtils.cpp | 25 ++++--- ELF/EhFrame.cpp | 12 ++-- ELF/ICF.cpp | 17 +++-- ELF/InputFiles.cpp | 64 +++++++++-------- ELF/InputFiles.h | 6 +- ELF/InputSection.cpp | 18 ++--- ELF/LTO.cpp | 7 +- ELF/LinkerScript.cpp | 9 ++- ELF/MapFile.cpp | 12 ++-- ELF/MarkLive.cpp | 21 +++--- ELF/OutputSections.cpp | 16 +++-- ELF/Relocations.cpp | 28 ++++---- ELF/ScriptLexer.cpp | 7 +- ELF/ScriptParser.cpp | 19 ++--- ELF/SymbolTable.cpp | 10 +-- ELF/Symbols.cpp | 35 ++++----- ELF/Symbols.h | 17 ++--- ELF/SyntheticSections.cpp | 176 +++++++++++++++++++++++----------------------- ELF/Target.cpp | 17 +++-- ELF/Writer.cpp | 36 +++++----- 37 files changed, 507 insertions(+), 411 deletions(-)