summaryrefslogtreecommitdiff
path: root/docs/TableGenFundamentals.html
Commit message (Expand)AuthorAge
* docs: Introduce cascading style <div> and <p> continued on <h[2-5]>.NAKAMURA Takumi2011-04-23
* docs: Use <Hn> as Heading elements instead of <DIV class="doc_foo">.NAKAMURA Takumi2011-04-18
* docs: Canonicalize URLs.NAKAMURA Takumi2011-04-09
* Rename lisp-like functions as suggested by Gabor Greif as loooong timeDavid Greene2011-01-07
* Fix newlines.Bill Wendling2010-12-08
* fix the !eq operator in tblgen to return a bit instead of an int.Chris Lattner2010-10-31
* Validate HTML.Benjamin Kramer2010-10-30
* remove the !nameconcat tblgen feature. It "shorthand" and only used in 4 placesChris Lattner2010-10-06
* Remove isTwoAddress from llvm.Eric Christopher2010-06-21
* Teach tablegen how to inherit from classes in 'defm' definitions.Bruno Cardoso Lopes2010-06-18
* For a tablegen expression such as !if(a,b,c), let 'a'Bruno Cardoso Lopes2010-06-17
* let the '!eq' expression support 'int' and 'bit' typesBruno Cardoso Lopes2010-06-16
* Teach tablegen to allow "let" expressions inside multiclasses,Bruno Cardoso Lopes2010-06-10
* Teach tablegen to support 'defm' inside multiclasses.Bruno Cardoso Lopes2010-06-05
* Revert r103213. It broke several sections of live website.mike-m2010-05-07
* Overhauled llvm/clang docs builds. Closes PR6613.mike-m2010-05-06
* improve tblgen doc, pointed out by Zhongxing.Chris Lattner2010-04-22
* remove parallel support.Chris Lattner2010-03-27
* The mayHaveSideEffects flag is no longer used.Dan Gohman2010-02-27
* Fix a typo.Dan Gohman2010-02-26
* Add an !eq() operator to TableGen. It operates on strings only.David Greene2010-01-05
* Rename usesCustomDAGSchedInserter to usesCustomInserter, and update aDan Gohman2009-10-29
* Move implicit and paralle to a separate codegen specific section.Evan Cheng2009-10-05
* Documentation: fix HTML validation errors.Benjamin Kramer2009-08-05
* Implement !cast<string>.David Greene2009-06-29
* Revert 73074 and 73099 because Windows doesn't have POSIXDavid Greene2009-06-09
* Add a !patsubst operator. Use on string types.David Greene2009-06-08
* Update documentation.David Greene2009-06-08
* Add a !regmatch operator to do pattern matching in TableGen.David Greene2009-06-08
* Add short descriptions of 'implicit' and 'parallel'.Evan Cheng2009-05-18
* Implement !if, analogous to $(if) in GNU make.David Greene2009-05-14
* Graduate LLVM to the big leagues by embedding a LISP processor into TableGen.David Greene2009-05-14
* Implement a !foreach operator analogous to GNU make's $(foreach).David Greene2009-05-14
* Implement a !subst operation simmilar to $(subst) in GNU make to doDavid Greene2009-05-14
* Implement !cast.David Greene2009-05-14
* Fix a documentation bug.David Greene2009-04-23
* Make BinOps typed and require a type specifier for !nameconcat. ThisDavid Greene2009-04-23
* Allow defm to inherit from multiple multiclasses.David Greene2009-04-22
* Implement !nameconcat to concatenate strings and look up the resultingDavid Greene2009-04-22
* Implement multiclass inheritance.David Greene2009-04-22
* Global replace of yellow W3C "valid HTML/CSS" icons with blue ones.Misha Brukman2008-12-11
* Rename isSimpleLoad to canFoldAsLoad, to better reflect its meaning.Dan Gohman2008-12-03
* Fix spelling error.Matthijs Kooijman2008-10-20
* HTML syntax fixes.Dan Gohman2008-10-14
* More violation fixes.Bill Wendling2008-02-12
* Fix validation errors: di -> dt.Bill Wendling2008-02-12
* Reformatting. Adding "doc_code" divisions for code examples. Updated someBill Wendling2008-02-12
* Missing anchorJim Laskey2006-09-09
* Fix a typo Jim pointed out, thanks!Chris Lattner2006-09-01
* document !strconcatChris Lattner2006-09-01