aboutsummaryrefslogtreecommitdiff
path: root/mlir/test/IR/parser.mlir
AgeCommit message (Expand)AuthorFilesLines
2023-09-01[mlir] Fix duplicate word typos; NFCFangrui Song1-1/+1
2023-08-09Finish renaming getOperandSegmentSizeAttr() from `operand_segment_sizes` to `...Mehdi Amini1-1/+1
2023-07-04[mlir][TestDialect] Fix invalid custom op printersRahul Kayaith1-5/+8
2023-05-01Introduce MLIR Op PropertiesMehdi Amini1-0/+1
2023-05-01Revert "Introduce MLIR Op Properties"Mehdi Amini1-1/+0
2023-05-01Introduce MLIR Op PropertiesMehdi Amini1-0/+1
2022-11-18[MLIR][Parser] Add `parseBase64Bytes`.bzcheeseman1-0/+7
2022-10-23[mlir] Refactor alias generation to support nested aliasesRiver Riddle1-28/+28
2022-08-12(Reland) [mlir] Switch segment size attributes to DenseI32ArrayAttrJeff Niu1-1/+1
2022-08-12Revert "[mlir] Switch segment size attributes to DenseI32ArrayAttr"Alex Zinenko1-1/+1
2022-08-11[mlir] Switch segment size attributes to DenseI32ArrayAttrJeff Niu1-1/+1
2022-07-05[mlir:Parser] Don't use strings for the "ugly" form of Attribute/Type syntaxRiver Riddle1-19/+11
2022-05-20[mlir] do not elide dialect prefix for ops with dots in the nameAlex Zinenko1-0/+8
2022-05-16[mlir] Remove the `type` keyword from type alias definitionsRiver Riddle1-1/+1
2022-04-20[mlir][NFC] Update textual references of `func` to `func.func` in IR/Interfac...River Riddle1-123/+123
2022-03-16[mlir:FunctionOpInterface] Rename the "type" attribute to "function_type"River Riddle1-1/+1
2022-03-12[MLIR] Fix block label parsing bugUday Bondhugula1-0/+6
2022-03-02[mlir] support f80 and f128 in parseOptionalTypeAlex Zinenko1-0/+4
2022-03-01[mlir] Rename the Standard dialect to the Func dialectRiver Riddle1-10/+4
2022-02-06[mlir] Split out a new ControlFlow dialect from StandardRiver Riddle1-29/+28
2022-01-21Remove obsolete `getAsmResultNames` from OpAsmDialectInterfaceMehdi Amini1-5/+2
2022-01-18[mlir] Drop the leading space when printing regionsMogball1-5/+5
2021-12-10[mlir][ir] Custom ops' parse/print fall back to dialect hooksMogball1-0/+5
2021-12-04[mlir] Allow shape dimensions larger than 2^32River Riddle1-0/+3
2021-11-17[mlir][Vector] First step for 0D vector typeMichal Terepeta1-2/+2
2021-10-19[mlir][RFC] Refactor layout representation in MemRefTypeVladislav Vinogradov1-50/+2
2021-10-13[MLIR] Replace std ops with arith dialect opsMogball1-81/+81
2021-10-06Stop stripping the `std.` prefix when printing operations in a region with a ...Mehdi Amini1-1/+10
2021-09-21[mlir] Tighten verification of SparseElementsAttrRiver Riddle1-1/+1
2021-08-31Add a new interface allowing to set a default dialect to be used for printing...Mehdi Amini1-0/+22
2021-07-05[mlir] Escape strings of opaque attributesMarkus Böck1-0/+6
2021-06-08[mlir] support memref of memref in standard-to-llvm conversionAlex Zinenko1-0/+12
2021-06-08[mlir] Make MemRef element type extensibleAlex Zinenko1-0/+3
2021-04-12[mlir] introduce "encoding" attribute to tensor typeAart Bik1-0/+3
2021-03-23Add a mechanism for Dialects to customize printing/parsing operations when th...Mehdi Amini1-0/+4
2021-03-15[MLIR] Create memref dialect and move dialect-specific ops from std.Julian Gross1-1/+1
2021-03-10[mlir] Model MemRef memory space as AttributeVladislav Vinogradov1-1/+25
2021-02-18Revert "[MLIR] Create memref dialect and move several dialect-specific ops fr...Alexander Belyaev1-1/+1
2021-02-18[MLIR] Create memref dialect and move several dialect-specific ops from std.Julian Gross1-1/+1
2021-01-15[mlir] Add better support for f80 and f128Valentin Clement1-0/+2
2020-12-14[mlir][OpAsmParser] Add support for parsing integer literals without going th...River Riddle1-4/+11
2020-12-12[AsmParser] Fix support for zero bit integer types.Chris Lattner1-2/+2
2020-11-16[MLIR] Extend Symbol verification to reject public symbol declarations.Rahul Joshi1-88/+88
2020-11-09[mlir][Asm] Add support for using an alias for trailing operation locationsRiver Riddle1-3/+0
2020-08-07[mlir] Centralize handling of memref element types.Sean Silva1-0/+6
2020-07-30[mlir] Allow index as element type of memrefStephan Herhut1-0/+3
2020-07-15[MLIR] Add RegionKindInterfaceStephen Neuendorffer1-11/+126
2020-07-09[MLIR] IR changes to add yield semantics for affine.if and affine.parallelJeremy Bruestle1-2/+2
2020-07-08[mlir] Print 0 element DenseElementsAttr as dense<> to fix parser bugs with e...River Riddle1-22/+24
2020-06-12Enable FileCheck -enable-var-scope by default in MLIR testMehdi Amini1-2/+2