summaryrefslogtreecommitdiff
path: root/test/TableGen
AgeCommit message (Expand)Author
2017-05-23[globalisel][tablegen] Add support for (set $dst, 1) and test X86's OptForSiz...Daniel Sanders
2017-05-22Revert r303259 - [globalisel][tablegen] Import rules containing intrinsic_wo_...Daniel Sanders
2017-05-18[MVT] add v1i1 MVTGuy Blank
2017-05-18Re-commit: [globalisel][tablegen] Import rules containing intrinsic_wo_chain.Daniel Sanders
2017-05-17Revert "[globalisel][tablegen] Import rules containing intrinsic_wo_chain."Quentin Colombet
2017-05-17[globalisel][tablegen] Import rules containing intrinsic_wo_chain.Daniel Sanders
2017-05-17[globalisel][tablegen] Require that all registers between instructions of a m...Daniel Sanders
2017-05-17[GlobalISel][TableGen] Fix handling of default operandsDiana Picus
2017-05-15[TableGen] Add EncoderMethod to RegisterOperandSam Kolton
2017-04-29[globalisel][tablegen] Fix the test after silencing the unused variable warni...Daniel Sanders
2017-04-29[globalisel][tablegen] Compute available feature bits correctly.Daniel Sanders
2017-04-22[globalisel][tablegen] Add support for RegisterOperand.Daniel Sanders
2017-04-22[globalisel][tablegen] Revise API for ComplexPattern operands to improve flex...Daniel Sanders
2017-04-21[globalisel][tablegen] Import SelectionDAG's rule predicates and support the ...Daniel Sanders
2017-04-21Revert r300964 + r300970 - [globalisel][tablegen] Import SelectionDAG's rule ...Daniel Sanders
2017-04-21[globalisel][tablegen] Import SelectionDAG's rule predicates and support the ...Daniel Sanders
2017-04-20[MVT][SVE] Scalable vector MVTs (2/3)Amara Emerson
2017-04-12[globalisel][tablegen] Add experimental support for OperandWithDefaultOps, Pr...Daniel Sanders
2017-04-05[globalisel][tablegen] Fix patterns involving multiple ComplexPatterns.Daniel Sanders
2017-04-04[tablegen][globalisel] Add support for nested instruction matching.Daniel Sanders
2017-03-20[tablegen][globalisel] Capture instructions into locals and related infrastru...Daniel Sanders
2017-03-14[globalisel][tblgen] Add support for ComplexPatternsDaniel Sanders
2017-02-24[globalisel] Decouple src pattern operands from dst pattern operands.Daniel Sanders
2017-02-20[globalisel] OperandPredicateMatcher's shouldn't need to generate the Machine...Daniel Sanders
2017-02-04[GlobalISel] Print the matched patterns using an action.Ahmed Bougacha
2017-02-04[GlobalISel] Add a test for the tablegen selector emitter backend.Ahmed Bougacha
2017-01-30TableGen: Fix infinite recursion in RegisterBankEmitterTom Stellard
2016-12-01[tablegen] Delete duplicates from a vector without skipping elementsVedant Kumar
2016-11-15TableGen: Add operator !orMatt Arsenault
2016-09-08[TableGen] AsmMatcher: Add AsmVariantName to Instruction class.Sam Kolton
2016-07-07tests: accept different TargetOpcode values.Tim Northover
2016-06-08[Target] Introduce a generic opcode for bitwise OR: G_OR.Quentin Colombet
2016-04-19Introduce a "patchable-function" function attributeSanjoy Das
2016-04-17Declare MVT::SimpleValueType as an int8_t sized enum. This removes 400 bytes ...Craig Topper
2016-03-11[GlobalISel][Target] Add an opcode for unconditional branch.Quentin Colombet
2016-02-10SelectionDAG: Make Properties a field of SDPatternOperatorMatt Arsenault
2016-01-26[llvm-tblgen] Stop emitting the intrinsic name matching codeReid Kleckner
2016-01-20[GlobalISel] Add a generic machine opcode for ADD.Quentin Colombet
2016-01-13Add test cases that will show the bug that was fixed in r256725.Craig Topper
2015-11-24Add new vector types for 512-, 1024- and 2048-bit vectorsKrzysztof Parzyszek
2015-11-23Revert r253923.Krzysztof Parzyszek
2015-11-23Add new vector types for 512-, 1024- and 2048-bit vectorsKrzysztof Parzyszek
2015-09-02[TableGen] Allow TokenTy in intrinsic signaturesJoseph Tremoulet
2015-07-31TableGen: Support folding casts from bits to intMatt Arsenault
2015-07-15[TableGen] Improve decoding options for non-orthogonal instructionsPetr Pavlu
2015-05-26Use std::bitset for SubtargetFeatures.Michael Kuperstein
2015-05-21[TableGen] Resolve complex def names inside multiclassesHal Finkel
2015-05-13Reverting r237234, "Use std::bitset for SubtargetFeatures"Michael Kuperstein
2015-05-13Use std::bitset for SubtargetFeaturesMichael Kuperstein
2015-04-17Add support for v1i128 type.Kit Barton