index
:
external_llvm.git
replicant-6.0
Unnamed repository; edit this file 'description' to name the repository.
git repository hosting
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
docs
/
TableGenFundamentals.html
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix newlines.
Bill Wendling
2010-12-08
1
-1
/
+3
*
fix the !eq operator in tblgen to return a bit instead of an int.
Chris Lattner
2010-10-31
1
-1
/
+1
*
Validate HTML.
Benjamin Kramer
2010-10-30
1
-9
/
+7
*
remove the !nameconcat tblgen feature. It "shorthand" and only used in 4 places
Chris Lattner
2010-10-06
1
-2
/
+0
*
Remove isTwoAddress from llvm.
Eric Christopher
2010-06-21
1
-1
/
+0
*
Teach tablegen how to inherit from classes in 'defm' definitions.
Bruno Cardoso Lopes
2010-06-18
1
-0
/
+41
*
For a tablegen expression such as !if(a,b,c), let 'a'
Bruno Cardoso Lopes
2010-06-17
1
-1
/
+2
*
let the '!eq' expression support 'int' and 'bit' types
Bruno Cardoso Lopes
2010-06-16
1
-2
/
+2
*
Teach tablegen to allow "let" expressions inside multiclasses,
Bruno Cardoso Lopes
2010-06-10
1
-0
/
+26
*
Teach tablegen to support 'defm' inside multiclasses.
Bruno Cardoso Lopes
2010-06-05
1
-0
/
+44
*
Revert r103213. It broke several sections of live website.
mike-m
2010-05-07
1
-0
/
+802
*
Overhauled llvm/clang docs builds. Closes PR6613.
mike-m
2010-05-06
1
-802
/
+0
*
improve tblgen doc, pointed out by Zhongxing.
Chris Lattner
2010-04-22
1
-2
/
+3
*
remove parallel support.
Chris Lattner
2010-03-27
1
-3
/
+0
*
The mayHaveSideEffects flag is no longer used.
Dan Gohman
2010-02-27
1
-1
/
+0
*
Fix a typo.
Dan Gohman
2010-02-26
1
-1
/
+1
*
Add an !eq() operator to TableGen. It operates on strings only.
David Greene
2010-01-05
1
-0
/
+4
*
Rename usesCustomDAGSchedInserter to usesCustomInserter, and update a
Dan Gohman
2009-10-29
1
-1
/
+1
*
Move implicit and paralle to a separate codegen specific section.
Evan Cheng
2009-10-05
1
-7
/
+19
*
Documentation: fix HTML validation errors.
Benjamin Kramer
2009-08-05
1
-5
/
+5
*
Implement !cast<string>.
David Greene
2009-06-29
1
-1
/
+2
*
Revert 73074 and 73099 because Windows doesn't have POSIX
David Greene
2009-06-09
1
-7
/
+0
*
Add a !patsubst operator. Use on string types.
David Greene
2009-06-08
1
-0
/
+4
*
Update documentation.
David Greene
2009-06-08
1
-2
/
+5
*
Add a !regmatch operator to do pattern matching in TableGen.
David Greene
2009-06-08
1
-0
/
+3
*
Add short descriptions of 'implicit' and 'parallel'.
Evan Cheng
2009-05-18
1
-0
/
+7
*
Implement !if, analogous to $(if) in GNU make.
David Greene
2009-05-14
1
-0
/
+2
*
Graduate LLVM to the big leagues by embedding a LISP processor into TableGen.
David Greene
2009-05-14
1
-0
/
+6
*
Implement a !foreach operator analogous to GNU make's $(foreach).
David Greene
2009-05-14
1
-0
/
+4
*
Implement a !subst operation simmilar to $(subst) in GNU make to do
David Greene
2009-05-14
1
-0
/
+3
*
Implement !cast.
David Greene
2009-05-14
1
-4
/
+5
*
Fix a documentation bug.
David Greene
2009-04-23
1
-1
/
+1
*
Make BinOps typed and require a type specifier for !nameconcat. This
David Greene
2009-04-23
1
-3
/
+3
*
Allow defm to inherit from multiple multiclasses.
David Greene
2009-04-22
1
-3
/
+4
*
Implement !nameconcat to concatenate strings and look up the resulting
David Greene
2009-04-22
1
-2
/
+8
*
Implement multiclass inheritance.
David Greene
2009-04-22
1
-2
/
+4
*
Global replace of yellow W3C "valid HTML/CSS" icons with blue ones.
Misha Brukman
2008-12-11
1
-2
/
+2
*
Rename isSimpleLoad to canFoldAsLoad, to better reflect its meaning.
Dan Gohman
2008-12-03
1
-1
/
+1
*
Fix spelling error.
Matthijs Kooijman
2008-10-20
1
-1
/
+1
*
HTML syntax fixes.
Dan Gohman
2008-10-14
1
-6
/
+6
*
More violation fixes.
Bill Wendling
2008-02-12
1
-5
/
+0
*
Fix validation errors: di -> dt.
Bill Wendling
2008-02-12
1
-27
/
+27
*
Reformatting. Adding "doc_code" divisions for code examples. Updated some
Bill Wendling
2008-02-12
1
-119
/
+231
*
Missing anchor
Jim Laskey
2006-09-09
1
-1
/
+1
*
Fix a typo Jim pointed out, thanks!
Chris Lattner
2006-09-01
1
-1
/
+1
*
document !strconcat
Chris Lattner
2006-09-01
1
-0
/
+2
*
Document multiclasses and defm's
Chris Lattner
2006-09-01
1
-6
/
+83
*
Changes docs for llvm.cs.uiuc.edu -> llvm.org
Reid Spencer
2006-03-14
1
-1
/
+1
*
Fix spelling of 'separate'.
Jeff Cohen
2005-10-24
1
-2
/
+2
*
new expression type
Chris Lattner
2005-09-08
1
-0
/
+2
[next]