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
*
llvm/docs/*.html: Fix markups.
NAKAMURA Takumi
2012-03-27
1
-1
/
+1
*
Add Foreach Loop
David Greene
2012-02-22
1
-0
/
+42
*
docs/*.html: Appease W3C Checker to add "charset=utf-8".
NAKAMURA Takumi
2011-10-31
1
-0
/
+1
*
Document Paste
David Greene
2011-10-19
1
-0
/
+4
*
Document NAME
David Greene
2011-10-19
1
-0
/
+8
*
Remove Multidefs
David Greene
2011-10-07
1
-59
/
+0
*
Fix a typo.
David Greene
2011-10-05
1
-1
/
+1
*
Document Multidefs
David Greene
2011-10-05
1
-0
/
+59
*
docs: Introduce cascading style <div> and <p> continued on <h[2-5]>.
NAKAMURA Takumi
2011-04-23
1
-24
/
+31
*
docs: Use <Hn> as Heading elements instead of <DIV class="doc_foo">.
NAKAMURA Takumi
2011-04-18
1
-30
/
+30
*
docs: Canonicalize URLs.
NAKAMURA Takumi
2011-04-09
1
-1
/
+1
*
Rename lisp-like functions as suggested by Gabor Greif as loooong time
David Greene
2011-01-07
1
-3
/
+3
*
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
[next]