summaryrefslogtreecommitdiffstats
path: root/llvm/lib/TableGen/TGParser.cpp
Commit message (Expand)AuthorAgeFilesLines
* [TableGen] Introduce an if/then/else statement.Simon Tatham2020-01-141-10/+125
* [TableGen] Introduce a `defvar` statement.Simon Tatham2020-01-141-3/+74
* [TableGen] Add bang-operators !getop and !setop.Simon Tatham2019-12-111-6/+45
* [TableGen] Permit dag operators to be unset.Simon Tatham2019-12-101-1/+2
* TGParser::ParseOperation - silence static analyzer dyn_cast<TypedInit> null d...Simon Pilgrim2019-09-261-5/+5
* [llvm] Migrate llvm::make_unique to std::make_uniqueJonas Devlieghere2019-08-151-9/+9
* TableGen: Handle nontrivial foreach range boundsMatt Arsenault2019-05-221-30/+48
* [TableGen] Fix null pointer dereferencing in token parser.Simon Pilgrim2019-04-301-8/+10
* [TableGen] Introduce !listsplat 'binary' operatorRoman Lebedev2019-04-101-0/+38
* [TableGen] Let list elements have a trailing commaJaved Absar2019-03-261-0/+4
* [TableGen] Give meaningful msg for def use in multiclassJaved Absar2019-03-261-2/+8
* TableGen: Allow lists to be concatenated through '#'Javed Absar2019-03-051-4/+19
* [tblgen] Track CodeInit origins when possibleDaniel Sanders2019-03-021-1/+1
* [Tablegen] Add support for the !mul operator.Nicola Zaghen2019-03-011-2/+8
* [TblGen] Extend !if semantics through new feature !condJaved Absar2019-01-251-0/+90
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* TableGen: Allow foreach in multiclass to depend on template argsNicolai Haehnle2018-06-211-107/+209
* TableGen: Streamline the semantics of NAMENicolai Haehnle2018-06-041-146/+107
* TableGen: add some more helpful error messagesNicolai Haehnle2018-05-291-0/+13
* Remove \brief commands from doxygen comments.Adrian Prantl2018-05-011-1/+1
* IWYU for llvm-config.h in llvm, additions.Nico Weber2018-04-301-0/+1
* TableGen: Streamline how defs are instantiatedNicolai Haehnle2018-03-211-364/+164
* TableGen: Explicitly forbid self-references to field membersNicolai Haehnle2018-03-191-1/+1
* TableGen: Only fold when some operand made resolve progressNicolai Haehnle2018-03-191-2/+16
* TableGen: Move GenStrConcat to a helper function in BinOpInitNicolai Haehnle2018-03-191-9/+5
* TableGen: Remove the cast-from-string-to-variable-reference featureNicolai Haehnle2018-03-191-14/+14
* TableGen: Explicitly forbid some nestings of class, multiclass, and foreachNicolai Haehnle2018-03-141-2/+10
* TableGen: Add !ne, !le, !lt, !ge, and !gt comparisonsNicolai Haehnle2018-03-141-1/+25
* TableGen: Type-check BinOpsNicolai Haehnle2018-03-141-30/+92
* TableGen: Allow ? in listsNicolai Haehnle2018-03-141-11/+9
* TableGen: Add !dag function for constructionNicolai Haehnle2018-03-141-0/+39
* TableGen: Add a defset statementNicolai Haehnle2018-03-091-8/+84
* TableGen: Allow arbitrary list values as ranges of foreachNicolai Haehnle2018-03-091-20/+17
* TableGen: Remove unused ParseForeachModeNicolai Haehnle2018-03-091-2/+2
* TableGen: add !isa operationNicolai Haehnle2018-03-091-0/+28
* TableGen: Add !foldl operationNicolai Haehnle2018-03-061-2/+120
* TableGen: Remove the ResolveFirst mechanismNicolai Haehnle2018-03-061-6/+0
* TableGen: Delay instantiating inline anonymous recordsNicolai Haehnle2018-03-061-44/+32
* TableGen: Move getNewAnonymousName into RecordKeeperNicolai Haehnle2018-03-061-12/+7
* TableGen: Explicitly check whether a record has been resolvedNicolai Haehnle2018-03-061-3/+51
* TableGen: Allow !cast of records, cleanup conversion machineryNicolai Haehnle2018-03-061-9/+6
* TableGen: Generalize record types to fix typeIsConvertibleTo et al.Nicolai Haehnle2018-03-061-7/+5
* TableGen: Resolve all template args simultaneously in ResolveMulticlassDefARgsNicolai Haehnle2018-03-051-11/+12
* TableGen: Resolve all template args simultaneously in AddSubMultiClassNicolai Haehnle2018-03-051-12/+20
* TableGen: Resolve all template args simultaneously in AddSubClassNicolai Haehnle2018-03-051-7/+8
* TableGen: Reimplement !foreach using the resolving mechanismNicolai Haehnle2018-03-051-21/+102
* TableGen: Introduce an abstract variable resolver interfaceNicolai Haehnle2018-03-051-1/+2
* TableGen: Allow NAME in template arguments in defm in multiclassNicolai Haehnle2018-03-051-0/+3
* Revert "TableGen: Fix typeIsConvertibleTo for record types"Nicolai Haehnle2018-02-231-6/+11
* TableGen: Avoid using resolveListElementReference in TGParserNicolai Haehnle2018-02-231-1/+1
OpenPOWER on IntegriCloud