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
/
test
/
TableGen
Commit message (
Expand
)
Author
Age
Files
Lines
*
Teach TableGen to evaluate DAG expressions as set operations.
Jakob Stoklund Olesen
2011-06-04
1
-0
/
+167
*
Fix a ton of comment typos found by codespell. Patch by
Chris Lattner
2011-04-15
1
-1
/
+1
*
Rename lisp-like functions as suggested by Gabor Greif as loooong time
David Greene
2011-01-07
4
-8
/
+8
*
Add support for using the `!if' operator when initializing variables:
Bill Wendling
2010-12-13
1
-3
/
+27
*
Generalize tblgen's dag parsing logic to handle arbitrary expressions
Chris Lattner
2010-10-06
1
-0
/
+36
*
rename add some comments.
Chris Lattner
2010-10-06
1
-0
/
+5
*
filecheckize
Chris Lattner
2010-10-06
2
-21
/
+24
*
remove the !nameconcat tblgen feature. It "shorthand" and only used in 4 places
Chris Lattner
2010-10-06
1
-91
/
+0
*
enhance tblgen to support anonymous defm's, use this to
Chris Lattner
2010-10-05
1
-0
/
+12
*
tests: XFAIL a handful of tests on the vg_leak builder, so we can get back to
Daniel Dunbar
2010-09-09
2
-0
/
+4
*
Generalize getFieldType to work on all TypedInits. Add a couple of testcases...
David Greene
2010-09-03
2
-0
/
+24
*
Remove TargetInstrInfo::copyRegToReg entirely.
Jakob Stoklund Olesen
2010-07-11
1
-2
/
+1
*
Fix a tblgen bug.
Bruno Cardoso Lopes
2010-06-23
1
-0
/
+24
*
Fix a subtle multiclass bug: when using class inheritance on
Bruno Cardoso Lopes
2010-06-22
1
-0
/
+2
*
Teach tablegen how to inherit from classes in 'defm' definitions.
Bruno Cardoso Lopes
2010-06-18
1
-0
/
+36
*
For a tablegen expression such as !if(a,b,c), let 'a'
Bruno Cardoso Lopes
2010-06-17
1
-0
/
+11
*
let the '!eq' expression support 'int' and 'bit' types
Bruno Cardoso Lopes
2010-06-16
1
-0
/
+11
*
Teach tablegen to allow "let" expressions inside multiclasses,
Bruno Cardoso Lopes
2010-06-10
1
-0
/
+29
*
Teach tablegen to support 'defm' inside multiclasses.
Bruno Cardoso Lopes
2010-06-05
1
-0
/
+25
*
XFAIL a new tblgen test for memory leak checking.
Jeffrey Yasskin
2010-03-27
1
-0
/
+1
*
Fix evil TableGen bug in template parameters with defaults.
Jakob Stoklund Olesen
2010-03-25
1
-0
/
+43
*
Add support for XFAILing valgrind runs with memory leak checking independently
Jeffrey Yasskin
2010-03-20
35
-1
/
+35
*
Add an !eq() operator to TableGen. It operates on strings only.
David Greene
2010-01-05
1
-0
/
+13
*
Fix a bug in !subst where TableGen would go and resubstitute text it had
David Greene
2009-12-21
1
-0
/
+15
*
Fix pr5470. Tablegen handles template arguments by temporarily setting their
Bob Wilson
2009-11-22
1
-0
/
+10
*
Add some tests of advanced TableGen list functionality.
David Greene
2009-06-29
2
-0
/
+19
*
Remove empty test (my DejaGNU doesn't like this)
Daniel Dunbar
2009-06-09
1
-0
/
+0
*
Remove empty file.
Bill Wendling
2009-06-09
1
-0
/
+0
*
Revert 73074 and 73099 because Windows doesn't have POSIX
David Greene
2009-06-09
2
-26
/
+0
*
Add a !patsubst operator. Use on string types.
David Greene
2009-06-08
1
-0
/
+15
*
Add a more robust !if test.
David Greene
2009-06-08
1
-2
/
+2
*
Fix DejaGNU run line to escape special characters.
David Greene
2009-06-08
1
-2
/
+2
*
Make IntInits and ListInits typed. This helps deduce types of !if and
David Greene
2009-06-08
1
-0
/
+87
*
Add a !regmatch operator to do pattern matching in TableGen.
David Greene
2009-06-08
1
-0
/
+11
*
Implement !if, analogous to $(if) in GNU make.
David Greene
2009-05-14
1
-0
/
+20
*
Fix tests to not upset DejaGNU.
David Greene
2009-05-14
2
-3
/
+3
*
Graduate LLVM to the big leagues by embedding a LISP processor into TableGen.
David Greene
2009-05-14
1
-0
/
+21
*
Implement a !foreach operator analogous to GNU make's $(foreach).
David Greene
2009-05-14
2
-0
/
+128
*
Implement a !subst operation simmilar to $(subst) in GNU make to do
David Greene
2009-05-14
1
-0
/
+29
*
Implement !cast.
David Greene
2009-05-14
1
-0
/
+90
*
Use .td for tablegen files, not .ll.
Dan Gohman
2009-05-08
2
-0
/
+0
*
Allow multiclass def names to contain "#NAME"" where TableGen replaces
David Greene
2009-05-05
1
-0
/
+12
*
Fix multiclass inheritance to limit value resolution to new defs added
David Greene
2009-04-24
1
-9
/
+41
*
Make BinOps typed and require a type specifier for !nameconcat. This
David Greene
2009-04-23
1
-3
/
+17
*
Allow defm to inherit from multiple multiclasses.
David Greene
2009-04-22
1
-0
/
+32
*
Implement !nameconcat to concatenate strings and look up the resulting
David Greene
2009-04-22
1
-0
/
+76
*
Implement multiclass inheritance.
David Greene
2009-04-22
1
-0
/
+32
*
add support for a few simple escape characters in tblgen strings.
Chris Lattner
2009-03-13
1
-0
/
+5
*
implement support for C-style string literal concatenation in td files.
Chris Lattner
2009-03-11
1
-0
/
+3
*
Fun x86 encoding tricks: when adding an immediate value of 128,
Dan Gohman
2008-10-17
1
-1
/
+1
[next]