[all-commits] [llvm/llvm-project] b39311: Enhance TableGen so that backends can produce bett...
Paul C. Anagnostopoulos via All-commits
all-commits at lists.llvm.org
Wed Sep 23 10:36:35 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: b3931188fdc84ce2bd93a0770ddc8182d18c5010
https://github.com/llvm/llvm-project/commit/b3931188fdc84ce2bd93a0770ddc8182d18c5010
Author: Paul C. Anagnostopoulos <paul at windfall.com>
Date: 2020-09-23 (Wed, 23 Sep 2020)
Changed paths:
M llvm/include/llvm/TableGen/Error.h
M llvm/include/llvm/TableGen/Record.h
M llvm/lib/TableGen/Error.cpp
M llvm/lib/TableGen/Record.cpp
M llvm/lib/TableGen/TGParser.cpp
M llvm/test/TableGen/cond-type.td
M llvm/test/TableGen/generic-tables.td
M llvm/test/TableGen/getsetop.td
M llvm/test/TableGen/if-type.td
M llvm/test/TableGen/self-reference-typeerror.td
M llvm/utils/TableGen/SearchableTableEmitter.cpp
Log Message:
-----------
Enhance TableGen so that backends can produce better error messages.
Modify SearchableTableEmitter.cpp to take advantage.
Clean up formatting and capitalization issues.
More information about the All-commits
mailing list