summaryrefslogtreecommitdiff
path: root/mlir/lib/AsmParser/AttributeParser.cpp
AgeCommit message (Expand)Author
2025-06-26[mlir] Use a new constructor of ArrayRef (NFC) (#146009)Kazu Hirata
2025-04-04[mlir] Fix parsing of empty complex tensors (#134322)Kevin Gleason
2025-04-01[mlir] Improve error handling for dense attribute parsing in complex types (#...Longsheng Mou
2025-03-28[mlir] Add nullptr checks in SparseElementsAttr parser (#133222)Longsheng Mou
2025-03-27[MLIR] NFC: Remove unused includes (#133327)AdityaK
2025-02-24[MLIR] Improve error handling when parsing dense attributes (#128523)lorenzo chelini
2025-02-21[MLIR] Imporve location tracking for `parseElementsLiteralType` (#127992)lorenzo chelini
2024-11-18[mlir][Parser] Deduplicate floating-point parsing functionality (#116172)Matthias Springer
2023-12-13[mlir] Use StringRef::{starts,ends}_with (NFC)Kazu Hirata
2023-10-13[mlir] Fix distinct attr mismatch error reporting (#68938)Jacques Pienaar
2023-10-13[mlir] Apply ClangTidy fix (NFC)Adrian Kuegel
2023-10-05[Support] Deprecate system_endianness (#68279)Kazu Hirata
2023-07-14[mlir] Improve syntax of `distinct[n]<unit>`Markus Böck
2023-07-11[mlir] Add a builtin distinct attributeTobias Gysi
2023-05-12[mlir] Move casting calls from methods to function callsTres Popp
2023-02-19Use APInt::count{l,r}_{zero,one} (NFC)Kazu Hirata
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-17[mlir] Add an overload of parseOptionalAttribute for SymbolRefAttrRiver Riddle
2022-12-17[mlir] std::optional::value => operator*/operator->Fangrui Song
2022-12-10[AsmParser] Use std::optional in AttributeParser.cpp (NFC)Kazu Hirata
2022-12-05[mlir] Remove TypedAttr and ElementsAttr from DenseArrayAttrJeff Niu
2022-12-04[mlir] Use std::nullopt instead of None in comments (NFC)Kazu Hirata
2022-12-03[mlir] Use std::nullopt instead of None (NFC)Kazu Hirata
2022-11-21Merge kDynamicSize and kDynamicSentinel into one constant.Aliia Khasanova
2022-09-30[mlir] Allow DenseElementsAttr to use any shaped typeJeff Niu
2022-09-21[mlir] Allow negative strides and offset in StridedLayoutAttrIvan Butygin
2022-08-31[mlir] Avoid nullptr as memcpy arguments after D132758Vitaly Buka
2022-08-30[mlir] fix -Wsign-compare equivalent on WindowsAlex Zinenko
2022-08-30[mlir] Allow dense array to be parsed with type elisionJeff Niu
2022-08-30[mlir] Make DenseArrayAttr genericJeff Niu
2022-08-30[mlir] materialize strided memref layout as attributeAlex Zinenko
2022-08-12[mlir] Remove colon from empty dense array syntaxJeff Niu
2022-08-11[mlir] Change the syntax of dense arraysJeff Niu
2022-08-06[mlir, flang] Use has_value instead of hasValue (NFC)Kazu Hirata
2022-08-04[mlir] Add I1 support to DenseArrayAttrJeff Niu
2022-08-01[mlir] Remove OpaqueElementsAttrRiver Riddle
2022-08-01[mlir] Add a new builtin DenseResourceElementsAttrRiver Riddle
2022-07-25[mlir] Refactor the Parser library in preparation for an MLIR binary formatRiver Riddle