This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 4daee4c2afe [runtime] Use --strip-all rather than --strip-sections new 7f415404f73 Recommit r355224 "[TableGen][SelectionDAG][X86] Add specifi [...]
The 1 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/SelectionDAGISel.h | 2 + include/llvm/Target/TargetSelectionDAG.td | 13 ++-- lib/CodeGen/SelectionDAG/SelectionDAGISel.cpp | 6 ++ lib/Target/SystemZ/SystemZOperators.td | 20 +++--- lib/Target/X86/X86InstrAVX512.td | 88 +++++++++++++-------------- lib/Target/X86/X86InstrSSE.td | 2 +- lib/Target/X86/X86InstrVecCompiler.td | 2 +- utils/TableGen/CodeGenDAGPatterns.cpp | 16 ++++- utils/TableGen/DAGISelMatcher.cpp | 10 +++ utils/TableGen/DAGISelMatcher.h | 34 +++++++++++ utils/TableGen/DAGISelMatcherEmitter.cpp | 10 +++ utils/TableGen/DAGISelMatcherGen.cpp | 21 +++++++ 12 files changed, 156 insertions(+), 68 deletions(-)