summaryrefslogtreecommitdiff
path: root/test/TableGen
AgeCommit message (Expand)AuthorFilesLines
2015-11-24Add new vector types for 512-, 1024- and 2048-bit vectorsKrzysztof Parzyszek1-1/+1
2015-11-23Revert r253923.Krzysztof Parzyszek1-1/+1
2015-11-23Add new vector types for 512-, 1024- and 2048-bit vectorsKrzysztof Parzyszek1-1/+1
2015-09-02[TableGen] Allow TokenTy in intrinsic signaturesJoseph Tremoulet1-1/+1
2015-07-31TableGen: Support folding casts from bits to intMatt Arsenault1-0/+10
2015-07-15[TableGen] Improve decoding options for non-orthogonal instructionsPetr Pavlu3-0/+131
2015-05-26Use std::bitset for SubtargetFeatures.Michael Kuperstein1-1/+1
2015-05-21[TableGen] Resolve complex def names inside multiclassesHal Finkel1-0/+42
2015-05-13Reverting r237234, "Use std::bitset for SubtargetFeatures"Michael Kuperstein1-1/+1
2015-05-13Use std::bitset for SubtargetFeaturesMichael Kuperstein1-1/+1
2015-04-17Add support for v1i128 type.Kit Barton1-1/+1
2015-04-07[TableGen] Prevent invalid code generation when emitting AssemblerPredicate c...Toma Tabacu1-0/+31
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