[PATCH] D88036: Version 0.5 of the "TableGen Backend Developer's Guide"

Paul C. Anagnostopoulos via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Sep 21 11:02:39 PDT 2020


Paul-C-Anagnostopoulos created this revision.
Paul-C-Anagnostopoulos added reviewers: lattner, nhaehnle, madhur13490.
Herald added subscribers: llvm-commits, hiraditya.
Herald added a project: LLVM.
Paul-C-Anagnostopoulos requested review of this revision.

This is version 0.5 of the new document titled "TableGen Backend Developer's Guide." It is a first cut a describing how to write a new backend for TableGen. It describes the data structures available to the backend, but not in complete detail. That is left to the Doxygen pages. It also discusses various top-level concepts related to accessing classes and records, fields, and error messages.

Two other documents are updated to refer to the new document. And there is a backend skeleton C++ file.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D88036

Files:
  llvm/docs/TableGen/BackEnds.rst
  llvm/docs/TableGen/BackGuide.rst
  llvm/docs/TableGen/ProgRef.rst
  llvm/lib/TableGen/TableGenBackendSkeleton.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D88036.293217.patch
Type: text/x-patch
Size: 34806 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200921/cc626b5e/attachment-0001.bin>


More information about the llvm-commits mailing list