This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from dd0be70559a [ARM] Add an extra constant hoisting test. NFC new d146b937891 [kate] Add '!mul' operator that was introduced in D58775 new 4e72ab8b660 [TableGen] Introduce !listsplat 'binary' operator new 6649368bab2 [X86] X86ScheduleBdVer2: use !listsplat operator to cleanup [...] new 091d3974ccd [PDB Docs] Start documenting CodeView Type Records. new b7bce147ad2 [llvm] Non-functional change: declared a local variable as const.
The 5 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/PDB/CodeViewTypes.rst | 263 +++++++++++++++++++++++++++++++++++- docs/TableGen/LangIntro.rst | 4 + docs/TableGen/LangRef.rst | 2 +- include/llvm/TableGen/Record.h | 4 +- lib/MC/MCAsmStreamer.cpp | 2 +- lib/TableGen/Record.cpp | 14 ++ lib/TableGen/TGLexer.cpp | 1 + lib/TableGen/TGLexer.h | 6 +- lib/TableGen/TGParser.cpp | 38 ++++++ lib/Target/X86/X86ScheduleBdVer2.td | 11 +- test/TableGen/listsplat.td | 75 ++++++++++ utils/kate/llvm-tablegen.xml | 2 + 12 files changed, 409 insertions(+), 13 deletions(-) create mode 100644 test/TableGen/listsplat.td