aboutsummaryrefslogtreecommitdiff
path: root/mlir/lib/Bytecode
AgeCommit message (Expand)AuthorFilesLines
2025-12-09[MLIR][Bytecode] Use consistent types for resolveEntry (#171502)Aiden Grossman1-2/+3
2025-12-09[mlir][bytecode] Add support for deferred attribute/type parsing. (#170993)Jacques Pienaar1-53/+204
2025-09-11[MLIR][Bytecode] Followup 8106c81 (#157136)Nikhil Kalra1-7/+31
2025-09-04[MLIR][Bytecode] Enforce alignment requirements (#157004)Nikhil Kalra1-5/+70
2025-08-25Revert "[MLIR] Fix duplicated attribute nodes in MLIR bytecode deserializatio...Christian Ulmann1-5/+1
2025-08-20[MLIR] Adopt LDBG() debug macro in BytecodeWriter.cpp (NFC) (#154642)Mehdi Amini1-9/+6
2025-08-20[MLIR] Fix duplicated attribute nodes in MLIR bytecode deserialization (#151267)Hank1-1/+5
2025-06-09[mlir] Use *Map::try_emplace (NFC) (#143341)Kazu Hirata1-2/+2
2025-05-30[mlir][Value] Add getNumUses, hasNUses, and hasNUsesOrMore to Value (#142084)Michael Maitland1-2/+1
2025-04-15[mlir] Use llvm::make_first_range (NFC) (#135900)Kazu Hirata1-2/+1
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 Wang2-0/+11
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-11-01[llvm][NFC] Fix typos: replace “avaliable” with “available” across va...Wang Qiang1-1/+1
2024-09-12[Bytecode] Avoid repeated hash lookups (NFC) (#108320)Kazu Hirata1-2/+1
2024-07-20Add logging for emit functions in BytecodeWriter.cpp (#99558)Kevin Gleason1-113/+153
2024-07-18[mlir][BytecodeReader] Const qualify *SectionReader, NFC (#99376)Hideto Ueno1-13/+13
2024-07-15[mlir] Remove bytecode reader & writer header from interface. (#98920)Jacques Pienaar1-0/+1
2024-07-03[mlir][bytecode] Fix external resource bytecode parsing (#97650)Jeff Niu1-1/+1
2024-07-02mlir/LogicalResult: move into llvm (#97309)Ramkumar Ramachandra2-2/+0
2024-04-10[mlir] Slightly optimize bytecode op numbering (#88310)Jeff Niu1-7/+7
2024-02-25Fix bytecode roundtrip of unregistered ops (#82932)Matteo Franciolini1-9/+5
2024-02-20Fix pipeline-invalid.mlir bytecode roundtrip test (#82366)Matteo Franciolini1-2/+5
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-12-13[mlir] Use StringRef::{starts,ends}_with (NFC)Kazu Hirata1-1/+1
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-09-29[mlir] Fix bytecode reading of resource sectionsMogball1-8/+2
2023-09-17[mlir][bytecode] Check that bytecode source buffer is sufficiently aligned. (...Christian Sigg1-11/+22
2023-08-07[mlir] Apply ClangTidy fix (NFC)Adrian Kuegel1-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 Franciolini3-93/+219
2023-07-28Revert "Expose callbacks for encoding of types/attributes"Mehdi Amini3-219/+93
2023-07-28Expose callbacks for encoding of types/attributesMehdi Amini3-93/+219
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 Amini3-11/+28
2023-07-24Revert "Update ODS variadic segments "magic" attributes to use native Propert...Mehdi Amini3-28/+11
2023-07-24Update ODS variadic segments "magic" attributes to use native PropertiesMehdi Amini3-11/+28
2023-06-27[mlir][VectorType] Allow arbitrary dimensions to be scalableAndrzej Warzynski3-0/+7
2023-06-26[mlir][bytecode] Fix lazy loading of non-isolated regionsRiver Riddle1-12/+9
2023-06-23Fix bytecode reader/writer on big-endian platformsUlrich Weigand2-8/+17
2023-06-06Use symbolic name for previous MLIR Bytecode versionsMehdi Amini2-30/+33
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