aboutsummaryrefslogtreecommitdiff
path: root/mlir/lib/Parser/Parser.cpp
AgeCommit message (Expand)Author
2020-12-04[MLIR] Fix parseFunctionLikeOp() to fail parsing empty regionsRahul Joshi
2020-12-03[mlir][Parser] Don't hardcode the use of ModuleOp in the parserRiver Riddle
2020-12-02Add `Operation* OpState::operator->()` to provide more convenient access to m...Christian Sigg
2020-11-19[mlir][BuiltinDialect] Resolve comments from D91571River Riddle
2020-11-17[mlir][NFC] Remove references to Module.h and Function.hRiver Riddle
2020-11-12[mlir][Asm] Add support for resolving operation locations after parsing has f...River Riddle
2020-11-12[mlir] Add plus, star and optional less/greater parsingJean-Michel Gorius
2020-11-09[MLIR] Change FuncOp assembly syntax to print visibility inline instead of in...Rahul Joshi
2020-11-04[mlir] Add a generic while/do-while loop to the SCF dialectAlex Zinenko
2020-11-03[MLIR] Check for duplicate entries in attribute dictionary during custom parsingRahul Joshi
2020-11-03[mlir][Parser] Small optimization to parsingRiver Riddle
2020-11-02[MLIR] Introduce std.global_memref and std.get_global_memref operations.Rahul Joshi
2020-09-02Store an Identifier instead of a StringRef for the OperationName inside an Ab...Mehdi Amini
2020-08-31[mlir][OpFormatGen] Add initial support for regions in the custom op assembly...River Riddle
2020-08-30Improve doc comments for several methods returning boolsKamlesh Kumar
2020-08-26[mlir][PDL] Add a PDL Interpreter DialectRiver Riddle
2020-08-19[mlir] Add a new "Pattern Descriptor Language" (PDL) dialect.River Riddle
2020-08-19Separate the Registration from Loading dialects in the ContextMehdi Amini
2020-08-19Revert "Separate the Registration from Loading dialects in the Context"Mehdi Amini
2020-08-18Separate the Registration from Loading dialects in the ContextMehdi Amini
2020-08-18Revert "Separate the Registration from Loading dialects in the Context"Mehdi Amini
2020-08-18Separate the Registration from Loading dialects in the ContextMehdi Amini
2020-08-15Revert "Separate the Registration from Loading dialects in the Context"Mehdi Amini
2020-08-15Separate the Registration from Loading dialects in the ContextMehdi Amini
2020-08-15Revert "Separate the Registration from Loading dialects in the Context"Mehdi Amini
2020-08-14Separate the Registration from Loading dialects in the ContextMehdi Amini
2020-07-14[mlir] Add support for parsing optional Attribute values.River Riddle
2020-07-11Fix one memory leak in the MLIRParser by using std::unique_ptr to hold the ne...Mehdi Amini
2020-07-07[mlir][NFC] Remove usernames and google bug numbers from TODO comments.River Riddle
2020-06-10[mlir][NFC] Split Parser into several different files.River Riddle
2020-06-10[mlir][spirv] Enhance structure type member decoration handlingHazemAbdelhafez
2020-06-05[mlir] Fix representation of BF16 constantsDiego Caballero
2020-05-25Make mlir::Value's bool conversion operator explicitBenjamin Kramer
2020-05-07[mlir] Add NamedAttrListJacques Pienaar
2020-05-06Check type for forward reference definitionRenato Golin
2020-05-05[mlir][DenseElementsAttr] Add support for opaque APFloat/APInt complex values.River Riddle
2020-05-05[mlir][DenseElementsAttr] Add support for ComplexType elementsRiver Riddle
2020-05-01[MLIR] Move Verifier and Dominance Analysis from /Analysis to /IRStephen Neuendorffer
2020-04-29Rename NamedAttributeList to MutableDictionaryAttrJacques Pienaar
2020-04-27Don't crash on duplicate keys in dictionary attrs.Sean Silva
2020-04-26[mlir] Optimize operand storage such that all operations can have resizable o...River Riddle
2020-04-23[mlir] DenseStringElementsAttr added to default attribute typesRob Suderman
2020-04-23Add support for IndexType inside DenseIntElementsAttr.Sean Silva
2020-04-15[MLIR] Improve support for 0-dimensional Affine Maps.Jeremy Bruestle
2020-04-14[mlir][NFC] Remove the STLExtras.h header file now that it has been merged in...River Riddle
2020-04-13Fix the MLIR integer attribute parser to be correct in the face of large inte...Chris Lattner
2020-04-10[mlir][ODS] Add support for optional operands and results with a new Optional...River Riddle
2020-03-28 [mlir] NFC: fix trivial typo in source filesKazuaki Ishizaki
2020-03-25[mlir] Provide CustomOpAsmParser::parseOptionalOperandAlex Zinenko
2020-03-25[mlir][Parser] Fix attribute parser errors for ui64Frej Drejhammar