index
:
llvm
master
release_1
release_16
release_20
release_21
release_22
release_23
release_24
release_25
release_26
release_27
release_28
release_29
release_30
release_31
release_32
release_33
stable
svn-tags/RELEASE_1
svn-tags/RELEASE_20
svn-tags/RELEASE_21
svn-tags/RELEASE_22
svn-tags/RELEASE_23
svn-tags/RELEASE_24
svn-tags/RELEASE_25
svn-tags/RELEASE_26
svn-tags/RELEASE_27
svn-tags/RELEASE_28
svn-tags/RELEASE_29
svn-tags/RELEASE_30
svn-tags/RELEASE_31
svn-tags/RELEASE_32
testing
http://llvm.org
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
docs
/
TableGenFundamentals.html
Age
Commit message (
Expand
)
Author
2012-06-21
Sphinxify the tablegen document.
Bill Wendling
2012-05-24
Add support for range expressions in TableGen foreach loops.
Jakob Stoklund Olesen
2012-05-24
Reflect that tblgen is now llvm-tblgen
Joel Jones
2012-04-19
[docs] Update HTML pages to refer to CSS in a way that works locally and with...
Daniel Dunbar
2012-03-27
llvm/docs/*.html: Fix markups.
NAKAMURA Takumi
2012-02-22
Add Foreach Loop
David Greene
2011-10-31
docs/*.html: Appease W3C Checker to add "charset=utf-8".
NAKAMURA Takumi
2011-10-19
Document Paste
David Greene
2011-10-19
Document NAME
David Greene
2011-10-07
Remove Multidefs
David Greene
2011-10-05
Fix a typo.
David Greene
2011-10-05
Document Multidefs
David Greene
2011-04-23
docs: Introduce cascading style <div> and <p> continued on <h[2-5]>.
NAKAMURA Takumi
2011-04-18
docs: Use <Hn> as Heading elements instead of <DIV class="doc_foo">.
NAKAMURA Takumi
2011-04-09
docs: Canonicalize URLs.
NAKAMURA Takumi
2011-01-07
Rename lisp-like functions as suggested by Gabor Greif as loooong time
David Greene
2010-12-08
Fix newlines.
Bill Wendling
2010-10-31
fix the !eq operator in tblgen to return a bit instead of an int.
Chris Lattner
2010-10-30
Validate HTML.
Benjamin Kramer
2010-10-06
remove the !nameconcat tblgen feature. It "shorthand" and only used in 4 places
Chris Lattner
2010-06-21
Remove isTwoAddress from llvm.
Eric Christopher
2010-06-18
Teach tablegen how to inherit from classes in 'defm' definitions.
Bruno Cardoso Lopes
2010-06-17
For a tablegen expression such as !if(a,b,c), let 'a'
Bruno Cardoso Lopes
2010-06-16
let the '!eq' expression support 'int' and 'bit' types
Bruno Cardoso Lopes
2010-06-10
Teach tablegen to allow "let" expressions inside multiclasses,
Bruno Cardoso Lopes
2010-06-05
Teach tablegen to support 'defm' inside multiclasses.
Bruno Cardoso Lopes
2010-05-07
Revert r103213. It broke several sections of live website.
mike-m
2010-05-06
Overhauled llvm/clang docs builds. Closes PR6613.
mike-m
2010-04-22
improve tblgen doc, pointed out by Zhongxing.
Chris Lattner
2010-03-27
remove parallel support.
Chris Lattner
2010-02-27
The mayHaveSideEffects flag is no longer used.
Dan Gohman
2010-02-26
Fix a typo.
Dan Gohman
2010-01-05
Add an !eq() operator to TableGen. It operates on strings only.
David Greene
2009-10-29
Rename usesCustomDAGSchedInserter to usesCustomInserter, and update a
Dan Gohman
2009-10-05
Move implicit and paralle to a separate codegen specific section.
Evan Cheng
2009-08-05
Documentation: fix HTML validation errors.
Benjamin Kramer
2009-06-29
Implement !cast<string>.
David Greene
2009-06-09
Revert 73074 and 73099 because Windows doesn't have POSIX
David Greene
2009-06-08
Add a !patsubst operator. Use on string types.
David Greene
2009-06-08
Update documentation.
David Greene
2009-06-08
Add a !regmatch operator to do pattern matching in TableGen.
David Greene
2009-05-18
Add short descriptions of 'implicit' and 'parallel'.
Evan Cheng
2009-05-14
Implement !if, analogous to $(if) in GNU make.
David Greene
2009-05-14
Graduate LLVM to the big leagues by embedding a LISP processor into TableGen.
David Greene
2009-05-14
Implement a !foreach operator analogous to GNU make's $(foreach).
David Greene
2009-05-14
Implement a !subst operation simmilar to $(subst) in GNU make to do
David Greene
2009-05-14
Implement !cast.
David Greene
2009-04-23
Fix a documentation bug.
David Greene
2009-04-23
Make BinOps typed and require a type specifier for !nameconcat. This
David Greene
2009-04-22
Allow defm to inherit from multiple multiclasses.
David Greene
[next]