This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from a90c32e02fc [DAGCombine] Refactor ReduceLoadWidth new 5e536b7694c [MC] Function stack size section. new 996d6ddb49d [X86][AVX512] Tag binop/rounding/sae instructions scheduler [...]
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 | 5305 ++++++++++++++++---------------- docs/CommandGuide/llc.rst | 400 +-- include/llvm/CodeGen/AsmPrinter.h | 2 + include/llvm/CodeGen/CommandFlags.def | 727 ++--- include/llvm/MC/MCObjectFileInfo.h | 747 ++--- include/llvm/Target/TargetOptions.h | 5 +- lib/CodeGen/AsmPrinter/AsmPrinter.cpp | 28 + lib/MC/MCObjectFileInfo.cpp | 1812 +++++------ lib/Target/X86/X86InstrAVX512.td | 267 +- test/CodeGen/X86/stack-size-section.ll | 30 + 10 files changed, 4718 insertions(+), 4605 deletions(-) create mode 100644 test/CodeGen/X86/stack-size-section.ll