aboutsummaryrefslogtreecommitdiff
path: root/docs/TableGenFundamentals.html
AgeCommit message (Expand)Author
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
2008-10-14HTML syntax fixes.Dan Gohman
2008-02-12More violation fixes.Bill Wendling
2008-02-12Fix validation errors: di -> dt.Bill Wendling
2008-02-12Reformatting. Adding "doc_code" divisions for code examples. Updated someBill Wendling
2006-09-09Missing anchorJim Laskey
2006-09-01Fix a typo Jim pointed out, thanks!Chris Lattner
2006-09-01document !strconcatChris Lattner
2006-09-01Document multiclasses and defm'sChris Lattner
2006-03-14Changes docs for llvm.cs.uiuc.edu -> llvm.orgReid Spencer
2005-10-24Fix spelling of 'separate'.Jeff Cohen
2005-09-08new expression typeChris Lattner
2004-08-04Surround code element with <tt> tagsMisha Brukman
2004-07-28Put <tt> around verbatim code elements.Misha Brukman
2004-07-27Document new syntaxChris Lattner
2004-07-26Remove dead sectionChris Lattner
2004-06-03Fix broken internal link.Misha Brukman
2004-06-03Specify div type "doc_text" to get proper indentation for paragraphs.Misha Brukman
2004-05-23Make use of the new doc_author class. "Seperate content from presentation" t...Chris Lattner
2004-05-12Make document HTML-4.01 (Strict) compliant.Misha Brukman
2004-02-12Fixed minor typos.John Criswell
2004-02-06Add information about the piece I forgot to write: parameterized tablegen cla...Chris Lattner
2004-02-06Syntax hilight examples and add note about emacs/vim mode filesChris Lattner
2004-02-06Add a new document describing TableGenChris Lattner