summaryrefslogtreecommitdiff
path: root/mlir/lib/IR/BuiltinDialectBytecode.cpp
AgeCommit message (Expand)Author
2025-03-31[MLIR][NFC] Fix incomplete boundary comments. (#133516)Han-Chung Wang
2024-11-23[mlir] Add FileRange location type. (#80213)Jacques Pienaar
2024-02-15Apply clang-tidy fixes for llvm-else-after-return in BuiltinDialectBytecode.c...Mehdi Amini
2023-07-11[mlir] Add a builtin distinct attributeTobias Gysi
2023-05-24Fix MLIR bytecode reading of i0 IntegerAttrMehdi Amini
2023-05-12[mlir] Update method cast calls to function callsTres Popp
2023-04-24[mlir] Dialect type/attr bytecode read/write generator.Jacques Pienaar
2022-12-05[mlir] Remove TypedAttr and ElementsAttr from DenseArrayAttrJeff Niu
2022-09-13[mlir] Add bytecode encodings for the builtin ElementsAttr attributesRiver Riddle
2022-09-13[mlir:Bytecode] Add support for encoding resourcesRiver Riddle
2022-08-26[mlir] Add bytecode encoding for the remaining builtin typesRiver Riddle
2022-08-26[mlir][NFC] Cleanup builtin dialect bytecode encodingRiver Riddle
2022-08-26[mlir:Bytecode] Add encoding support for builtin location attributesRiver Riddle
2022-08-26[mlir:Bytecode] Add encoding support for a majority of the builtin attributesRiver Riddle
2022-08-23[mlir:Bytecode] Add initial support for dialect defined attribute/type encodingsRiver Riddle