This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 51ddc3757af Revert r335332 "[MC] - Add .stack_size sections into groups [...] new 0b0278f11bc [IR] Use Instruction::isBinaryOp helper instead of raw enum [...] new af362952328 Recommit r335333 "[MC] - Add .stack_size sections into grou [...]
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/MC/MCObjectFileInfo.h | 5 ++++- lib/CodeGen/AsmPrinter/AsmPrinter.cpp | 3 ++- lib/IR/ConstantRange.cpp | 6 ++--- lib/IR/Constants.cpp | 3 +-- lib/MC/MCObjectFileInfo.cpp | 21 +++++++++++++++++ test/CodeGen/ARM/stack-size-section.ll | 4 ++-- test/CodeGen/SystemZ/stack-size-section.ll | 6 ++--- .../X86/stack-size-section-function-sections.ll | 26 ++++++++++++++++++++++ test/CodeGen/X86/stack-size-section.ll | 21 +++++++++++++++-- 9 files changed, 80 insertions(+), 15 deletions(-) create mode 100644 test/CodeGen/X86/stack-size-section-function-sections.ll