This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 5c0182eff5d [ORC] Re-introduce self-dependence accidentally dropped fro [...] new ead85efff95 [AArch64][GlobalISel] Fix an assertion during G_UNMERGE sel [...] new 78b6080e992 Reland "[ARM] push LR before __gnu_mcount_nc"
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/IR/IntrinsicsARM.td | 5 +++ lib/Target/AArch64/AArch64InstructionSelector.cpp | 4 +- lib/Target/ARM/ARMExpandPseudoInsts.cpp | 31 +++++++++++++++ lib/Target/ARM/ARMISelLowering.cpp | 44 ++++++++++++++++++++++ lib/Target/ARM/ARMISelLowering.h | 2 + lib/Target/ARM/ARMInstrInfo.td | 6 +++ lib/Target/ARM/ARMInstrThumb.td | 7 ++++ lib/Transforms/Utils/EntryExitInstrumenter.cpp | 2 +- test/CodeGen/AArch64/GlobalISel/select-unmerge.mir | 17 +++++++++ test/CodeGen/ARM/gnu_mcount_nc.ll | 41 ++++++++++++++++++++ test/Transforms/EntryExitInstrumenter/mcount.ll | 4 +- 11 files changed, 159 insertions(+), 4 deletions(-) create mode 100644 test/CodeGen/ARM/gnu_mcount_nc.ll