Add Foreach Loop
[oota-llvm.git] / docs / TableGenFundamentals.html
2012-02-22 David GreeneAdd Foreach Loop
2011-10-31 NAKAMURA Takumidocs/*.html: Appease W3C Checker to add "charset=utf-8".
2011-10-19 David GreeneDocument Paste
2011-10-19 David GreeneDocument NAME
2011-10-07 David GreeneRemove Multidefs
2011-10-05 David GreeneFix a typo.
2011-10-05 David GreeneDocument Multidefs
2011-04-23 NAKAMURA Takumidocs: Introduce cascading style <div> and <p> continued...
2011-04-18 NAKAMURA Takumidocs: Use <Hn> as Heading elements instead of <DIV...
2011-04-09 NAKAMURA Takumidocs: Canonicalize URLs.
2011-01-07 David GreeneRename lisp-like functions as suggested by Gabor Greif...
2010-12-08 Bill WendlingFix newlines.
2010-10-31 Chris Lattnerfix the !eq operator in tblgen to return a bit instead...
2010-10-30 Benjamin KramerValidate HTML.
2010-10-06 Chris Lattnerremove the !nameconcat tblgen feature. It "shorthand...
2010-06-21 Eric ChristopherRemove isTwoAddress from llvm.
2010-06-18 Bruno Cardoso LopesTeach tablegen how to inherit from classes in 'defm...
2010-06-17 Bruno Cardoso LopesFor a tablegen expression such as !if(a,b,c), let 'a'
2010-06-16 Bruno Cardoso Lopeslet the '!eq' expression support 'int' and 'bit' types
2010-06-10 Bruno Cardoso LopesTeach tablegen to allow "let" expressions inside multic...
2010-06-05 Bruno Cardoso LopesTeach tablegen to support 'defm' inside multiclasses.
2010-05-07 mike-mRevert r103213. It broke several sections of live website.
2010-05-06 mike-mOverhauled llvm/clang docs builds. Closes PR6613.
2010-04-22 Chris Lattnerimprove tblgen doc, pointed out by Zhongxing.
2010-03-27 Chris Lattnerremove parallel support.
2010-02-27 Dan GohmanThe mayHaveSideEffects flag is no longer used.
2010-02-26 Dan GohmanFix a typo.
2010-01-05 David GreeneAdd an !eq() operator to TableGen. It operates on...
2009-10-29 Dan GohmanRename usesCustomDAGSchedInserter to usesCustomInserter...
2009-10-05 Evan ChengMove implicit and paralle to a separate codegen specifi...
2009-08-05 Benjamin KramerDocumentation: fix HTML validation errors.
2009-06-29 David GreeneImplement !cast<string>.
2009-06-09 David GreeneRevert 73074 and 73099 because Windows doesn't have...
2009-06-08 David GreeneAdd a !patsubst operator. Use on string types.
2009-06-08 David GreeneUpdate documentation.
2009-06-08 David GreeneAdd a !regmatch operator to do pattern matching in...
2009-05-18 Evan ChengAdd short descriptions of 'implicit' and 'parallel'.
2009-05-14 David GreeneImplement !if, analogous to $(if) in GNU make.
2009-05-14 David GreeneGraduate LLVM to the big leagues by embedding a LISP...
2009-05-14 David GreeneImplement a !foreach operator analogous to GNU make...
2009-05-14 David GreeneImplement a !subst operation simmilar to $(subst) in...
2009-05-14 David GreeneImplement !cast.
2009-04-23 David GreeneFix a documentation bug.
2009-04-23 David GreeneMake BinOps typed and require a type specifier for...
2009-04-22 David GreeneAllow defm to inherit from multiple multiclasses.
2009-04-22 David GreeneImplement !nameconcat to concatenate strings and look...
2009-04-22 David GreeneImplement multiclass inheritance.
2008-12-11 Misha BrukmanGlobal replace of yellow W3C "valid HTML/CSS" icons...
2008-12-03 Dan GohmanRename isSimpleLoad to canFoldAsLoad, to better reflect...
2008-10-20 Matthijs KooijmanFix spelling error.
2008-10-14 Dan GohmanHTML syntax fixes.
2008-02-12 Bill WendlingMore violation fixes.
2008-02-12 Bill WendlingFix validation errors: di -> dt.
2008-02-12 Bill WendlingReformatting. Adding "doc_code" divisions for code...
2006-09-09 Jim LaskeyMissing anchor
2006-09-01 Chris LattnerFix a typo Jim pointed out, thanks!
2006-09-01 Chris Lattnerdocument !strconcat
2006-09-01 Chris LattnerDocument multiclasses and defm's
2006-03-14 Reid SpencerChanges docs for llvm.cs.uiuc.edu -> llvm.org
2005-10-24 Jeff CohenFix spelling of 'separate'.
2005-09-08 Chris Lattnernew expression type
2004-08-04 Misha BrukmanSurround code element with <tt> tags
2004-07-28 Misha BrukmanPut <tt> around verbatim code elements.
2004-07-27 Chris LattnerDocument new syntax
2004-07-26 Chris LattnerRemove dead section
2004-06-03 Misha BrukmanFix broken internal link.
2004-06-03 Misha BrukmanSpecify div type "doc_text" to get proper indentation...
2004-05-23 Chris LattnerMake use of the new doc_author class. "Seperate conten...
2004-05-12 Misha BrukmanMake document HTML-4.01 (Strict) compliant.
2004-02-12 John CriswellFixed minor typos.
2004-02-06 Chris LattnerAdd information about the piece I forgot to write:...
2004-02-06 Chris LattnerSyntax hilight examples and add note about emacs/vim...
2004-02-06 Chris LattnerAdd a new document describing TableGen