summaryrefslogtreecommitdiff
path: root/mlir/lib/Bytecode/Writer/BytecodeWriter.cpp
AgeCommit message (Expand)Author
2025-08-20[MLIR] Adopt LDBG() debug macro in BytecodeWriter.cpp (NFC) (#154642)Mehdi Amini
2025-04-14[mlir] Use llvm::append_range (NFC) (#135722)Kazu Hirata
2025-03-31[MLIR][NFC] Fix incomplete boundary comments. (#133516)Han-Chung Wang
2025-02-12[mlir] BytecodeWriter: invoke `reserveExtraSpace` (#126953)Nikhil Kalra
2025-02-06[MLIR] Add move constructor to BytecodeWriterConfig (#126130)Karim Nosseir
2024-07-20Add logging for emit functions in BytecodeWriter.cpp (#99558)Kevin Gleason
2024-07-02mlir/LogicalResult: move into llvm (#97309)Ramkumar Ramachandra
2024-01-04[mlir] fix bytecode writer after c1eab57673ef3eb28Alex Zinenko
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-02[MLIR][Bytecode] Add missing field initializer in constructor initializer listMehdi Amini
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-27[mlir][VectorType] Allow arbitrary dimensions to be scalableAndrzej Warzynski
2023-06-23Fix bytecode reader/writer on big-endian platformsUlrich Weigand
2023-06-06Use symbolic name for previous MLIR Bytecode versionsMehdi Amini
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-25Fix MLIR Bytecode backward deploymentMehdi Amini
2023-05-25Fix MLIR back-deployment to version < 5 ; properties section should not be em...Eugene Burmako
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-21Preserve use-list orders in mlir bytecodeMatteo Franciolini
2023-05-20Add support for Lazyloading to the MLIR bytecodeMehdi Amini
2023-04-30[mlir][bytecode] Return error instead of min versionJacques Pienaar
2023-04-29[mlir][bytecode] Allow client to specify a desired version.Jacques Pienaar
2023-03-10Implements MLIR Bytecode versioning capabilityMatteo Franciolini
2022-09-13[mlir] Add bytecode encodings for the builtin ElementsAttr attributesRiver Riddle
2022-09-13[mlir] Add fallback support for parsing/printing unknown external resourcesRiver Riddle
2022-09-13[mlir:Bytecode] Add support for encoding resourcesRiver Riddle
2022-08-30Apply clang-tidy fixes for readability-identifier-naming in BytecodeWriter.cp...Mehdi Amini
2022-08-26[mlir:Bytecode] Add encoding support for a majority of the builtin attributesRiver Riddle
2022-08-23[mlir:Bytecode] Move variable to inside of the lambda to fix MSVC buildRiver Riddle
2022-08-23[mlir:Bytecode] Add initial support for dialect defined attribute/type encodingsRiver Riddle
2022-08-23[mlir:Bytecode][NFC] Refactor string section writing and readingRiver Riddle
2022-08-22[mlir] Add initial support for a binary serialization formatRiver Riddle