This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from ad31280af50 Revert "[llvm-dsymutil] Add support for __swift_ast MachO D [...] new 629b8be51be Added phdr upper bound checks to ElfObject. new 6af8afba5ac [Hexagon] Give uniform names to functions changing addressi [...] new 49e2cc7d53a [llvm-dsymutil] Add support for __swift_ast MachO DWARF section
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/MCObjectFileInfo.h | 4 ++ include/llvm/Object/ELF.h | 4 ++ lib/MC/MCObjectFileInfo.cpp | 4 ++ lib/Target/Hexagon/Hexagon.td | 26 +++++----- lib/Target/Hexagon/HexagonInstrInfo.cpp | 55 +++++++++++---------- lib/Target/Hexagon/HexagonInstrInfo.h | 32 ++++++++++-- lib/Target/Hexagon/HexagonOptAddrMode.cpp | 24 ++++----- .../Inputs/invalid-phdr.elf} | Bin 4288 -> 4162 bytes test/Object/elf-invalid-phdr.test | 26 ++++++++++ .../Inputs/swift-ast.macho.x86_64} | Bin 8344 -> 8464 bytes test/tools/dsymutil/Inputs/swift-ast.swiftmodule | 1 + test/tools/dsymutil/swift-ast.test | 14 ++++++ tools/dsymutil/BinaryHolder.h | 12 ++--- tools/dsymutil/DebugMap.cpp | 12 +++-- tools/dsymutil/DebugMap.h | 8 ++- tools/dsymutil/DwarfLinker.cpp | 29 ++++++++++- tools/dsymutil/MachODebugMapParser.cpp | 10 +++- 17 files changed, 189 insertions(+), 72 deletions(-) copy test/{tools/llvm-objdump/ARM/Inputs/thumb.armv7m => Object/Inputs/invalid-phd [...] mode change 100755 => 100644 create mode 100644 test/Object/elf-invalid-phdr.test copy test/tools/{llvm-nm/X86/Inputs/Strip-ST.dylib.macho-x86_64 => dsymutil/Inputs [...] create mode 100644 test/tools/dsymutil/Inputs/swift-ast.swiftmodule create mode 100644 test/tools/dsymutil/swift-ast.test