This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from f65deb8 [MemCpy] Check for alias in performMemCpyToMemSetOptzn, inste [...] new c76060f llvm-objdump: ELF: Handle code and data mix in all scenarios
The 1 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: .../llvm-objdump/ARM/disassemble-code-data-mix.s | 36 +++++++ .../llvm-objdump/X86/disassemble-code-data-mix.s | 19 ++++ tools/llvm-objdump/llvm-objdump.cpp | 105 ++++++++++++++++++--- 3 files changed, 149 insertions(+), 11 deletions(-) create mode 100644 test/tools/llvm-objdump/ARM/disassemble-code-data-mix.s create mode 100644 test/tools/llvm-objdump/X86/disassemble-code-data-mix.s