aboutsummaryrefslogtreecommitdiff
path: root/mlir/lib/Parser/Parser.cpp
AgeCommit message (Expand)AuthorFilesLines
2020-08-18Separate the Registration from Loading dialects in the ContextMehdi Amini1-10/+31
2020-08-18Revert "Separate the Registration from Loading dialects in the Context"Mehdi Amini1-31/+10
2020-08-18Separate the Registration from Loading dialects in the ContextMehdi Amini1-10/+31
2020-08-15Revert "Separate the Registration from Loading dialects in the Context"Mehdi Amini1-31/+10
2020-08-15Separate the Registration from Loading dialects in the ContextMehdi Amini1-10/+31
2020-08-15Revert "Separate the Registration from Loading dialects in the Context"Mehdi Amini1-31/+10
2020-08-14Separate the Registration from Loading dialects in the ContextMehdi Amini1-10/+31
2020-07-14[mlir] Add support for parsing optional Attribute values.River Riddle1-0/+11
2020-07-11Fix one memory leak in the MLIRParser by using std::unique_ptr to hold the ne...Mehdi Amini1-5/+3
2020-07-07[mlir][NFC] Remove usernames and google bug numbers from TODO comments.River Riddle1-1/+1
2020-06-10[mlir][NFC] Split Parser into several different files.River Riddle1-3281/+6
2020-06-10[mlir][spirv] Enhance structure type member decoration handlingHazemAbdelhafez1-0/+5
2020-06-05[mlir] Fix representation of BF16 constantsDiego Caballero1-5/+2
2020-05-25Make mlir::Value's bool conversion operator explicitBenjamin Kramer1-3/+3
2020-05-07[mlir] Add NamedAttrListJacques Pienaar1-15/+10
2020-05-06Check type for forward reference definitionRenato Golin1-0/+8
2020-05-05[mlir][DenseElementsAttr] Add support for opaque APFloat/APInt complex values.River Riddle1-80/+80
2020-05-05[mlir][DenseElementsAttr] Add support for ComplexType elementsRiver Riddle1-14/+17
2020-05-01[MLIR] Move Verifier and Dominance Analysis from /Analysis to /IRStephen Neuendorffer1-1/+1
2020-04-29Rename NamedAttributeList to MutableDictionaryAttrJacques Pienaar1-1/+1
2020-04-27Don't crash on duplicate keys in dictionary attrs.Sean Silva1-0/+3
2020-04-26[mlir] Optimize operand storage such that all operations can have resizable o...River Riddle1-5/+1
2020-04-23[mlir] DenseStringElementsAttr added to default attribute typesRob Suderman1-12/+42
2020-04-23Add support for IndexType inside DenseIntElementsAttr.Sean Silva1-11/+14
2020-04-15[MLIR] Improve support for 0-dimensional Affine Maps.Jeremy Bruestle1-10/+3
2020-04-14[mlir][NFC] Remove the STLExtras.h header file now that it has been merged in...River Riddle1-1/+0
2020-04-13Fix the MLIR integer attribute parser to be correct in the face of large inte...Chris Lattner1-22/+29
2020-04-10[mlir][ODS] Add support for optional operands and results with a new Optional...River Riddle1-0/+33
2020-03-28 [mlir] NFC: fix trivial typo in source filesKazuaki Ishizaki1-1/+1
2020-03-25[mlir] Provide CustomOpAsmParser::parseOptionalOperandAlex Zinenko1-0/+7
2020-03-25[mlir][Parser] Fix attribute parser errors for ui64Frej Drejhammar1-15/+34
2020-03-23Add support for custom op parser/printer hooks to know about result names.Chris Lattner1-8/+55
2020-03-11[mlir] Add support for non-identifier attribute names.River Riddle1-7/+11
2020-03-10[mlir][Linalg] Revisit 0-D abstractionNicolas Vasilache1-6/+9
2020-03-05[mlir] Remove successor operands from the Operation classRiver Riddle1-48/+35
2020-03-02[mlir] Update several usages of IntegerType to properly handled unsignedness.River Riddle1-1/+1
2020-03-01Fix MLIR build by adding missing header after cleanup in af450eabMehdi Amini1-0/+1
2020-02-25[mlir][DenseElementsAttr] Fix storage size for bfloat16 when parsing from hex.River Riddle1-1/+5
2020-02-24Silence compiler warningsBenjamin Kramer1-2/+1
2020-02-21[mlir][DeclarativeParser] Add support for formatting the successors of an ope...River Riddle1-0/+9
2020-02-21[MLIR] Allow Loop dialect IfOp and ForOp to define valuesNagy Mostafa1-0/+27
2020-02-21[mlir] Add a signedness semantics bit to IntegerTypeLei Zhang1-9/+30
2020-02-20[mlir][Parser] Update DenseElementsAttr to print in hex when the number of el...River Riddle1-26/+90
2020-02-19[mlir][Parser] Use APFloat instead of FloatAttr when parsing DenseElementsAttrs.River Riddle1-15/+21
2020-02-15[mlir][Parser][NFC] Remove several usages of getEncodedSourceLocationRiver Riddle1-50/+76
2020-02-12[MLIR][Affine] Add affine.parallel opFrank Laub1-13/+31
2020-02-08[mlir][DeclarativeParser] Add support for attributes with buildable types.River Riddle1-23/+24
2020-02-05[mlir] Update generic op ebnf to include regionJacques Pienaar1-2/+3
2020-01-28Make llvm::StringRef to std::string conversions explicit.Benjamin Kramer1-1/+1
2020-01-26Mass update the MLIR license header to mention "Part of the LLVM project"Mehdi Amini1-1/+1