This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 360f53a4419 Revert r319423: [MC] Function stack size section. new ab494c93854 [MC] Function stack size section. new dca471fd63d [X86][AVX512] Regenerate avx512 schedule tests
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: docs/CodeGenerator.rst | 11 + docs/CommandGuide/llc.rst | 8 + include/llvm/CodeGen/AsmPrinter.h | 2 + include/llvm/CodeGen/CommandFlags.def | 5 + include/llvm/MC/MCObjectFileInfo.h | 5 + include/llvm/Target/TargetOptions.h | 5 +- lib/CodeGen/AsmPrinter/AsmPrinter.cpp | 28 ++ lib/MC/MCObjectFileInfo.cpp | 2 + test/CodeGen/X86/avx512-schedule.ll | 258 +++++++++---------- test/CodeGen/X86/avx512-shuffle-schedule.ll | 384 ++++++++++++++-------------- test/CodeGen/X86/stack-size-section.ll | 30 +++ 11 files changed, 416 insertions(+), 322 deletions(-) create mode 100644 test/CodeGen/X86/stack-size-section.ll