summaryrefslogtreecommitdiff
path: root/docs/TableGen
AgeCommit message (Expand)Author
2018-07-11[TableGen] Add a general-purpose JSON backend.Simon Tatham
2018-06-21TableGen/SearchableTables: Support more generic enums and tablesNicolai Haehnle
2018-06-04TableGen: some LangRef doc fixesNicolai Haehnle
2018-06-04TableGen: Streamline the semantics of NAMENicolai Haehnle
2018-04-23Fix BNF nits in TableGen language reference.Simon Tatham
2018-04-23Test commit access.Simon Tatham
2018-03-19TableGen: Remove the cast-from-string-to-variable-reference featureNicolai Haehnle
2018-03-14TableGen: Add !ne, !le, !lt, !ge, and !gt comparisonsNicolai Haehnle
2018-03-14TableGen: Type-check BinOpsNicolai Haehnle
2018-03-14TableGen: Allow ? in listsNicolai Haehnle
2018-03-14TableGen: Add !dag function for constructionNicolai Haehnle
2018-03-09TableGen: Add a defset statementNicolai Haehnle
2018-03-09TableGen: Allow arbitrary list values as ranges of foreachNicolai Haehnle
2018-03-09TableGen: add !isa operationNicolai Haehnle
2018-03-06TableGen: Add !foldl operationNicolai Haehnle
2018-03-06TableGen: Allow !cast of records, cleanup conversion machineryNicolai Haehnle
2018-03-05TableGen: Reimplement !foreach using the resolving mechanismNicolai Haehnle
2018-02-23TableGen: Add !size operationNicolai Haehnle
2017-05-02Improvements to TableGen/LangIntro.rstAlex Bradbury
2017-03-07[X86][AVX512] Adding new LLVM TableGen backend which generates the EVEX2VEX c...Ayman Musa
2016-11-18[Docs][TableGen] Remove reference to tablegen supporting octal integers. It d...Craig Topper
2016-11-15TableGen: Add operator !orMatt Arsenault
2016-07-20[docs] Fixing Sphinx warnings to unclog the buildbotRenato Golin
2016-07-20Fixing a few places in this doc which look like obvious typos.Yunzhong Gao
2016-07-02fix some various typos in the docSylvestre Ledru
2015-08-05Rename all references to old mailing lists to new lists.llvm.org address.Tanya Lattner
2015-06-06[TableGen] Correct the documentation for 'foreach' in the Language Intro.Craig Topper
2014-11-26Remove neverHasSideEffects support from TableGen CodeGenInstruction. Everyone...Craig Topper
2014-10-03Fix typo in TableGen documentationJonathan Roelofs
2014-09-03Document !and. Fix !shl and friends -- they provide binary operations.Joerg Sonnenberger
2014-09-02Reinstate "Nuke the old JIT."Eric Christopher
2014-08-07Temporarily Revert "Nuke the old JIT." as it's not quite ready toEric Christopher
2014-08-07Nuke the old JIT.Rafael Espindola
2014-08-07Update Tablegen documents given that binary literals are now sizedPete Cooper
2014-08-05Fix typos in comments and docJF Bastien
2014-07-21Fix Sphinx warnings.Dan Liew
2014-07-17[TableGen] Allow shift operators to take bits<n>Adam Nemet
2014-05-07[tablegen] Add !listconcat operator with the similar semantics as !strconcatDaniel Sanders
2014-05-02[tablegen] !strconcat accepts more than two arguments but this wasn't documen...Daniel Sanders
2014-04-08[docs] VCS contains a record of authorshipSean Silva
2014-04-07[docs] Fix some linksSean Silva
2014-04-01Recover TableGen/LangRef, make it officialRenato Golin
2014-03-24Adding some very nascent information about the clang tablegen backends, with ...Aaron Ballman
2014-03-21Add overall description, file comments, some structureRenato Golin
2014-03-20Fix a few more grammatic errors in docs/TableGen/index.rstEli Bendersky
2014-03-20Fix a couple of typos and an inaccurate description in the new TableGen docEli Bendersky
2014-03-20Re-factor TableGen docsRenato Golin
2014-02-09[docs] TableGen easter egg: Multiline string literalsSean Silva
2013-03-24Allow TableGen DAG arguments to be just a name.Jakob Stoklund Olesen
2013-02-01[docs] Fixup fallout from other grammar fixup.Sean Silva