aboutsummaryrefslogtreecommitdiff
path: root/mlir/test/Bytecode
AgeCommit message (Expand)AuthorFilesLines
2023-11-13[mlir][bytecode] Add bytecode writer config API to skip serialization of reso...Matteo Franciolini1-0/+21
2023-10-31[mlir][bytecode] Implements back deployment capability for MLIR dialects (#70...Matteo Franciolini5-7/+17
2023-08-09Finish renaming getOperandSegmentSizeAttr() from `operand_segment_sizes` to `...Mehdi Amini1-2/+2
2023-08-02[MLIR][Bytecode] Add missing field initializer in constructor initializer listMehdi Amini1-0/+8
2023-07-28Add support for versioning properties in MLIR bytecodeMatteo Franciolini7-7/+35
2023-07-28Expose callbacks for encoding of types/attributesMatteo Franciolini5-2/+66
2023-07-28Revert "Expose callbacks for encoding of types/attributes"Mehdi Amini5-66/+2
2023-07-28Expose callbacks for encoding of types/attributesMehdi Amini5-2/+66
2023-07-25[mlir:bytecode] Support lazy loading dynamically isolated regionsRiver Riddle1-3/+31
2023-07-25[mlir:bytecode] Fix bytecode lazy loading for ops with multiple regionsRiver Riddle1-5/+24
2023-06-26[mlir][bytecode] Fix lazy loading of non-isolated regionsRiver Riddle1-0/+4
2023-06-23Fix bytecode reader/writer on big-endian platformsUlrich Weigand11-33/+0
2023-05-31[mlir][bytecode] Error if requested bytecode version is unsupportedKevin Gleason1-0/+11
2023-05-26[MLIR] Add native Bytecode support for propertiesMehdi Amini1-1/+1
2023-05-25Revert "[MLIR] Add native Bytecode support for properties"Mehdi Amini1-1/+1
2023-05-25[MLIR] Add native Bytecode support for propertiesMehdi Amini1-1/+1
2023-05-25[mlir][bytecode] Avoid recording null arglocs & realloc opnames.Jacques Pienaar2-2/+2
2023-05-25Fix MLIR bytecode reader for unregistered dialectsMehdi Amini1-0/+8
2023-05-24Fix MLIR bytecode reading of i0 IntegerAttrMehdi Amini1-0/+5
2023-05-21Preserve use-list orders in mlir bytecodeMatteo Franciolini2-1/+64
2023-05-20Add support for Lazyloading to the MLIR bytecodeMehdi Amini2-1/+60
2023-05-11[mlir][bytecode] Fix dialect version parsing.Jacques Pienaar1-0/+2
2023-05-08[mlir][bytecode] Fix typo in DenseElementsAttr.Jacques Pienaar1-0/+2
2023-05-01Introduce MLIR Op PropertiesMehdi Amini2-9/+9
2023-05-01Revert "Introduce MLIR Op Properties"Mehdi Amini2-9/+9
2023-05-01Introduce MLIR Op PropertiesMehdi Amini2-9/+9
2023-04-29[mlir][bytecode] Allow client to specify a desired version.Jacques Pienaar1-0/+14
2023-03-10Implements MLIR Bytecode versioning capabilityMatteo Franciolini8-1/+71
2022-12-09[MLIR/S90x] Convert tests to check 'target=...'Paul Robinson8-8/+8
2022-09-13[mlir:Bytecode] Add support for encoding resourcesRiver Riddle2-1/+28
2022-08-23[mlir:Bytecode] Use UNSUPPORTED instead of XFAIL for s390xRiver Riddle7-7/+7
2022-08-22[mlir] Fix bots after bytecode support was added in D131747River Riddle7-0/+21
2022-08-22[mlir] Add initial support for a binary serialization formatRiver Riddle31-0/+202