This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 2cf5f8ca1d4 [DebugInfo/AccelTable] Fix inconsistency in getDIEOffset im [...] new a2472dbf170 TableGen: add !isa operation new e08484073d2 TableGen: More helpful error messages new 691987fdfaf TableGen: Remove unused ParseForeachMode new ad64c889918 TableGen: Allow arbitrary list values as ranges of foreach new d66fa2a6706 TableGen: Add a defset statement
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/TableGen/LangIntro.rst | 3 + docs/TableGen/LangRef.rst | 27 ++++++- include/llvm/TableGen/Record.h | 50 ++++++++++++ lib/TableGen/Record.cpp | 107 +++++++++++++++++++++---- lib/TableGen/TGLexer.cpp | 2 + lib/TableGen/TGLexer.h | 4 +- lib/TableGen/TGParser.cpp | 159 +++++++++++++++++++++++++++++++------- lib/TableGen/TGParser.h | 12 ++- test/TableGen/ForeachList.td | 19 +++++ test/TableGen/defset-typeerror.td | 14 ++++ test/TableGen/defset.td | 62 +++++++++++++++ test/TableGen/isa.td | 39 ++++++++++ 12 files changed, 448 insertions(+), 50 deletions(-) create mode 100644 test/TableGen/defset-typeerror.td create mode 100644 test/TableGen/defset.td create mode 100644 test/TableGen/isa.td