summaryrefslogtreecommitdiffstats
path: root/llvm/docs/TableGenFundamentals.rst
Commit message (Collapse)AuthorAgeFilesLines
* Recover TableGen/LangRef, make it officialRenato Golin2014-04-011-790/+5
| | | | | | | | | | | | | Making the new TableGen documentation official and marking the old file as "Moved". Also, reverting the original LangRef as the normative formal description of the language, while keeping the "new" LangRef as LangIntro for the less inlcined to reading language grammars. We should remove TableGenFundamentals.rst one day, but for now, just a warning that it moved will have to do, while we make sure there are no more links to it from elsewhere. llvm-svn: 205289
* [docs] [tblgen] clarify that code fragments are just string literalsSean Silva2014-02-091-1/+1
| | | | | | | | Fun fact: looking at the TableGen code (around TGParser.cpp:1166), the only difference in handling is that adjacent regular string literals are concatenated in the parser. llvm-svn: 201035
* [docs] [tblgen] There is no "code" type.Sean Silva2014-02-091-5/+0
| | | | | | Code fragments are just fancy string literals. llvm-svn: 201034
* Fix documentation typosAlp Toker2013-12-201-2/+2
| | | | llvm-svn: 197757
* [docs] Guide prospective TableGen backend writers.Sean Silva2013-01-301-0/+4
| | | | | | | Boilerplate is often the hardest part of getting started with these kinds of things, so throw them a bone. llvm-svn: 173969
* docs: Fix long standing linking antipattern.Sean Silva2013-01-111-2/+0
| | | | | | | | | Before we learned about :doc:, we used :ref: and put a dummy link at the top of each page. Don't do that anymore. This fixes PR14891 as a special case. llvm-svn: 172162
* fix a couple of typosEli Bendersky2013-01-041-2/+2
| | | | llvm-svn: 171508
* Some sphinx-ing and consistency fixesEli Bendersky2012-11-201-16/+15
| | | | llvm-svn: 168380
* Cleanup some encoding mishaps.Bill Wendling2012-06-211-5/+5
| | | | llvm-svn: 158904
* Sphinxify the tablegen document.Bill Wendling2012-06-211-0/+799
llvm-svn: 158903
OpenPOWER on IntegriCloud