This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 6974a46 [X86] Change getHostCPUName to report Intel model 0x4e as "sk [...] new 50116a2 MC: support passing search paths to the IAS new 555794f [X86] Add Intel Kaby Lake model numbers to getHostCPUName ali [...]
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/MCTargetOptions.h | 10 +++++++++- lib/CodeGen/AsmPrinter/AsmPrinterInlineAsm.cpp | 2 ++ lib/Support/Host.cpp | 6 ++++-- test/MC/AsmParser/include.ll | 13 +++++++++++++ test/MC/AsmParser/include/function.x | 3 +++ test/MC/AsmParser/include/module.x | 3 +++ tools/llc/llc.cpp | 3 +++ 7 files changed, 37 insertions(+), 3 deletions(-) create mode 100644 test/MC/AsmParser/include.ll create mode 100644 test/MC/AsmParser/include/function.x create mode 100644 test/MC/AsmParser/include/module.x