summaryrefslogtreecommitdiff
path: root/test/TableGen
AgeCommit message (Expand)AuthorFilesLines
2014-09-30[AVX512] Added intrinsics for VPCMPEQB and VPCMPEQW.Robert Khasanov1-1/+1
2014-09-27Update test case to match minor formatting change introduced in r218563.Craig Topper1-3/+3
2014-09-27Fix TableGen -gen-disassembler output for bit fields with an offset.Craig Topper1-0/+74
2014-09-16[TableGen] Fully resolve class-instance values before defs in multiclassesAdam Nemet1-0/+19
2014-08-29Tablegen fixes for new syntax when initializing bits from variables.Jean-Luc Duprat1-1/+3
2014-08-12llvm/test/TableGen/*Foreach*.td: Remove XFAIL:vg_leak. They have not been fai...NAKAMURA Takumi4-4/+0
2014-08-07Update BitRecTy::convertValue to allow if expressions with bit values on both...Pete Cooper1-0/+2
2014-08-07Change the { } expression in tablegen to accept sized binary literals which a...Pete Cooper1-0/+24
2014-08-07Change BitsInit to inherit from TypedInit.Pete Cooper2-2/+2
2014-08-07Change TableGen so that binary literals such as 0b001 are now sized.Pete Cooper1-0/+37
2014-08-07TableGen: Change { } to only accept bits<n> entries when n == 1.Pete Cooper1-0/+22
2014-08-05Allow binary and for tblgen math.Joerg Sonnenberger1-0/+8
2014-07-22Revert of r213521. This change introduced a non-hermetic test (depending on aRichard Smith1-41/+0
2014-07-21TableGen: Allow AddedComplexity values to be negativeTom Stellard1-0/+41
2014-07-17[TableGen] Allow shift operators to take bits<n>Adam Nemet1-0/+10
2014-07-17[TABLEGEN] Do not crash on intrinsics with names longer than 40 charactersJustin Holewinski1-0/+32
2014-06-10Fix error in tablegen when either operand of !if is an empty list.Matt Arsenault1-0/+7
2014-06-10Anonymous definitions in foreach blocks triggered a 'def already exists'Artyom Skrobov1-1/+25
2014-05-09test/TableGen: Remove XFAIL:vg_leak out of 3 tests corresponding to r208293.NAKAMURA Takumi3-3/+0
2014-05-08Mark test/TableGen/listconcat.td as XFAIL:vg_leak. llvm-tblgen is ignorant of...NAKAMURA Takumi1-0/+1
2014-05-07[tablegen] Add !listconcat operator with the similar semantics as !strconcatDaniel Sanders1-0/+18
2014-05-02[tablegen] !strconcat accepts more than two arguments but this wasn't documen...Daniel Sanders1-1/+13
2014-01-02[TableGen] Correctly generate implicit anonymous prototype defs in multiclassesHal Finkel1-0/+10
2014-01-02[TableGen] Use the same anonymous name as the prefix on all multiclass defsHal Finkel1-0/+15
2013-12-22FileCheckize r197869Alp Toker1-4/+7
2013-12-21Relax tab check into a whitespace check to fix the test in r197869Alp Toker1-1/+1
2013-12-21TableGen: Generate valid identifiers for anonymous recordsAlp Toker1-0/+13
2013-11-10Mark 36 tests as XFAIL:vg_leak in llvm/test/TableGen.NAKAMURA Takumi36-0/+36
2013-11-10Remove 6 of XFAIL(s) in llvm/test/TableGen, since r193736. They have been XPA...NAKAMURA Takumi6-6/+3
2013-10-31Enable variable arguments support for intrinsics.Andrew Trick1-0/+29
2013-08-22FileCheckize some tests.Bill Wendling15-25/+162
2013-07-25Fix a bug in TableGen where the intrinsic function name recognizer could mis-...Justin Holewinski1-0/+35
2013-03-24Allow TableGen DAG arguments to be just a name.Jakob Stoklund Olesen1-0/+12
2013-01-25FileCheck-ify some grep testsReid Kleckner1-2/+6
2013-01-25Improve the !add TableGen test case.Hal Finkel1-0/+3
2013-01-25Add an addition operator to TableGenHal Finkel1-0/+15
2012-12-12Fix typo, which prevent test from being check.Jakub Staszak1-3/+3
2012-12-11llvm/test/TableGen: Remove XFAIL:vg_leak in dozen of tests, according to llvm...NAKAMURA Takumi36-36/+0
2012-09-06Re-work bit/bits value resolving in tblgenMichael Liao3-1/+89
2012-07-02Convert all tests using TCL-style quoting to use shell-style quoting.Chandler Carruth11-20/+20
2012-05-24Add support for range expressions in TableGen foreach loops.Jakob Stoklund Olesen1-2/+21
2012-05-24Don't put TGParser scratch results in the output.Jakob Stoklund Olesen1-0/+1
2012-05-24Teach tblgen's set theory "sequence" operator to support an optional stride o...Owen Anderson1-0/+2
2012-03-07Fix infinite loop in nested multiclasses.Jakob Stoklund Olesen1-0/+46
2012-02-22Add Foreach LoopDavid Greene4-0/+470
2012-02-16Replace all instances of dg.exp file with lit.local.cfg, since all tests are ...Eli Bendersky2-3/+1
2012-01-24Add an (interleave A, B, ...) SetTheory operator.Jakob Stoklund Olesen1-0/+7
2011-10-24XFAIL test on leak checkers.Benjamin Kramer1-0/+1
2011-10-19Add Paste TestDavid Greene1-0/+35
2011-10-19Add NAME MemberDavid Greene2-1/+3