summaryrefslogtreecommitdiff
path: root/utils/TableGen
AgeCommit message (Expand)Author
2018-01-03[TableGen] Add support of Intrinsics with multiple returnsHal Finkel
2017-12-28Avoid int to string conversion in Twine or raw_ostream contexts.Benjamin Kramer
2017-12-21[TableGen] Print more helpful information in case of type contradictionKrzysztof Parzyszek
2017-12-20Do not generate an empty switch statement as it causes MSVC to issue diagnost...Aaron Ballman
2017-12-20TableGen: Allow setting SDNodeProperties on intrinsicsMatt Arsenault
2017-12-20[globalisel][tablegen] Allow ImmLeaf predicates to use InstructionSelector me...Daniel Sanders
2017-12-20[AArch64][SVE] Re-submit patch series for ZIP1/ZIP2Sander de Smalen
2017-12-19Silence a bunch of implicit fallthrough warningsAdrian Prantl
2017-12-19[TableGen][GlobalISel] Reset the internal map of RuleMatchers just before the...Quentin Colombet
2017-12-18[TableGen][GlobalISel] Make the arguments of the Instruction and Operand Matc...Quentin Colombet
2017-12-18[TableGen][GlobalISel] Refactor optimizeRules related bit to allow code reuseQuentin Colombet
2017-12-18Revert "[AArch64][SVE] Asm" changes, they broke libjpeg_turboReid Kleckner
2017-12-18[TableGen][GlobalISel] Optimize MatchTable for faster instruction selectionQuentin Colombet
2017-12-18[AArch64][SVE] Asm: Improve diagnostics further when +sve is not specifiedSander de Smalen
2017-12-18[TableGen][AsmMatcherEmitter] Only choose specific diagnostic for enabled ins...Sander de Smalen
2017-12-15[TableGen][GlobalISel] Make the different Matcher comparableQuentin Colombet
2017-12-15[TableGen][GlobalISel] Fix unused variable warning in release modeQuentin Colombet
2017-12-15[TableGen][GlobalISel] Have the predicate directly know which data they are d...Quentin Colombet
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