This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 0c91669 Fix unused variable warning. new 4e54474 Fix use-of-uninitialized-value of ARMMachineFunctionInfo new a9ffc49 [ARM] Fix Scavenger assert due to underestimated stack size
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: lib/Target/ARM/ARMFrameLowering.cpp | 30 +++- lib/Target/ARM/ARMMachineFunctionInfo.cpp | 2 +- test/CodeGen/ARM/2016-05-01-RegScavengerAssert.ll | 192 ++++++++++++++++++++++ 3 files changed, 218 insertions(+), 6 deletions(-) create mode 100644 test/CodeGen/ARM/2016-05-01-RegScavengerAssert.ll