This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from a82d790 [asan] Fix dead stripping of globals on Linux. new 7347ffe [SCEV] Use const Loop *L instead of Loop *L. NFC new e9b379b [Outliner] Add outliner for AArch64
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/Analysis/ScalarEvolution.h | 13 +- lib/Analysis/ScalarEvolution.cpp | 13 +- lib/Target/AArch64/AArch64InstrInfo.cpp | 280 +++++++++++++++++++++++++++++-- lib/Target/AArch64/AArch64InstrInfo.h | 34 ++++ test/CodeGen/AArch64/machine-outliner.ll | 43 +++++ 5 files changed, 360 insertions(+), 23 deletions(-) create mode 100644 test/CodeGen/AArch64/machine-outliner.ll