This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from bcdec400081 [RISCV] Implement c.lui immediate operand constraint new 83e2fa52c4e AMDGPU: Stop using .NAME in .td files new a61d1a5d0b8 TableGen: Add some more helpful error messages new 869ea800def TableGen: Generalize type deduction for !listconcat new b5681f5c717 TableGen: Fix type deduction for !foreach new b5d03008a3a TableGen: Fix type of resolved and converted lists new 6d22c1fe698 TableGen: Allow implicit casting between string and code new f410ef7d961 TableGen: Add strict assertions to sanity check earlier typ [...]
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: include/llvm/TableGen/Record.h | 9 +++++++ lib/TableGen/Record.cpp | 48 ++++++++++++++++++++++++------------- lib/TableGen/TGParser.cpp | 26 +++++++++++++------- lib/Target/AMDGPU/DSInstructions.td | 12 +++++----- test/TableGen/code.td | 23 ++++++++++++++++++ test/TableGen/foreach.td | 12 ++++++++++ test/TableGen/listconcat.td | 14 +++++++++++ 7 files changed, 114 insertions(+), 30 deletions(-) create mode 100644 test/TableGen/code.td