aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/TableGen/JSONBackend.cpp
AgeCommit message (Expand)AuthorFilesLines
2021-01-07[TableGen] Add field kind to the RecordVal class.Paul C. Anagnostopoulos1-1/+1
2020-12-06[TableGen] Delete 11 unused declarationsFangrui Song1-1/+0
2020-12-03[TableGen] Eliminate the 'code' typePaul C. Anagnostopoulos1-2/+0
2020-02-10Revert "Remove redundant "std::move"s in return statements"Bill Wendling1-7/+7
2020-02-10Remove redundant "std::move"s in return statementsBill Wendling1-7/+7
2019-01-19Update the file headers across all of the LLVM projects in the monorepoChandler Carruth1-4/+3
2018-07-11[TableGen] Add missing std::moves to fix build failure.Simon Tatham1-7/+7
2018-07-11[TableGen] Add a general-purpose JSON backend.Simon Tatham1-0/+189