aboutsummaryrefslogtreecommitdiff
path: root/docs/TableGenFundamentals.html
AgeCommit message (Expand)Author
2012-02-22Add Foreach LoopDavid Greene
2011-10-31docs/*.html: Appease W3C Checker to add "charset=utf-8".NAKAMURA Takumi
2011-10-19Document PasteDavid Greene
2011-10-19Document NAMEDavid Greene
2011-10-07Remove MultidefsDavid Greene
2011-10-05Fix a typo.David Greene
2011-10-05Document MultidefsDavid Greene
2011-04-23docs: Introduce cascading style <div> and <p> continued on <h[2-5]>.NAKAMURA Takumi
2011-04-18docs: Use <Hn> as Heading elements instead of <DIV class="doc_foo">.NAKAMURA Takumi
2011-04-09docs: Canonicalize URLs.NAKAMURA Takumi
2011-01-07Rename lisp-like functions as suggested by Gabor Greif as loooong timeDavid Greene
2010-12-08Fix newlines.Bill Wendling
2010-10-31fix the !eq operator in tblgen to return a bit instead of an int.Chris Lattner
2010-10-30Validate HTML.Benjamin Kramer
2010-10-06remove the !nameconcat tblgen feature. It "shorthand" and only used in 4 placesChris Lattner
2010-06-21Remove isTwoAddress from llvm.Eric Christopher
2010-06-18Teach tablegen how to inherit from classes in 'defm' definitions.Bruno Cardoso Lopes
2010-06-17For a tablegen expression such as !if(a,b,c), let 'a'Bruno Cardoso Lopes
2010-06-16let the '!eq' expression support 'int' and 'bit' typesBruno Cardoso Lopes
2010-06-10Teach tablegen to allow "let" expressions inside multiclasses,Bruno Cardoso Lopes
2010-06-05Teach tablegen to support 'defm' inside multiclasses.Bruno Cardoso Lopes
2010-05-07Revert r103213. It broke several sections of live website.mike-m
2010-05-06Overhauled llvm/clang docs builds. Closes PR6613.mike-m
2010-04-22improve tblgen doc, pointed out by Zhongxing.Chris Lattner
2010-03-27remove parallel support.Chris Lattner
2010-02-27The mayHaveSideEffects flag is no longer used.Dan Gohman
2010-02-26Fix a typo.Dan Gohman
2010-01-05Add an !eq() operator to TableGen. It operates on strings only.David Greene
2009-10-29Rename usesCustomDAGSchedInserter to usesCustomInserter, and update aDan Gohman
2009-10-05Move implicit and paralle to a separate codegen specific section.Evan Cheng
2009-08-05Documentation: fix HTML validation errors.Benjamin Kramer
2009-06-29Implement !cast<string>.David Greene
2009-06-09Revert 73074 and 73099 because Windows doesn't have POSIXDavid Greene
2009-06-08Add a !patsubst operator. Use on string types.David Greene
2009-06-08Update documentation.David Greene
2009-06-08Add a !regmatch operator to do pattern matching in TableGen.David Greene
2009-05-18Add short descriptions of 'implicit' and 'parallel'.Evan Cheng
2009-05-14Implement !if, analogous to $(if) in GNU make.David Greene
2009-05-14Graduate LLVM to the big leagues by embedding a LISP processor into TableGen.David Greene
2009-05-14Implement a !foreach operator analogous to GNU make's $(foreach).David Greene
2009-05-14Implement a !subst operation simmilar to $(subst) in GNU make to doDavid Greene
2009-05-14Implement !cast.David Greene
2009-04-23Fix a documentation bug.David Greene
2009-04-23Make BinOps typed and require a type specifier for !nameconcat. ThisDavid Greene
2009-04-22Allow defm to inherit from multiple multiclasses.David Greene
2009-04-22Implement !nameconcat to concatenate strings and look up the resultingDavid Greene
2009-04-22Implement multiclass inheritance.David Greene
2008-12-11Global replace of yellow W3C "valid HTML/CSS" icons with blue ones.Misha Brukman
2008-12-03Rename isSimpleLoad to canFoldAsLoad, to better reflect its meaning.Dan Gohman
2008-10-20Fix spelling error.Matthijs Kooijman