This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 6dcfafe8ab4 [SanitizerCoverage] Add stack depth tracing instrumentation. new 9b4ee7baf46 ARM: use an external relocation for calls from MachO ARM mode. new 3686d78a5c2 [PGO] Fixed assertion due to mismatched memcpy size type.
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: .../ARM/MCTargetDesc/ARMMachObjectWriter.cpp | 9 ++++---- lib/Transforms/Instrumentation/PGOMemOPSizeOpt.cpp | 7 ++++-- test/CodeGen/ARM/arm-macho-tail.ll | 16 +++++++++++++ test/MC/ARM/mixed-arm-thumb-bl-fixup.ll | 8 +++---- test/MC/MachO/ARM/darwin-ARM-reloc.s | 2 +- test/Transforms/PGOProfile/memop_clone.ll | 27 ++++++++++++++++++++++ 6 files changed, 57 insertions(+), 12 deletions(-) create mode 100644 test/CodeGen/ARM/arm-macho-tail.ll create mode 100644 test/Transforms/PGOProfile/memop_clone.ll