This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from a6a81aee0be [Mips] Supplement long branch pseudo instructions new 5cc99f0569c [Inliner] Penalise inlining of calls with loops at Oz
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: lib/Analysis/InlineCost.cpp | 20 ++++++ test/Transforms/Inline/ARM/loop-add.ll | 95 +++++++++++++++++++++++++++++ test/Transforms/Inline/ARM/loop-memcpy.ll | 87 ++++++++++++++++++++++++++ test/Transforms/Inline/ARM/loop-noinline.ll | 49 +++++++++++++++ 4 files changed, 251 insertions(+) create mode 100644 test/Transforms/Inline/ARM/loop-add.ll create mode 100644 test/Transforms/Inline/ARM/loop-memcpy.ll create mode 100644 test/Transforms/Inline/ARM/loop-noinline.ll