This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 58cf43cb16f [ARM] GlobalISel: Mark shifts as legal for s32 new 6f200df43da [llvm-dsymutil] Add support for __swift_ast MachO DWARF section new 3552a30e85e [ARM] GlobalISel: Map shift operands to GPRs
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/MCObjectFileInfo.h | 4 + lib/MC/MCObjectFileInfo.cpp | 4 + lib/Target/ARM/ARMRegisterBankInfo.cpp | 3 + test/CodeGen/ARM/GlobalISel/arm-regbankselect.mir | 82 +++++++++++++++++++++ .../Inputs/swift-ast.macho.x86_64} | Bin 8344 -> 8464 bytes test/tools/dsymutil/Inputs/swift-ast.swiftmodule | 1 + test/tools/dsymutil/X86/swift-ast-x86_64.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 ++- 12 files changed, 163 insertions(+), 16 deletions(-) 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/X86/swift-ast-x86_64.test