summaryrefslogtreecommitdiff
path: root/mlir/lib/Bytecode
AgeCommit message (Expand)Author
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-26[mlir] Fix non-const lvalue reference to type 'uint64_t' cannot bind to type ...Jie Fu
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-25Fix MLIR bytecode loading of resourcesMehdi Amini
2023-05-25Fix MLIR bytecode reader for unregistered dialectsMehdi Amini
2023-05-21Preserve use-list orders in mlir bytecodeMatteo Franciolini
2023-05-20Add support for Lazyloading to the MLIR bytecodeMehdi Amini
2023-05-12[mlir] Move casting calls from methods to function callsTres Popp
2023-05-11[mlir][bytecode] Fix dialect version parsing.Jacques Pienaar
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-15[ADT][mlir][NFCI] Do not use non-const lvalue-refs with enumerateJakub Kuderski
2023-03-10Implements MLIR Bytecode versioning capabilityMatteo Franciolini
2023-03-03[mlir][Parser] Make parse{Attribute,Type} null-terminate inputRahul Kayaith
2023-03-01[mlir][AsmParser] Improve parse{Attribute,Type} error handlingRahul Kayaith
2023-02-07[mlir][IRNumbering] Fix the dialect comparator to be strictRiver Riddle
2023-01-28Use llvm::count{lr}_{zero,one} (NFC)Kazu Hirata
2023-01-18Drop the ZeroBehavior parameter from countLeadingZeros and the like (NFC)Kazu Hirata
2023-01-16[llvm][ADT] Replace uses of `makeMutableArrayRef` with deduction guidesJoe Loser
2023-01-14[mlir] Use std::optional instead of llvm::Optional (NFC)Kazu Hirata
2023-01-10Move from llvm::makeArrayRef to ArrayRef deduction guides - last partserge-sans-paille
2022-12-11[mlir:Bytecode] Add shared_ptr<SourceMgr> overloads to allow safe mmap of dataRiver Riddle
2022-12-10[mlir] Use std::optional instead of None in comments (NFC)Kazu Hirata
2022-12-10[Reader] Use std::optional in BytecodeReader.cpp (NFC)Kazu Hirata
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] 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-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] 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] 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