This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from fb84191e188 [SLP] Outline code for the check that instruction users are [...] new 5a3180dd84b [TargetParser] Use enum classes for various ARM kind enums.
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/MC/MCStreamer.h | 5 +- include/llvm/Support/AArch64TargetParser.def | 42 +-- include/llvm/Support/ARMTargetParser.def | 270 +++++++++--------- include/llvm/Support/TargetParser.h | 112 ++++---- lib/Support/TargetParser.cpp | 317 +++++++++++---------- lib/Support/Triple.cpp | 89 +++--- lib/Target/AArch64/AsmParser/AArch64AsmParser.cpp | 4 +- lib/Target/ARM/ARMSubtarget.cpp | 6 +- lib/Target/ARM/AsmParser/ARMAsmParser.cpp | 8 +- lib/Target/ARM/MCTargetDesc/ARMAsmBackend.cpp | 26 +- lib/Target/ARM/MCTargetDesc/ARMELFStreamer.cpp | 72 ++--- lib/Target/ARM/MCTargetDesc/ARMMCTargetDesc.cpp | 4 +- lib/Target/ARM/MCTargetDesc/ARMTargetStreamer.cpp | 4 +- unittests/Support/TargetParserTest.cpp | 328 ++++++++++++---------- 14 files changed, 670 insertions(+), 617 deletions(-)