summaryrefslogtreecommitdiffstats
path: root/llvm/test/TableGen
Commit message (Expand)AuthorAgeFilesLines
* [TableGen] Improve decoding options for non-orthogonal instructionsPetr Pavlu2015-07-153-0/+131
* Use std::bitset for SubtargetFeatures.Michael Kuperstein2015-05-261-1/+1
* [TableGen] Resolve complex def names inside multiclassesHal Finkel2015-05-211-0/+42
* Reverting r237234, "Use std::bitset for SubtargetFeatures"Michael Kuperstein2015-05-131-1/+1
* Use std::bitset for SubtargetFeaturesMichael Kuperstein2015-05-131-1/+1
* Add support for v1i128 type.Kit Barton2015-04-171-1/+1
* [TableGen] Prevent invalid code generation when emitting AssemblerPredicate c...Toma Tabacu2015-04-071-0/+31
* [AVX512] Added intrinsics for VPCMPEQB and VPCMPEQW.Robert Khasanov2014-09-301-1/+1
* Update test case to match minor formatting change introduced in r218563.Craig Topper2014-09-271-3/+3
* Fix TableGen -gen-disassembler output for bit fields with an offset.Craig Topper2014-09-271-0/+74
* [TableGen] Fully resolve class-instance values before defs in multiclassesAdam Nemet2014-09-161-0/+19
* Tablegen fixes for new syntax when initializing bits from variables.Jean-Luc Duprat2014-08-291-1/+3
* llvm/test/TableGen/*Foreach*.td: Remove XFAIL:vg_leak. They have not been fai...NAKAMURA Takumi2014-08-124-4/+0
* Update BitRecTy::convertValue to allow if expressions with bit values on both...Pete Cooper2014-08-071-0/+2
* Change the { } expression in tablegen to accept sized binary literals which a...Pete Cooper2014-08-071-0/+24
* Change BitsInit to inherit from TypedInit.Pete Cooper2014-08-072-2/+2
* Change TableGen so that binary literals such as 0b001 are now sized.Pete Cooper2014-08-071-0/+37
* TableGen: Change { } to only accept bits<n> entries when n == 1.Pete Cooper2014-08-071-0/+22
* Allow binary and for tblgen math.Joerg Sonnenberger2014-08-051-0/+8
* Revert of r213521. This change introduced a non-hermetic test (depending on aRichard Smith2014-07-221-41/+0
* TableGen: Allow AddedComplexity values to be negativeTom Stellard2014-07-211-0/+41
* [TableGen] Allow shift operators to take bits<n>Adam Nemet2014-07-171-0/+10
* [TABLEGEN] Do not crash on intrinsics with names longer than 40 charactersJustin Holewinski2014-07-171-0/+32
* Fix error in tablegen when either operand of !if is an empty list.Matt Arsenault2014-06-101-0/+7
* Anonymous definitions in foreach blocks triggered a 'def already exists'Artyom Skrobov2014-06-101-1/+25
* test/TableGen: Remove XFAIL:vg_leak out of 3 tests corresponding to r208293.NAKAMURA Takumi2014-05-093-3/+0
* Mark test/TableGen/listconcat.td as XFAIL:vg_leak. llvm-tblgen is ignorant of...NAKAMURA Takumi2014-05-081-0/+1
* [tablegen] Add !listconcat operator with the similar semantics as !strconcatDaniel Sanders2014-05-071-0/+18
* [tablegen] !strconcat accepts more than two arguments but this wasn't documen...Daniel Sanders2014-05-021-1/+13
* [TableGen] Correctly generate implicit anonymous prototype defs in multiclassesHal Finkel2014-01-021-0/+10
* [TableGen] Use the same anonymous name as the prefix on all multiclass defsHal Finkel2014-01-021-0/+15
* FileCheckize r197869Alp Toker2013-12-221-4/+7
* Relax tab check into a whitespace check to fix the test in r197869Alp Toker2013-12-211-1/+1
* TableGen: Generate valid identifiers for anonymous recordsAlp Toker2013-12-211-0/+13
* Mark 36 tests as XFAIL:vg_leak in llvm/test/TableGen.NAKAMURA Takumi2013-11-1036-0/+36
* Remove 6 of XFAIL(s) in llvm/test/TableGen, since r193736. They have been XPA...NAKAMURA Takumi2013-11-106-6/+3
* Enable variable arguments support for intrinsics.Andrew Trick2013-10-311-0/+29
* FileCheckize some tests.Bill Wendling2013-08-2215-25/+162
* Fix a bug in TableGen where the intrinsic function name recognizer could mis-...Justin Holewinski2013-07-251-0/+35
* Allow TableGen DAG arguments to be just a name.Jakob Stoklund Olesen2013-03-241-0/+12
* FileCheck-ify some grep testsReid Kleckner2013-01-251-2/+6
* Improve the !add TableGen test case.Hal Finkel2013-01-251-0/+3
* Add an addition operator to TableGenHal Finkel2013-01-251-0/+15
* Fix typo, which prevent test from being check.Jakub Staszak2012-12-121-3/+3
* llvm/test/TableGen: Remove XFAIL:vg_leak in dozen of tests, according to llvm...NAKAMURA Takumi2012-12-1136-36/+0
* Re-work bit/bits value resolving in tblgenMichael Liao2012-09-063-1/+89
* Convert all tests using TCL-style quoting to use shell-style quoting.Chandler Carruth2012-07-0211-20/+20
* Add support for range expressions in TableGen foreach loops.Jakob Stoklund Olesen2012-05-241-2/+21
* Don't put TGParser scratch results in the output.Jakob Stoklund Olesen2012-05-241-0/+1
* Teach tblgen's set theory "sequence" operator to support an optional stride o...Owen Anderson2012-05-241-0/+2
OpenPOWER on IntegriCloud