This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 41fae9f61aa AMDGPU/GlobalISel: RegBankSelect for basic int ops new ce04a4a4e7a TableGen: Remove the cast-from-string-to-variable-reference [...] new b50f5594c5c TableGen: Move GenStrConcat to a helper function in BinOpInit new a1c1c2357cf TableGen: Remove OpInit::Fold new e0e26550486 TableGen: Only fold when some operand made resolve progress new 0715b9ec565 TableGen: Explicitly test some cases of self-references and [...] new c9cc57b52dc TableGen: Check the dynamic type of !cast<Rec>(string) new 6bd41dfa71d TableGen: Explicitly forbid self-references to field members
The 7 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 | 4 - include/llvm/TableGen/Record.h | 29 +++++-- include/llvm/Target/TargetSelectionDAG.td | 20 ++--- lib/TableGen/Record.cpp | 133 ++++++++++++++---------------- lib/TableGen/TGParser.cpp | 44 ++++++---- lib/Target/AArch64/AArch64InstrFormats.td | 120 +++++++++++++-------------- lib/Target/AMDGPU/SMInstructions.td | 2 +- lib/Target/PowerPC/PPCInstrInfo.td | 12 +-- lib/Target/SystemZ/SystemZOperands.td | 12 +-- test/TableGen/MultiClass-defm-fail.td | 2 +- test/TableGen/cast-typeerror.td | 14 ++++ test/TableGen/self-reference-recursion.td | 9 ++ test/TableGen/self-reference-typeerror.td | 13 +++ test/TableGen/self-reference.td | 75 +++++++++++++++++ 14 files changed, 306 insertions(+), 183 deletions(-) create mode 100644 test/TableGen/cast-typeerror.td create mode 100644 test/TableGen/self-reference-recursion.td create mode 100644 test/TableGen/self-reference-typeerror.td create mode 100644 test/TableGen/self-reference.td