projects
/
oota-llvm.git
/ history
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅ next
PowerPC atomic pseudos clobber CR0, they don't read it.
[oota-llvm.git]
/
docs
/
TableGenFundamentals.html
2011-01-07
David Greene
Rename lisp-like functions as suggested by Gabor Greif...
blob
|
commitdiff
|
raw
2010-12-08
Bill Wendling
Fix newlines.
blob
|
commitdiff
|
raw
|
diff to current
2010-10-31
Chris Lattner
fix the !eq operator in tblgen to return a bit instead...
blob
|
commitdiff
|
raw
|
diff to current
2010-10-30
Benjamin Kramer
Validate HTML.
blob
|
commitdiff
|
raw
|
diff to current
2010-10-06
Chris Lattner
remove the !nameconcat tblgen feature. It "shorthand...
blob
|
commitdiff
|
raw
|
diff to current
2010-06-21
Eric Christopher
Remove isTwoAddress from llvm.
blob
|
commitdiff
|
raw
|
diff to current
2010-06-18
Bruno Cardoso Lopes
Teach tablegen how to inherit from classes in 'defm...
blob
|
commitdiff
|
raw
|
diff to current
2010-06-17
Bruno Cardoso Lopes
For a tablegen expression such as !if(a,b,c), let 'a'
blob
|
commitdiff
|
raw
|
diff to current
2010-06-16
Bruno Cardoso Lopes
let the '!eq' expression support 'int' and 'bit' types
blob
|
commitdiff
|
raw
|
diff to current
2010-06-10
Bruno Cardoso Lopes
Teach tablegen to allow "let" expressions inside multic...
blob
|
commitdiff
|
raw
|
diff to current
2010-06-05
Bruno Cardoso Lopes
Teach tablegen to support 'defm' inside multiclasses.
blob
|
commitdiff
|
raw
|
diff to current
2010-05-07
mike-m
Revert r103213. It broke several sections of live website.
blob
|
commitdiff
|
raw
|
diff to current
2010-05-06
mike-m
Overhauled llvm/clang docs builds. Closes PR6613.
blob
|
commitdiff
|
raw
2010-04-22
Chris Lattner
improve tblgen doc, pointed out by Zhongxing.
blob
|
commitdiff
|
raw
|
diff to current
2010-03-27
Chris Lattner
remove parallel support.
blob
|
commitdiff
|
raw
|
diff to current
2010-02-27
Dan Gohman
The mayHaveSideEffects flag is no longer used.
blob
|
commitdiff
|
raw
|
diff to current
2010-02-26
Dan Gohman
Fix a typo.
blob
|
commitdiff
|
raw
|
diff to current
2010-01-05
David Greene
Add an !eq() operator to TableGen. It operates on...
blob
|
commitdiff
|
raw
|
diff to current
2009-10-29
Dan Gohman
Rename usesCustomDAGSchedInserter to usesCustomInserter...
blob
|
commitdiff
|
raw
|
diff to current
2009-10-05
Evan Cheng
Move implicit and paralle to a separate codegen specifi...
blob
|
commitdiff
|
raw
|
diff to current
2009-08-05
Benjamin Kramer
Documentation: fix HTML validation errors.
blob
|
commitdiff
|
raw
|
diff to current
2009-06-29
David Greene
Implement !cast<string>.
blob
|
commitdiff
|
raw
|
diff to current
2009-06-09
David Greene
Revert 73074 and 73099 because Windows doesn't have...
blob
|
commitdiff
|
raw
|
diff to current
2009-06-08
David Greene
Add a !patsubst operator. Use on string types.
blob
|
commitdiff
|
raw
|
diff to current
2009-06-08
David Greene
Update documentation.
blob
|
commitdiff
|
raw
|
diff to current
2009-06-08
David Greene
Add a !regmatch operator to do pattern matching in...
blob
|
commitdiff
|
raw
|
diff to current
2009-05-18
Evan Cheng
Add short descriptions of 'implicit' and 'parallel'.
blob
|
commitdiff
|
raw
|
diff to current
2009-05-14
David Greene
Implement !if, analogous to $(if) in GNU make.
blob
|
commitdiff
|
raw
|
diff to current
2009-05-14
David Greene
Graduate LLVM to the big leagues by embedding a LISP...
blob
|
commitdiff
|
raw
|
diff to current
2009-05-14
David Greene
Implement a !foreach operator analogous to GNU make...
blob
|
commitdiff
|
raw
|
diff to current
2009-05-14
David Greene
Implement a !subst operation simmilar to $(subst) in...
blob
|
commitdiff
|
raw
|
diff to current
2009-05-14
David Greene
Implement !cast.
blob
|
commitdiff
|
raw
|
diff to current
2009-04-23
David Greene
Fix a documentation bug.
blob
|
commitdiff
|
raw
|
diff to current
2009-04-23
David Greene
Make BinOps typed and require a type specifier for...
blob
|
commitdiff
|
raw
|
diff to current
2009-04-22
David Greene
Allow defm to inherit from multiple multiclasses.
blob
|
commitdiff
|
raw
|
diff to current
2009-04-22
David Greene
Implement !nameconcat to concatenate strings and look...
blob
|
commitdiff
|
raw
|
diff to current
2009-04-22
David Greene
Implement multiclass inheritance.
blob
|
commitdiff
|
raw
|
diff to current
2008-12-11
Misha Brukman
Global replace of yellow W3C "valid HTML/CSS" icons...
blob
|
commitdiff
|
raw
|
diff to current
2008-12-03
Dan Gohman
Rename isSimpleLoad to canFoldAsLoad, to better reflect...
blob
|
commitdiff
|
raw
|
diff to current
2008-10-20
Matthijs Kooijman
Fix spelling error.
blob
|
commitdiff
|
raw
|
diff to current
2008-10-14
Dan Gohman
HTML syntax fixes.
blob
|
commitdiff
|
raw
|
diff to current
2008-02-12
Bill Wendling
More violation fixes.
blob
|
commitdiff
|
raw
|
diff to current
2008-02-12
Bill Wendling
Fix validation errors: di -> dt.
blob
|
commitdiff
|
raw
|
diff to current
2008-02-12
Bill Wendling
Reformatting. Adding "doc_code" divisions for code...
blob
|
commitdiff
|
raw
|
diff to current
2006-09-09
Jim Laskey
Missing anchor
blob
|
commitdiff
|
raw
|
diff to current
2006-09-01
Chris Lattner
Fix a typo Jim pointed out, thanks!
blob
|
commitdiff
|
raw
|
diff to current
2006-09-01
Chris Lattner
document !strconcat
blob
|
commitdiff
|
raw
|
diff to current
2006-09-01
Chris Lattner
Document multiclasses and defm's
blob
|
commitdiff
|
raw
|
diff to current
2006-03-14
Reid Spencer
Changes docs for llvm.cs.uiuc.edu -> llvm.org
blob
|
commitdiff
|
raw
|
diff to current
2005-10-24
Jeff Cohen
Fix spelling of 'separate'.
blob
|
commitdiff
|
raw
|
diff to current
2005-09-08
Chris Lattner
new expression type
blob
|
commitdiff
|
raw
|
diff to current
2004-08-04
Misha Brukman
Surround code element with <tt> tags
blob
|
commitdiff
|
raw
|
diff to current
2004-07-28
Misha Brukman
Put <tt> around verbatim code elements.
blob
|
commitdiff
|
raw
|
diff to current
2004-07-27
Chris Lattner
Document new syntax
blob
|
commitdiff
|
raw
|
diff to current
2004-07-26
Chris Lattner
Remove dead section
blob
|
commitdiff
|
raw
|
diff to current
2004-06-03
Misha Brukman
Fix broken internal link.
blob
|
commitdiff
|
raw
|
diff to current
2004-06-03
Misha Brukman
Specify div type "doc_text" to get proper indentation...
blob
|
commitdiff
|
raw
|
diff to current
2004-05-23
Chris Lattner
Make use of the new doc_author class. "Seperate conten...
blob
|
commitdiff
|
raw
|
diff to current
2004-05-12
Misha Brukman
Make document HTML-4.01 (Strict) compliant.
blob
|
commitdiff
|
raw
|
diff to current
2004-02-12
John Criswell
Fixed minor typos.
blob
|
commitdiff
|
raw
|
diff to current
2004-02-06
Chris Lattner
Add information about the piece I forgot to write:...
blob
|
commitdiff
|
raw
|
diff to current
2004-02-06
Chris Lattner
Syntax hilight examples and add note about emacs/vim...
blob
|
commitdiff
|
raw
|
diff to current
2004-02-06
Chris Lattner
Add a new document describing TableGen
blob
|
commitdiff
|
raw
|
diff to current