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
2014-09-30
[AVX512] Added intrinsics for VPCMPEQB and VPCMPEQW.
Robert Khasanov
1
-1
/
+1
2014-09-27
Update test case to match minor formatting change introduced in r218563.
Craig Topper
1
-3
/
+3
2014-09-27
Fix TableGen -gen-disassembler output for bit fields with an offset.
Craig Topper
1
-0
/
+74
2014-09-16
[TableGen] Fully resolve class-instance values before defs in multiclasses
Adam Nemet
1
-0
/
+19
2014-08-29
Tablegen fixes for new syntax when initializing bits from variables.
Jean-Luc Duprat
1
-1
/
+3
2014-08-12
llvm/test/TableGen/*Foreach*.td: Remove XFAIL:vg_leak. They have not been fai...
NAKAMURA Takumi
4
-4
/
+0
2014-08-07
Update BitRecTy::convertValue to allow if expressions with bit values on both...
Pete Cooper
1
-0
/
+2
2014-08-07
Change the { } expression in tablegen to accept sized binary literals which a...
Pete Cooper
1
-0
/
+24
2014-08-07
Change BitsInit to inherit from TypedInit.
Pete Cooper
2
-2
/
+2
2014-08-07
Change TableGen so that binary literals such as 0b001 are now sized.
Pete Cooper
1
-0
/
+37
2014-08-07
TableGen: Change { } to only accept bits<n> entries when n == 1.
Pete Cooper
1
-0
/
+22
2014-08-05
Allow binary and for tblgen math.
Joerg Sonnenberger
1
-0
/
+8
2014-07-22
Revert of r213521. This change introduced a non-hermetic test (depending on a
Richard Smith
1
-41
/
+0
2014-07-21
TableGen: Allow AddedComplexity values to be negative
Tom Stellard
1
-0
/
+41
2014-07-17
[TableGen] Allow shift operators to take bits<n>
Adam Nemet
1
-0
/
+10
2014-07-17
[TABLEGEN] Do not crash on intrinsics with names longer than 40 characters
Justin Holewinski
1
-0
/
+32
2014-06-10
Fix error in tablegen when either operand of !if is an empty list.
Matt Arsenault
1
-0
/
+7
2014-06-10
Anonymous definitions in foreach blocks triggered a 'def already exists'
Artyom Skrobov
1
-1
/
+25
2014-05-09
test/TableGen: Remove XFAIL:vg_leak out of 3 tests corresponding to r208293.
NAKAMURA Takumi
3
-3
/
+0
2014-05-08
Mark test/TableGen/listconcat.td as XFAIL:vg_leak. llvm-tblgen is ignorant of...
NAKAMURA Takumi
1
-0
/
+1
2014-05-07
[tablegen] Add !listconcat operator with the similar semantics as !strconcat
Daniel Sanders
1
-0
/
+18
2014-05-02
[tablegen] !strconcat accepts more than two arguments but this wasn't documen...
Daniel Sanders
1
-1
/
+13
2014-01-02
[TableGen] Correctly generate implicit anonymous prototype defs in multiclasses
Hal Finkel
1
-0
/
+10
2014-01-02
[TableGen] Use the same anonymous name as the prefix on all multiclass defs
Hal Finkel
1
-0
/
+15
2013-12-22
FileCheckize r197869
Alp Toker
1
-4
/
+7
2013-12-21
Relax tab check into a whitespace check to fix the test in r197869
Alp Toker
1
-1
/
+1
2013-12-21
TableGen: Generate valid identifiers for anonymous records
Alp Toker
1
-0
/
+13
2013-11-10
Mark 36 tests as XFAIL:vg_leak in llvm/test/TableGen.
NAKAMURA Takumi
36
-0
/
+36
2013-11-10
Remove 6 of XFAIL(s) in llvm/test/TableGen, since r193736. They have been XPA...
NAKAMURA Takumi
6
-6
/
+3
2013-10-31
Enable variable arguments support for intrinsics.
Andrew Trick
1
-0
/
+29
2013-08-22
FileCheckize some tests.
Bill Wendling
15
-25
/
+162
2013-07-25
Fix a bug in TableGen where the intrinsic function name recognizer could mis-...
Justin Holewinski
1
-0
/
+35
2013-03-24
Allow TableGen DAG arguments to be just a name.
Jakob Stoklund Olesen
1
-0
/
+12
2013-01-25
FileCheck-ify some grep tests
Reid Kleckner
1
-2
/
+6
2013-01-25
Improve the !add TableGen test case.
Hal Finkel
1
-0
/
+3
2013-01-25
Add an addition operator to TableGen
Hal Finkel
1
-0
/
+15
2012-12-12
Fix typo, which prevent test from being check.
Jakub Staszak
1
-3
/
+3
2012-12-11
llvm/test/TableGen: Remove XFAIL:vg_leak in dozen of tests, according to llvm...
NAKAMURA Takumi
36
-36
/
+0
2012-09-06
Re-work bit/bits value resolving in tblgen
Michael Liao
3
-1
/
+89
2012-07-02
Convert all tests using TCL-style quoting to use shell-style quoting.
Chandler Carruth
11
-20
/
+20
2012-05-24
Add support for range expressions in TableGen foreach loops.
Jakob Stoklund Olesen
1
-2
/
+21
2012-05-24
Don't put TGParser scratch results in the output.
Jakob Stoklund Olesen
1
-0
/
+1
2012-05-24
Teach tblgen's set theory "sequence" operator to support an optional stride o...
Owen Anderson
1
-0
/
+2
2012-03-07
Fix infinite loop in nested multiclasses.
Jakob Stoklund Olesen
1
-0
/
+46
2012-02-22
Add Foreach Loop
David Greene
4
-0
/
+470
2012-02-16
Replace all instances of dg.exp file with lit.local.cfg, since all tests are ...
Eli Bendersky
2
-3
/
+1
2012-01-24
Add an (interleave A, B, ...) SetTheory operator.
Jakob Stoklund Olesen
1
-0
/
+7
2011-10-24
XFAIL test on leak checkers.
Benjamin Kramer
1
-0
/
+1
2011-10-19
Add Paste Test
David Greene
1
-0
/
+35
2011-10-19
Add NAME Member
David Greene
2
-1
/
+3
[next]