summaryrefslogtreecommitdiffstats
path: root/llvm/utils/TableGen/AsmMatcherEmitter.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* Revert "[TableGen] AsmMatcher: fix OpIdx computation when HasOptionalOperands...Vitaly Buka2017-08-041-19/+3
* [TableGen] AsmMatcher: fix OpIdx computation when HasOptionalOperands is trueNirav Dave2017-08-031-3/+19
* [TableGen] Fix some mismatches in the use of Namespace fields versus Target n...Craig Topper2017-07-071-2/+2
* [AsmParser] Mnemonic Spell CorrectorSjoerd Meijer2017-07-051-0/+43
* [TableGen] Adapt more places to getValueAsString now returning a StringRef in...Craig Topper2017-05-311-19/+18
* [TableGen] Make Record::getValueAsString and getValueAsListOfStrings return S...Craig Topper2017-05-311-2/+6
* Added LLVM_DUMP_METHOD attributes for MatchableInfo::dump(). Defined it only ...Galina Kistanova2017-05-171-1/+3
* [globalisel][tablegen] Import SelectionDAG's rule predicates and support the ...Daniel Sanders2017-04-211-1/+1
* Revert r300964 + r300970 - [globalisel][tablegen] Import SelectionDAG's rule ...Daniel Sanders2017-04-211-1/+1
* [globalisel][tablegen] Import SelectionDAG's rule predicates and support the ...Daniel Sanders2017-04-211-1/+1
* Spelling mistakes in comments. NFCI.Simon Pilgrim2017-03-311-1/+1
* [tablegen] Use categories on options that only matter to one emitter.Daniel Sanders2017-03-271-2/+5
* Move mnemonicIsValid to Mips target.Craig Topper2017-02-081-24/+0
* Summary: Currently there is no way to disable deprecated warning from asm lik...Weiming Zhao2016-12-051-1/+3
* TableGen/AsmMatcherEmitter: Bring sorting check back under EXPENSIVE_CHECKSMatthias Braun2016-12-051-3/+13
* TableGen/AsmMatcherEmitter: Trust that stable_sort worksMatthias Braun2016-12-051-10/+0
* TableGen: Use StringRef instead of const std::string& in return vals.Matthias Braun2016-12-041-4/+4
* Check that emitted instructions meet their predicates on all targets except A...Daniel Sanders2016-11-191-27/+6
* [tablegen] Merge duplicate definitions of getMinimalTypeForRange. NFC.Daniel Sanders2016-11-191-11/+1
* Fix -Wunused introduced in r286945 for release builds.Daniel Sanders2016-11-151-0/+2
* [tablegen] Extract portions of AsmMatcherEmitter for re-use by another genera...Daniel Sanders2016-11-151-89/+11
* [TableGen] Move OperandMatchResultTy enum to MCTargetAsmParser.hAlex Bradbury2016-11-011-9/+2
* Switch SmallSetVector to use DenseSet when it overflows its inline space.Justin Lebar2016-10-211-15/+17
* Revert r283690, "MC: Remove unused entities."Peter Collingbourne2016-10-101-1/+1
* MC: Remove unused entities.Peter Collingbourne2016-10-091-1/+1
* [TableGen] AsmMatcher: Add AsmVariantName to Instruction class.Sam Kolton2016-09-081-0/+11
* Use the range variant of find_if instead of unpacking begin/endDavid Majnemer2016-08-121-11/+8
* Use the range variant of find instead of unpacking begin/endDavid Majnemer2016-08-111-2/+1
* [mips][ias] Check '$rs = $rd' constraints when both registers are in AsmText.Daniel Sanders2016-07-271-2/+17
* [TableGen] Use StringRef::compare instead of != and <. NFC.Ahmed Bougacha2016-06-231-2/+2
* [TableGen] AsmMatcher: support for default values for optional operandsSam Kolton2016-05-061-31/+117
* [NFC] Header cleanupMehdi Amini2016-04-181-2/+1
* [TableGen] AsmMatcherEmitter.cpp: replace a sequence of "if" to "switch" in e...Valery Pykhtin2016-04-051-2/+6
* [TableGen] AsmMatcher: Skip optional operands in the midle of instruction if ...Nikolay Haustov2016-03-011-14/+21
* TableGen: Add IsOptional field to AsmOperandClassTom Stellard2016-02-051-1/+15
* [TableGen] Add 'register alternative name matching' supportDylan McKay2016-02-031-0/+34
* Fix Clang-tidy readability-redundant-control-flow warnings; other minor fixes.Eugene Zelenko2016-02-021-11/+5
* [TableGen] Fix sort order of asm operand classesOliver Stannard2016-01-251-20/+85
* [TableGen] Replace instructions() with getInstructionsByEnumValue(). No need ...Craig Topper2016-01-171-1/+1
* [TableGen] Replace a logically negated xor of bools with just an equality com...Craig Topper2016-01-031-1/+1
* [TableGen] Use std::find_if and a lambda instead of manual loops.Craig Topper2016-01-031-9/+10
* [TableGen] Fix a bug introduced in r256627. If the switch was not emitted we ...Craig Topper2016-01-031-2/+3
* [TableGen] Use range-based for loops. NFCCraig Topper2016-01-031-20/+13
* [TableGen] Modify the AsmMatcherEmitter to only apply the table growth from r...Craig Topper2015-12-311-63/+110
* [TableGen] Use range-based for loops. NFCCraig Topper2015-12-311-8/+3
* [TableGen] Move determination of IsIsolatedToken into the tokenizer instead o...Craig Topper2015-12-311-31/+33
* [TableGen] Remove unnecessary conversion from StringRef to std::string when o...Craig Topper2015-12-301-2/+2
* [TableGen] Remove raw_string_ostream by just emitting the header for the swit...Craig Topper2015-12-301-20/+20
* [TableGen] Use range-based for loops. NFCCraig Topper2015-12-301-4/+4
* [TableGen] Move more things that come from variant into the AsmVariantInfo cl...Craig Topper2015-12-301-12/+12
OpenPOWER on IntegriCloud