index
:
~nh/llvm
fold-subregs
images
latest
master
mimg
tablegen-name-resolution
wip
Misc LLVM things, mostly radeonsi (AMDGPU)
nh
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
test
/
TableGen
Age
Commit message (
Expand
)
Author
Files
Lines
2011-10-10
XFAIL tblgen tests on leak checkers.
Benjamin Kramer
3
-0
/
+3
2011-10-07
Remove Multidefs
David Greene
2
-47
/
+9
2011-10-06
Make Test More Thorough
David Greene
1
-0
/
+12
2011-10-06
s/tblgen/llvm-tblgen/g in a few missed places, including the tests
Peter Collingbourne
52
-63
/
+63
2011-10-05
Update Test for Multidefs
David Greene
1
-8
/
+16
2011-10-05
Add a Multidef Test
David Greene
1
-0
/
+18
2011-10-04
Test Operand Arguments
David Greene
1
-0
/
+120
2011-09-30
Test More Complicated Lists
David Greene
1
-0
/
+17
2011-09-30
Test VarListElementInit:: resolveListElementReference
David Greene
1
-0
/
+13
2011-08-27
Reverted r138652, valgrind doesn't understand obj:*/tblgen.
Andrew Trick
3
-0
/
+3
2011-08-26
valgrind: Always suppress tblgen leaks.
Andrew Trick
3
-3
/
+0
2011-08-26
We don't care if TableGen leaks memory.
Benjamin Kramer
3
-0
/
+3
2011-06-04
Teach TableGen to evaluate DAG expressions as set operations.
Jakob Stoklund Olesen
1
-0
/
+167
2011-04-15
Fix a ton of comment typos found by codespell. Patch by
Chris Lattner
1
-1
/
+1
2011-01-07
Rename lisp-like functions as suggested by Gabor Greif as loooong time
David Greene
4
-8
/
+8
2010-12-13
Add support for using the `!if' operator when initializing variables:
Bill Wendling
1
-3
/
+27
2010-10-06
Generalize tblgen's dag parsing logic to handle arbitrary expressions
Chris Lattner
1
-0
/
+36
2010-10-06
rename add some comments.
Chris Lattner
1
-0
/
+5
2010-10-06
filecheckize
Chris Lattner
2
-21
/
+24
2010-10-06
remove the !nameconcat tblgen feature. It "shorthand" and only used in 4 places
Chris Lattner
1
-91
/
+0
2010-10-05
enhance tblgen to support anonymous defm's, use this to
Chris Lattner
1
-0
/
+12
2010-09-09
tests: XFAIL a handful of tests on the vg_leak builder, so we can get back to
Daniel Dunbar
2
-0
/
+4
2010-09-03
Generalize getFieldType to work on all TypedInits. Add a couple of testcases...
David Greene
2
-0
/
+24
2010-07-11
Remove TargetInstrInfo::copyRegToReg entirely.
Jakob Stoklund Olesen
1
-2
/
+1
2010-06-23
Fix a tblgen bug.
Bruno Cardoso Lopes
1
-0
/
+24
2010-06-22
Fix a subtle multiclass bug: when using class inheritance on
Bruno Cardoso Lopes
1
-0
/
+2
2010-06-18
Teach tablegen how to inherit from classes in 'defm' definitions.
Bruno Cardoso Lopes
1
-0
/
+36
2010-06-17
For a tablegen expression such as !if(a,b,c), let 'a'
Bruno Cardoso Lopes
1
-0
/
+11
2010-06-16
let the '!eq' expression support 'int' and 'bit' types
Bruno Cardoso Lopes
1
-0
/
+11
2010-06-10
Teach tablegen to allow "let" expressions inside multiclasses,
Bruno Cardoso Lopes
1
-0
/
+29
2010-06-05
Teach tablegen to support 'defm' inside multiclasses.
Bruno Cardoso Lopes
1
-0
/
+25
2010-03-27
XFAIL a new tblgen test for memory leak checking.
Jeffrey Yasskin
1
-0
/
+1
2010-03-25
Fix evil TableGen bug in template parameters with defaults.
Jakob Stoklund Olesen
1
-0
/
+43
2010-03-20
Add support for XFAILing valgrind runs with memory leak checking independently
Jeffrey Yasskin
35
-1
/
+35
2010-01-05
Add an !eq() operator to TableGen. It operates on strings only.
David Greene
1
-0
/
+13
2009-12-21
Fix a bug in !subst where TableGen would go and resubstitute text it had
David Greene
1
-0
/
+15
2009-11-22
Fix pr5470. Tablegen handles template arguments by temporarily setting their
Bob Wilson
1
-0
/
+10
2009-06-29
Add some tests of advanced TableGen list functionality.
David Greene
2
-0
/
+19
2009-06-09
Remove empty test (my DejaGNU doesn't like this)
Daniel Dunbar
1
-0
/
+0
2009-06-09
Remove empty file.
Bill Wendling
1
-0
/
+0
2009-06-09
Revert 73074 and 73099 because Windows doesn't have POSIX
David Greene
2
-26
/
+0
2009-06-08
Add a !patsubst operator. Use on string types.
David Greene
1
-0
/
+15
2009-06-08
Add a more robust !if test.
David Greene
1
-2
/
+2
2009-06-08
Fix DejaGNU run line to escape special characters.
David Greene
1
-2
/
+2
2009-06-08
Make IntInits and ListInits typed. This helps deduce types of !if and
David Greene
1
-0
/
+87
2009-06-08
Add a !regmatch operator to do pattern matching in TableGen.
David Greene
1
-0
/
+11
2009-05-14
Implement !if, analogous to $(if) in GNU make.
David Greene
1
-0
/
+20
2009-05-14
Fix tests to not upset DejaGNU.
David Greene
2
-3
/
+3
2009-05-14
Graduate LLVM to the big leagues by embedding a LISP processor into TableGen.
David Greene
1
-0
/
+21
2009-05-14
Implement a !foreach operator analogous to GNU make's $(foreach).
David Greene
2
-0
/
+128
[prev]
[next]