I plan to release a version of dragonegg based on llvm-2.7 shortly
[oota-llvm.git] / docs / TableGenFundamentals.html
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