This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from d9bc309 [DAGCombiner] Enable (urem x, (shl pow2, y)) -> (and x, (add [...] new 157b7f5 [codeview] support emitting indirect virtual base class information new ed5107d [Sparc] Don't overlap variable-sized allocas with other stack [...]
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/DebugInfo/CodeView/TypeRecord.h | 10 +- include/llvm/IR/DebugInfoFlags.def | 5 + lib/CodeGen/AsmPrinter/CodeViewDebug.cpp | 5 +- lib/DebugInfo/CodeView/TypeRecord.cpp | 4 +- lib/IR/DebugInfoMetadata.cpp | 9 +- lib/Target/Sparc/SparcISelLowering.cpp | 46 ++++- test/CodeGen/SPARC/2013-05-17-CallFrame.ll | 11 +- test/CodeGen/SPARC/fail-alloca-align.ll | 23 +++ test/CodeGen/SPARC/stack-align.ll | 6 +- test/DebugInfo/COFF/inheritance.ll | 278 ++++++--------------------- 10 files changed, 153 insertions(+), 244 deletions(-) create mode 100644 test/CodeGen/SPARC/fail-alloca-align.ll