This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 4463e113483 Add missing target triple to test new 4a6f9ee16ea [CodeView] Reserve TypeDatabase records up front. new 97beda06264 ARM: Compute MaxCallFrame size early
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/CodeGen/MachineFrameInfo.h | 8 ++++++++ include/llvm/DebugInfo/CodeView/TypeDatabase.h | 2 +- lib/CodeGen/AsmPrinter/CodeViewDebug.cpp | 2 +- lib/CodeGen/GlobalISel/IRTranslator.cpp | 3 --- lib/CodeGen/GlobalISel/InstructionSelect.cpp | 7 +++++-- lib/CodeGen/MachineFrameInfo.cpp | 26 ++++++++++++++++++++++++++ lib/CodeGen/MachineVerifier.cpp | 8 +++++--- lib/CodeGen/PrologEpilogInserter.cpp | 3 +++ lib/DebugInfo/CodeView/TypeDatabase.cpp | 5 +++++ lib/Target/ARM/ARMBaseRegisterInfo.cpp | 15 +++++++++++---- lib/Target/ARM/ARMISelLowering.cpp | 5 +++++ lib/Target/ARM/ARMISelLowering.h | 2 ++ test/CodeGen/ARM/alloca-align.ll | 24 ++++++++++++++++++++++++ tools/llvm-pdbdump/Analyze.cpp | 2 +- tools/llvm-pdbdump/LLVMOutputStyle.cpp | 6 +++--- tools/llvm-readobj/COFFDumper.cpp | 6 +++--- 16 files changed, 103 insertions(+), 21 deletions(-) create mode 100644 test/CodeGen/ARM/alloca-align.ll