summaryrefslogtreecommitdiff
path: root/mlir/lib/Bytecode/Reader
AgeCommit message (Expand)Author
2022-12-04[mlir] Use std::nullopt instead of None in comments (NFC)Kazu Hirata
2022-11-13[MLIR][Bytecode] Ensure `dataIt` is aligned coming out of `EncodingReader::al...bzcheeseman
2022-10-05[mlir:Parser] Always splice parsed operations to the end of the parsed blockRiver Riddle
2022-09-28[mlir] Making verification after parsing optionalRiver Riddle
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-30Apply clang-tidy fixes for modernize-use-emplace in BytecodeReader.cpp (NFC)Mehdi Amini
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
2022-08-23[mlir:Bytecode][NFC] Cleanup Attribute/Type readingRiver Riddle
2022-08-23[mlir:Bytecode][NFC] Refactor string section writing and readingRiver Riddle
2022-08-22[mlir:Bytecode] Fix asan failureRiver Riddle
2022-08-22[mlir] Fix compile errors with bytecode supportGoran Flegar
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