aboutsummaryrefslogtreecommitdiff
path: root/mlir/lib/AsmParser
AgeCommit message (Expand)AuthorFilesLines
2026-02-11[mlir][IR][NFC] Simplify "splat" handling in `DenseIntOrFPElementsAttr` (#180...Matthias Springer1-2/+1
2026-02-01[mlir][IR] Diagnose index element type in DenseArrayAttr (#179075)Samarth Narang1-2/+2
2026-01-15[mlir][AsmParser] Fix comment detection in string literals (#174125)Nick Kreeger1-5/+43
2026-01-02[LLVM][ADT] Migrate users of `make_scope_exit` to CTAD (#174030)Victor Chernyakin1-3/+3
2025-12-26[mlir] Emit an error when dense i1 array values are not `true` or `false` (#1...Longsheng Mou1-0/+2
2025-11-03[mlir] Migrate away from a soft-deprecated constructor of APInt (NFC) (#166128)Kazu Hirata1-2/+2
2025-09-18[mlir] Expand error message to include unregistered dialects. (#158028)Jacques Pienaar1-4/+40
2025-08-25Revert "[MLIR] Fix duplicated attribute nodes in MLIR bytecode deserializatio...Christian Ulmann2-25/+2
2025-08-20[MLIR] Fix duplicated attribute nodes in MLIR bytecode deserialization (#151267)Hank2-2/+25
2025-07-29[mlir] Make parser not rely on terminating null. (#151007)Jacques Pienaar3-3/+34
2025-07-24[mlir] Remove unused includes (NFC) (#150476)Kazu Hirata1-1/+0
2025-07-18[mlir] Deprecate NamedAttrList(std::nullopt_t) (NFC) (#149544)Kazu Hirata1-2/+2
2025-06-26[mlir] Use a new constructor of ArrayRef (NFC) (#146009)Kazu Hirata1-1/+1
2025-05-14[MLIR][parser] Add token type and parser methods for forward slashes (#125056)Andi Drebes3-1/+12
2025-04-30[mlir] make `parseCustomOperationName()` API check token type (#136306)Oleksandr "Alex" Zinenko1-0/+5
2025-04-04[mlir] Fix parsing of empty complex tensors (#134322)Kevin Gleason1-2/+4
2025-04-01[mlir] Improve error handling for dense attribute parsing in complex types (#...Longsheng Mou1-0/+13
2025-03-31[MLIR][NFC] Fix incomplete boundary comments. (#133516)Han-Chung Wang2-0/+4
2025-03-28[mlir] Add nullptr checks in SparseElementsAttr parser (#133222)Longsheng Mou1-0/+4
2025-03-27[MLIR] NFC: Remove unused includes (#133327)AdityaK1-4/+0
2025-02-27[TypeID] Update private typeid definition in `DeferredLocInfo` (#128968)Stef Lindall1-2/+2
2025-02-24[MLIR] Improve error handling when parsing dense attributes (#128523)lorenzo chelini1-0/+5
2025-02-22[mlir][Parser] Fix crash after block parsing failure (#128011)Matthias Springer1-0/+8
2025-02-21[MLIR] Imporve location tracking for `parseElementsLiteralType` (#127992)lorenzo chelini2-13/+11
2025-02-20[mlir][Parser] Fix use-after-free when parsing invalid reference to nested de...Matthias Springer1-4/+10
2025-02-04[MLIR] print/parse resource handle key quoted and escaped (#119746)Soren Lassen3-32/+41
2025-01-18[mlir][IR] Remove builder API + caching for low-precision FP types (#123321)Matthias Springer1-18/+18
2025-01-11[mlir] Migrate away from PointerUnion::{is,get} (NFC) (#122591)Kazu Hirata1-1/+1
2024-11-23[mlir] Add FileRange location type. (#80213)Jacques Pienaar2-15/+61
2024-11-18[mlir][Parser] Deduplicate floating-point parsing functionality (#116172)Matthias Springer4-99/+63
2024-10-04[MLIR] Add f8E8M0FNU type (#111028)Sergey Kozub2-0/+5
2024-10-03[mlir] Add the ability to define dialect-specific location attrs. (#105584)Aman LaChapelle1-12/+14
2024-09-24[MLIR] Add f4E2M1FN type (#108877)Sergey Kozub2-0/+5
2024-09-22[AsmParser] Avoid repeated hash lookups (NFC) (#109562)Kazu Hirata1-7/+6
2024-09-16[MLIR] Add f6E2M3FN type (#107999)Sergey Kozub2-0/+5
2024-09-16[mlir][AsmParser] Avoid use of moved value (#108789)Youngsuk Kim1-3/+4
2024-09-15Revert "[mlir] Nits on uses of llvm::raw_string_ostream (NFC)"JOE19941-2/+2
2024-09-15[mlir] Nits on uses of llvm::raw_string_ostream (NFC)JOE19941-2/+2
2024-09-10[MLIR] Add f6E3M2FN type (#105573)Sergey Kozub2-0/+5
2024-09-09[mlir] Do not set lastToken in AsmParser's resetToken function and add a unit...Jonas Rickert1-2/+6
2024-09-04[mlir][AsmParser] Expose `parseMinus()` (#106881)Ivan Butygin1-0/+10
2024-08-12[mlir][IR] Auto-generate element type verification for VectorType (#102449)Matthias Springer1-10/+3
2024-08-02[MLIR] Add f8E3M4 IEEE 754 type (#101230)Alexander Pivovarov2-0/+5
2024-07-23Add AsmParser::parseDecimalInteger. (#96255)quartersdg3-0/+48
2024-07-22[MLIR] Add f8E4M3 IEEE 754 type (#97118)Alexander Pivovarov2-0/+5
2024-07-02mlir/LogicalResult: move into llvm (#97309)Ramkumar Ramachandra6-6/+0
2024-05-04[MLIR] Extend floating point parsing support (#90442)orbiri2-16/+28
2024-01-10[mlir] Change end of OperationDefinition. (#77273)Jacques Pienaar3-7/+17
2023-12-13[mlir] Use StringRef::{starts,ends}_with (NFC)Kazu Hirata2-2/+2
2023-11-12[MLIR] Apply clang-tidy fixes for misc-include-cleaner (NFC)Mehdi Amini8-2/+98