aboutsummaryrefslogtreecommitdiff
path: root/mlir/lib/Bytecode/Writer
AgeCommit message (Expand)AuthorFilesLines
2025-08-20[MLIR] Adopt LDBG() debug macro in BytecodeWriter.cpp (NFC) (#154642)Mehdi Amini1-9/+6
2025-06-09[mlir] Use *Map::try_emplace (NFC) (#143341)Kazu Hirata1-2/+2
2025-04-14[mlir] Use llvm::append_range (NFC) (#135722)Kazu Hirata1-3/+2
2025-03-31[MLIR][NFC] Fix incomplete boundary comments. (#133516)Han-Chung Wang1-0/+6
2025-02-12[mlir] BytecodeWriter: invoke `reserveExtraSpace` (#126953)Nikhil Kalra1-0/+3
2025-02-06[MLIR] Add move constructor to BytecodeWriterConfig (#126130)Karim Nosseir1-0/+3
2025-01-11[mlir] Migrate away from PointerUnion::{is,get} (NFC) (#122591)Kazu Hirata1-2/+2
2024-07-20Add logging for emit functions in BytecodeWriter.cpp (#99558)Kevin Gleason1-113/+153
2024-07-15[mlir] Remove bytecode reader & writer header from interface. (#98920)Jacques Pienaar1-0/+1
2024-07-02mlir/LogicalResult: move into llvm (#97309)Ramkumar Ramachandra1-1/+0
2024-04-10[mlir] Slightly optimize bytecode op numbering (#88310)Jeff Niu1-7/+7
2024-01-04[mlir] don't use magic numbers in IRNumbering.cppAlex Zinenko1-5/+9
2024-01-04[mlir] fix bytecode writer after c1eab57673ef3eb28Alex Zinenko2-5/+9
2023-11-13[mlir][bytecode] Add bytecode writer config API to skip serialization of reso...Matteo Franciolini1-6/+20
2023-10-31[mlir][bytecode] Implements back deployment capability for MLIR dialects (#70...Matteo Franciolini2-12/+57
2023-10-21Apply clang-tidy fixes for llvm-qualified-auto in IRNumbering.cpp (NFC)Mehdi Amini1-1/+1
2023-08-02[MLIR][Bytecode] Add missing field initializer in constructor initializer listMehdi Amini1-2/+2
2023-07-28Expose callbacks for encoding of types/attributesMatteo Franciolini2-32/+99
2023-07-28Revert "Expose callbacks for encoding of types/attributes"Mehdi Amini2-99/+32
2023-07-28Expose callbacks for encoding of types/attributesMehdi Amini2-32/+99
2023-07-25[mlir:bytecode] Only visit the all regions path if the op has regionsRiver Riddle1-1/+1
2023-07-25[mlir:bytecode] Support lazy loading dynamically isolated regionsRiver Riddle3-22/+162
2023-07-25[mlir:bytecode] Fix bytecode lazy loading for ops with multiple regionsRiver Riddle1-11/+15
2023-07-24Update ODS variadic segments "magic" attributes to use native PropertiesMehdi Amini2-1/+8
2023-07-24Revert "Update ODS variadic segments "magic" attributes to use native Propert...Mehdi Amini2-8/+1
2023-07-24Update ODS variadic segments "magic" attributes to use native PropertiesMehdi Amini2-1/+8
2023-06-27[mlir][VectorType] Allow arbitrary dimensions to be scalableAndrzej Warzynski2-0/+3
2023-06-23Fix bytecode reader/writer on big-endian platformsUlrich Weigand1-2/+5
2023-06-06Use symbolic name for previous MLIR Bytecode versionsMehdi Amini1-14/+16
2023-05-31[mlir][bytecode] Error if requested bytecode version is unsupportedKevin Gleason1-3/+8
2023-05-27[mlir][bazel] Port for 660f714e26999d266232a1fbb02712bb879bd34eHaojian Wu1-1/+0
2023-05-26[MLIR] Add native Bytecode support for propertiesMehdi Amini4-30/+245
2023-05-25Revert "[MLIR] Add native Bytecode support for properties"Mehdi Amini4-244/+30
2023-05-25Fix MLIR Bytecode backward deploymentMehdi Amini1-1/+1
2023-05-25Fix MLIR back-deployment to version < 5 ; properties section should not be em...Eugene Burmako1-1/+9
2023-05-25[MLIR] Add native Bytecode support for propertiesMehdi Amini4-30/+236
2023-05-25[mlir][bytecode] Avoid recording null arglocs & realloc opnames.Jacques Pienaar1-3/+14
2023-05-21Preserve use-list orders in mlir bytecodeMatteo Franciolini3-4/+120
2023-05-20Add support for Lazyloading to the MLIR bytecodeMehdi Amini1-2/+12
2023-05-12[mlir] Move casting calls from methods to function callsTres Popp1-2/+2
2023-04-30[mlir][bytecode] Return error instead of min versionJacques Pienaar1-6/+4
2023-04-29[mlir][bytecode] Allow client to specify a desired version.Jacques Pienaar2-21/+50
2023-03-15[ADT][mlir][NFCI] Do not use non-const lvalue-refs with enumerateJakub Kuderski1-5/+5
2023-03-10Implements MLIR Bytecode versioning capabilityMatteo Franciolini1-117/+132
2023-02-07[mlir][IRNumbering] Fix the dialect comparator to be strictRiver Riddle1-0/+2
2023-01-16[llvm][ADT] Replace uses of `makeMutableArrayRef` with deduction guidesJoe Loser1-3/+3
2022-09-13[mlir] Add bytecode encodings for the builtin ElementsAttr attributesRiver Riddle2-0/+7
2022-09-13[mlir] Add fallback support for parsing/printing unknown external resourcesRiver Riddle1-0/+5
2022-09-13[mlir:Bytecode] Add support for encoding resourcesRiver Riddle3-18/+381
2022-08-30Apply clang-tidy fixes for readability-identifier-naming in BytecodeWriter.cp...Mehdi Amini1-3/+3