This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 45a1b043b06 [X86] Fix typo in comment. NFC new 54b04a891a5 [MachineOutliner][AArch64] Add support for saving LR to a register
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: include/llvm/CodeGen/MachineOutliner.h | 14 ++ lib/Target/AArch64/AArch64InstrInfo.cpp | 243 ++++++++++++++-------- lib/Target/AArch64/AArch64InstrInfo.h | 4 + test/CodeGen/AArch64/machine-outliner-regsave.mir | 112 ++++++++++ test/CodeGen/AArch64/machine-outliner.ll | 12 +- test/CodeGen/AArch64/machine-outliner.mir | 6 +- 6 files changed, 298 insertions(+), 93 deletions(-) create mode 100644 test/CodeGen/AArch64/machine-outliner-regsave.mir