summaryrefslogtreecommitdiff
path: root/docs/TableGen
AgeCommit message (Expand)AuthorFilesLines
2015-08-05Rename all references to old mailing lists to new lists.llvm.org address.Tanya Lattner2-2/+2
2015-06-06[TableGen] Correct the documentation for 'foreach' in the Language Intro.Craig Topper1-1/+1
2014-11-26Remove neverHasSideEffects support from TableGen CodeGenInstruction. Everyone...Craig Topper1-1/+0
2014-10-03Fix typo in TableGen documentationJonathan Roelofs1-1/+1
2014-09-03Document !and. Fix !shl and friends -- they provide binary operations.Joerg Sonnenberger2-3/+3
2014-09-02Reinstate "Nuke the old JIT."Eric Christopher1-2/+1
2014-08-07Temporarily Revert "Nuke the old JIT." as it's not quite ready toEric Christopher1-1/+2
2014-08-07Nuke the old JIT.Rafael Espindola1-2/+1
2014-08-07Update Tablegen documents given that binary literals are now sizedPete Cooper2-3/+10
2014-08-05Fix typos in comments and docJF Bastien1-1/+1
2014-07-21Fix Sphinx warnings.Dan Liew1-4/+1
2014-07-17[TableGen] Allow shift operators to take bits<n>Adam Nemet1-0/+6
2014-05-07[tablegen] Add !listconcat operator with the similar semantics as !strconcatDaniel Sanders2-1/+7
2014-05-02[tablegen] !strconcat accepts more than two arguments but this wasn't documen...Daniel Sanders1-1/+3
2014-04-08[docs] VCS contains a record of authorshipSean Silva1-2/+0
2014-04-07[docs] Fix some linksSean Silva1-1/+1
2014-04-01Recover TableGen/LangRef, make it officialRenato Golin3-516/+905
2014-03-24Adding some very nascent information about the clang tablegen backends, with ...Aaron Ballman1-17/+49
2014-03-21Add overall description, file comments, some structureRenato Golin1-23/+138
2014-03-20Fix a few more grammatic errors in docs/TableGen/index.rstEli Bendersky1-4/+4
2014-03-20Fix a couple of typos and an inaccurate description in the new TableGen docEli Bendersky1-7/+6
2014-03-20Re-factor TableGen docsRenato Golin4-299/+1133
2014-02-09[docs] TableGen easter egg: Multiline string literalsSean Silva1-0/+3
2013-03-24Allow TableGen DAG arguments to be just a name.Jakob Stoklund Olesen1-1/+1
2013-02-01[docs] Fixup fallout from other grammar fixup.Sean Silva1-1/+1
2013-02-01[docs] Add missing colon to TableGen grammar.Sean Silva1-1/+1
2013-01-25Add an addition operator to TableGenHal Finkel1-1/+1
2013-01-09TableGen/LangRef: link bang operators into the productionlistSean Silva1-4/+6
2013-01-09TableGen/LangRef: discuss specific C-like escapesSean Silva1-0/+5
2013-01-09docs: Fix mention of DefmID to MultiClassID.Sean Silva1-3/+3
2013-01-09docs: Bring TableGen syntax a bit closer to reality.Sean Silva1-1/+2
2013-01-07tblgen, docs: Add initial syntax reference.Sean Silva1-0/+375