summaryrefslogtreecommitdiff
path: root/docs/TableGenFundamentals.html
Commit message (Expand)AuthorAge
* 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
* Document multiclasses and defm'sChris Lattner2006-09-01
* Changes docs for llvm.cs.uiuc.edu -> llvm.orgReid Spencer2006-03-14
* Fix spelling of 'separate'.Jeff Cohen2005-10-24
* new expression typeChris Lattner2005-09-08
* Surround code element with <tt> tagsMisha Brukman2004-08-04
* Put <tt> around verbatim code elements.Misha Brukman2004-07-28
* Document new syntaxChris Lattner2004-07-27
* Remove dead sectionChris Lattner2004-07-26
* Fix broken internal link.Misha Brukman2004-06-03
* Specify div type "doc_text" to get proper indentation for paragraphs.Misha Brukman2004-06-03
* Make use of the new doc_author class. "Seperate content from presentation" t...Chris Lattner2004-05-23
* Make document HTML-4.01 (Strict) compliant.Misha Brukman2004-05-12
* Fixed minor typos.John Criswell2004-02-12
* Add information about the piece I forgot to write: parameterized tablegen cla...Chris Lattner2004-02-06
* Syntax hilight examples and add note about emacs/vim mode filesChris Lattner2004-02-06
* Add a new document describing TableGenChris Lattner2004-02-06