summaryrefslogtreecommitdiff
path: root/mlir/test/Bytecode
AgeCommit message (Expand)Author
2025-02-04[MLIR] print/parse resource handle key quoted and escaped (#119746)Soren Lassen
2024-07-03[mlir][bytecode] Fix external resource bytecode parsing (#97650)Jeff Niu
2023-11-13[mlir][bytecode] Add bytecode writer config API to skip serialization of reso...Matteo Franciolini
2023-10-31[mlir][bytecode] Implements back deployment capability for MLIR dialects (#70...Matteo Franciolini
2023-08-09Finish renaming getOperandSegmentSizeAttr() from `operand_segment_sizes` to `...Mehdi Amini
2023-08-02[MLIR][Bytecode] Add missing field initializer in constructor initializer listMehdi Amini
2023-07-28Add support for versioning properties in MLIR bytecodeMatteo Franciolini
2023-07-28Expose callbacks for encoding of types/attributesMatteo Franciolini
2023-07-28Revert "Expose callbacks for encoding of types/attributes"Mehdi Amini
2023-07-28Expose callbacks for encoding of types/attributesMehdi Amini
2023-07-25[mlir:bytecode] Support lazy loading dynamically isolated regionsRiver Riddle
2023-07-25[mlir:bytecode] Fix bytecode lazy loading for ops with multiple regionsRiver Riddle
2023-06-26[mlir][bytecode] Fix lazy loading of non-isolated regionsRiver Riddle
2023-06-23Fix bytecode reader/writer on big-endian platformsUlrich Weigand
2023-05-31[mlir][bytecode] Error if requested bytecode version is unsupportedKevin Gleason
2023-05-26[MLIR] Add native Bytecode support for propertiesMehdi Amini
2023-05-25Revert "[MLIR] Add native Bytecode support for properties"Mehdi Amini
2023-05-25[MLIR] Add native Bytecode support for propertiesMehdi Amini
2023-05-25[mlir][bytecode] Avoid recording null arglocs & realloc opnames.Jacques Pienaar
2023-05-25Fix MLIR bytecode reader for unregistered dialectsMehdi Amini
2023-05-24Fix MLIR bytecode reading of i0 IntegerAttrMehdi Amini
2023-05-21Preserve use-list orders in mlir bytecodeMatteo Franciolini
2023-05-20Add support for Lazyloading to the MLIR bytecodeMehdi Amini
2023-05-11[mlir][bytecode] Fix dialect version parsing.Jacques Pienaar
2023-05-08[mlir][bytecode] Fix typo in DenseElementsAttr.Jacques Pienaar
2023-05-01Introduce MLIR Op PropertiesMehdi Amini
2023-05-01Revert "Introduce MLIR Op Properties"Mehdi Amini
2023-05-01Introduce MLIR Op PropertiesMehdi Amini
2023-04-29[mlir][bytecode] Allow client to specify a desired version.Jacques Pienaar
2023-03-10Implements MLIR Bytecode versioning capabilityMatteo Franciolini
2022-12-09[MLIR/S90x] Convert tests to check 'target=...'Paul Robinson
2022-09-13[mlir:Bytecode] Add support for encoding resourcesRiver Riddle
2022-08-23[mlir:Bytecode] Use UNSUPPORTED instead of XFAIL for s390xRiver Riddle
2022-08-22[mlir] Fix bots after bytecode support was added in D131747River Riddle
2022-08-22[mlir] Add initial support for a binary serialization formatRiver Riddle