summaryrefslogtreecommitdiff
path: root/mlir/lib/AsmParser
AgeCommit message (Expand)Author
2025-11-03[mlir] Migrate away from a soft-deprecated constructor of APInt (NFC) (#166128)Kazu Hirata
2025-09-18[mlir] Expand error message to include unregistered dialects. (#158028)Jacques Pienaar
2025-08-25Revert "[MLIR] Fix duplicated attribute nodes in MLIR bytecode deserializatio...Christian Ulmann
2025-08-20[MLIR] Fix duplicated attribute nodes in MLIR bytecode deserialization (#151267)Hank
2025-07-29[mlir] Make parser not rely on terminating null. (#151007)Jacques Pienaar
2025-07-24[mlir] Remove unused includes (NFC) (#150476)Kazu Hirata
2025-07-18[mlir] Deprecate NamedAttrList(std::nullopt_t) (NFC) (#149544)Kazu Hirata
2025-06-26[mlir] Use a new constructor of ArrayRef (NFC) (#146009)Kazu Hirata
2025-05-14[MLIR][parser] Add token type and parser methods for forward slashes (#125056)Andi Drebes
2025-04-30[mlir] make `parseCustomOperationName()` API check token type (#136306)Oleksandr "Alex" Zinenko
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-31[MLIR][NFC] Fix incomplete boundary comments. (#133516)Han-Chung Wang
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-27[TypeID] Update private typeid definition in `DeferredLocInfo` (#128968)Stef Lindall
2025-02-24[MLIR] Improve error handling when parsing dense attributes (#128523)lorenzo chelini
2025-02-22[mlir][Parser] Fix crash after block parsing failure (#128011)Matthias Springer
2025-02-21[MLIR] Imporve location tracking for `parseElementsLiteralType` (#127992)lorenzo chelini
2025-02-20[mlir][Parser] Fix use-after-free when parsing invalid reference to nested de...Matthias Springer
2025-02-04[MLIR] print/parse resource handle key quoted and escaped (#119746)Soren Lassen
2025-01-18[mlir][IR] Remove builder API + caching for low-precision FP types (#123321)Matthias Springer
2025-01-11[mlir] Migrate away from PointerUnion::{is,get} (NFC) (#122591)Kazu Hirata
2024-11-23[mlir] Add FileRange location type. (#80213)Jacques Pienaar
2024-11-18[mlir][Parser] Deduplicate floating-point parsing functionality (#116172)Matthias Springer
2024-10-04[MLIR] Add f8E8M0FNU type (#111028)Sergey Kozub
2024-10-03[mlir] Add the ability to define dialect-specific location attrs. (#105584)Aman LaChapelle
2024-09-24[MLIR] Add f4E2M1FN type (#108877)Sergey Kozub
2024-09-22[AsmParser] Avoid repeated hash lookups (NFC) (#109562)Kazu Hirata
2024-09-16[MLIR] Add f6E2M3FN type (#107999)Sergey Kozub
2024-09-16[mlir][AsmParser] Avoid use of moved value (#108789)Youngsuk Kim
2024-09-15Revert "[mlir] Nits on uses of llvm::raw_string_ostream (NFC)"JOE1994
2024-09-15[mlir] Nits on uses of llvm::raw_string_ostream (NFC)JOE1994
2024-09-10[MLIR] Add f6E3M2FN type (#105573)Sergey Kozub
2024-09-09[mlir] Do not set lastToken in AsmParser's resetToken function and add a unit...Jonas Rickert
2024-09-04[mlir][AsmParser] Expose `parseMinus()` (#106881)Ivan Butygin
2024-08-12[mlir][IR] Auto-generate element type verification for VectorType (#102449)Matthias Springer
2024-08-02[MLIR] Add f8E3M4 IEEE 754 type (#101230)Alexander Pivovarov
2024-07-23Add AsmParser::parseDecimalInteger. (#96255)quartersdg
2024-07-22[MLIR] Add f8E4M3 IEEE 754 type (#97118)Alexander Pivovarov
2024-07-02mlir/LogicalResult: move into llvm (#97309)Ramkumar Ramachandra
2024-05-04[MLIR] Extend floating point parsing support (#90442)orbiri
2024-01-10[mlir] Change end of OperationDefinition. (#77273)Jacques Pienaar
2023-12-13[mlir] Use StringRef::{starts,ends}_with (NFC)Kazu Hirata
2023-11-12[MLIR] Apply clang-tidy fixes for misc-include-cleaner (NFC)Mehdi Amini
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-09-27Fix MLIR parser to actually error out when hitting a parse error on TensorTyp...Mehdi Amini
2023-09-26Simplify diagnostic error management for MLIR properties API (NFC) (#67409)Mehdi Amini