aboutsummaryrefslogtreecommitdiffstats
path: root/docs/TableGenFundamentals.html
Commit message (Expand)AuthorAgeFilesLines
* Sphinxify the tablegen document.Bill Wendling2012-06-211-978/+0
* Add support for range expressions in TableGen foreach loops.Jakob Stoklund Olesen2012-05-241-2/+6
* Reflect that tblgen is now llvm-tblgenJoel Jones2012-05-241-6/+7
* [docs] Update HTML pages to refer to CSS in a way that works locally and with...Daniel Dunbar2012-04-191-1/+1
* llvm/docs/*.html: Fix markups.NAKAMURA Takumi2012-03-271-1/+1
* Add Foreach LoopDavid Greene2012-02-221-0/+42
* docs/*.html: Appease W3C Checker to add "charset=utf-8".NAKAMURA Takumi2011-10-311-0/+1
* Document PasteDavid Greene2011-10-191-0/+4
* Document NAMEDavid Greene2011-10-191-0/+8
* Remove MultidefsDavid Greene2011-10-071-59/+0
* Fix a typo.David Greene2011-10-051-1/+1
* Document MultidefsDavid Greene2011-10-051-0/+59
* docs: Introduce cascading style <div> and <p> continued on <h[2-5]>.NAKAMURA Takumi2011-04-231-24/+31
* docs: Use <Hn> as Heading elements instead of <DIV class="doc_foo">.NAKAMURA Takumi2011-04-181-30/+30
* docs: Canonicalize URLs.NAKAMURA Takumi2011-04-091-1/+1
* Rename lisp-like functions as suggested by Gabor Greif as loooong timeDavid Greene2011-01-071-3/+3
* Fix newlines.Bill Wendling2010-12-081-1/+3
* fix the !eq operator in tblgen to return a bit instead of an int.Chris Lattner2010-10-311-1/+1
* Validate HTML.Benjamin Kramer2010-10-301-9/+7
* remove the !nameconcat tblgen feature. It "shorthand" and only used in 4 placesChris Lattner2010-10-061-2/+0
* Remove isTwoAddress from llvm.Eric Christopher2010-06-211-1/+0
* Teach tablegen how to inherit from classes in 'defm' definitions.Bruno Cardoso Lopes2010-06-181-0/+41
* For a tablegen expression such as !if(a,b,c), let 'a'Bruno Cardoso Lopes2010-06-171-1/+2
* let the '!eq' expression support 'int' and 'bit' typesBruno Cardoso Lopes2010-06-161-2/+2
* Teach tablegen to allow "let" expressions inside multiclasses,Bruno Cardoso Lopes2010-06-101-0/+26
* Teach tablegen to support 'defm' inside multiclasses.Bruno Cardoso Lopes2010-06-051-0/+44
* Revert r103213. It broke several sections of live website.mike-m2010-05-071-0/+802
* Overhauled llvm/clang docs builds. Closes PR6613.mike-m2010-05-061-802/+0
* improve tblgen doc, pointed out by Zhongxing.Chris Lattner2010-04-221-2/+3
* remove parallel support.Chris Lattner2010-03-271-3/+0
* The mayHaveSideEffects flag is no longer used.Dan Gohman2010-02-271-1/+0
* Fix a typo.Dan Gohman2010-02-261-1/+1
* Add an !eq() operator to TableGen. It operates on strings only.David Greene2010-01-051-0/+4
* Rename usesCustomDAGSchedInserter to usesCustomInserter, and update aDan Gohman2009-10-291-1/+1
* Move implicit and paralle to a separate codegen specific section.Evan Cheng2009-10-051-7/+19
* Documentation: fix HTML validation errors.Benjamin Kramer2009-08-051-5/+5
* Implement !cast<string>.David Greene2009-06-291-1/+2
* Revert 73074 and 73099 because Windows doesn't have POSIXDavid Greene2009-06-091-7/+0
* Add a !patsubst operator. Use on string types.David Greene2009-06-081-0/+4
* Update documentation.David Greene2009-06-081-2/+5
* Add a !regmatch operator to do pattern matching in TableGen.David Greene2009-06-081-0/+3
* Add short descriptions of 'implicit' and 'parallel'.Evan Cheng2009-05-181-0/+7
* Implement !if, analogous to $(if) in GNU make.David Greene2009-05-141-0/+2
* Graduate LLVM to the big leagues by embedding a LISP processor into TableGen.David Greene2009-05-141-0/+6
* Implement a !foreach operator analogous to GNU make's $(foreach).David Greene2009-05-141-0/+4
* Implement a !subst operation simmilar to $(subst) in GNU make to doDavid Greene2009-05-141-0/+3
* Implement !cast.David Greene2009-05-141-4/+5
* Fix a documentation bug.David Greene2009-04-231-1/+1
* Make BinOps typed and require a type specifier for !nameconcat. ThisDavid Greene2009-04-231-3/+3
* Allow defm to inherit from multiple multiclasses.David Greene2009-04-221-3/+4