summaryrefslogtreecommitdiff
path: root/utils/TableGen
AgeCommit message (Expand)Author
2017-12-14[TableGen][GlobalISel] Add a common class for all PredicateMatcherQuentin Colombet
2017-12-14Add MVT::v128i1, NFCKrzysztof Parzyszek
2017-12-14Re-commit: [TableGen] AsmMatcher: Fix bug with reported diagnostic for operand.Sander de Smalen
2017-12-13Remove redundant includes from utils/TableGen.Michael Zolotukhin
2017-12-13[Targets] Don't automatically include the scheduler class enum from *GenInstr...Craig Topper
2017-12-08Avoid constructing an out-of-range value for an enumeration (which results in...Richard Smith
2017-12-07[TableGen] Give the option of tolerating duplicate register namesAlex Bradbury
2017-12-05Revert r319691: [globalisel][tablegen] Split atomic load/store into separate ...Daniel Sanders
2017-12-04[globalisel][tablegen] Split atomic load/store into separate opcode and enabl...Daniel Sanders
2017-12-04Revert r319649 - [Asm, ARM] Add fallback diag for multiple invalid operandsOliver Stannard
2017-12-04[Asm, ARM] Add fallback diag for multiple invalid operandsOliver Stannard
2017-12-03Fix typo in emitted attribute nameMatt Arsenault
2017-11-30[globalisel][tablegen] Add support for relative AtomicOrderingsDaniel Sanders
2017-11-30[globalisel][tablegen] Add support for specific immediates in the match patternDaniel Sanders
2017-11-28[globalisel][tablegen] Add support for importing G_ATOMIC_CMPXCHG, G_ATOMICRM...Daniel Sanders
2017-11-23Revert r318822 "[llvm-tblgen] - Stop using std::string in RecordKeeper."George Rimar
2017-11-22[llvm-tblgen] - Stop using std::string in RecordKeeper.George Rimar
2017-11-22[SelectionDAG] Add a isel matcher op to check the type of node results other ...Craig Topper
2017-11-21[TableGen] Improve error reportingEvandro Menezes
2017-11-21[Asm] Improve "too few operands" errorsOliver Stannard
2017-11-21[Asm] Finish matching once end of formal and actual lists reached (NFC)Oliver Stannard
2017-11-21Revert r318759 due to make check-all failure on WindowsSander de Smalen
2017-11-21[TableGen] AsmMatcher: Fix bug with reported diagnostic for operand.Sander de Smalen
2017-11-20[AArch64][TableGen] Skip tied result operands for InstAliasSander de Smalen
2017-11-18[globalisel][tablegen] Generalize pointer-type inference by introducing ptype...Daniel Sanders
2017-11-17Fix a bunch more layering of CodeGen headers that are in TargetDavid Blaikie
2017-11-16[globalisel][tablegen] Generate rule coverage and use it to identify untested...Daniel Sanders
2017-11-14[Docs] Add tablegen backend for target opcode documentationOliver Stannard
2017-11-13[tablegen] Handle atomic predicates for ordering inside tablegen. NFC.Daniel Sanders
2017-11-13[tablegen] Handle atomic predicates for memory type inside tablegen. NFC.Daniel Sanders
2017-11-13[globalisel][tablegen] Add support for extload.Daniel Sanders
2017-11-13fix printing of alias instructions by removing redundant spacingPetar Jovanovic
2017-11-11[globalisel][tablegen] Import signextload and zeroextload.Daniel Sanders
2017-11-10Allow separation of declarations and definitions in <Target>ISelDAGToDAG.incKrzysztof Parzyszek
2017-11-07[AArch64][SVE] Asm: Extend EnforceVectorSubVectorTypeIs to distinguish Scalab...Florian Hahn
2017-11-04Move the llvm-tblgen project into the Tablegenning folder on IDEs like Visual...Aaron Ballman
2017-11-04[X86] Teach EVEX->VEX pass to turn SHUFI32X4/SHUFF32X4/SHUFI64X/SHUFF64X2 int...Craig Topper
2017-11-03[globalisel][tablegen] Skip src child predicatesDiana Picus
2017-11-03[TableGen] Add an extra blank line to DAGISel output file to separate functions.Craig Topper
2017-11-01[globalisel][regbank] Warn about MIR ambiguities when register bank/class nam...Daniel Sanders
2017-11-01[X86] Add custom code to EVEX to VEX pass to turn unmasked 128-bit VPALIGND/Q...Craig Topper
2017-11-01[globalisel][tablegen] Add support for multi-insn emissionDaniel Sanders
2017-11-01Fix warnings discovered by rL317076. [-Wunused-private-field]NAKAMURA Takumi
2017-11-01[globalisel][tablegen] Stop hard-coding the emitted instruction ID to 0. NFCDaniel Sanders
2017-10-31Re-commit: [globalisel][tablegen] Keep track of the insertion point while add...Daniel Sanders
2017-10-31Revert r317040: [globalisel][tablegen] Keep track of the insertion point whil...Daniel Sanders
2017-10-31Re-commit: [globalisel][tablegen] Keep track of the insertion point while add...Daniel Sanders
2017-10-31Revert r317029: [globalisel][tablegen] Keep track of the insertion point whil...Daniel Sanders
2017-10-31[globalisel][tablegen] Keep track of the insertion point while adding BuildMI...Daniel Sanders
2017-10-31[globalisel][tablegen] Factor out implicit def/use renderers from createAndIm...Daniel Sanders