summaryrefslogtreecommitdiff
path: root/mlir/lib/AsmParser/Parser.cpp
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-07-18[mlir] Deprecate NamedAttrList(std::nullopt_t) (NFC) (#149544)Kazu Hirata
2025-04-30[mlir] make `parseCustomOperationName()` API check token type (#136306)Oleksandr "Alex" Zinenko
2025-03-31[MLIR][NFC] Fix incomplete boundary comments. (#133516)Han-Chung Wang
2025-02-27[TypeID] Update private typeid definition in `DeferredLocInfo` (#128968)Stef Lindall
2025-02-22[mlir][Parser] Fix crash after block parsing failure (#128011)Matthias Springer
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-11[mlir] Migrate away from PointerUnion::{is,get} (NFC) (#122591)Kazu Hirata
2024-11-18[mlir][Parser] Deduplicate floating-point parsing functionality (#116172)Matthias Springer
2024-10-03[mlir] Add the ability to define dialect-specific location attrs. (#105584)Aman LaChapelle
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-07-23Add AsmParser::parseDecimalInteger. (#96255)quartersdg
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-09-26Simplify diagnostic error management for MLIR properties API (NFC) (#67409)Mehdi Amini
2023-09-11Lazy initialize diagnostic when handling MLIR properties (#65868)Mehdi Amini
2023-08-25[mlir][lsp] Add LSP support for attribute and type aliasesMogball
2023-08-25[mlir][lsp] Add parser support for tracking alias definitions and usesMogball
2023-05-26[mlir] Move casting calls from methods to function callsTres Popp
2023-05-25Fix MLIR bytecode loading of resourcesMehdi Amini
2023-05-12[mlir] Move casting calls from methods to function callsTres Popp
2023-05-04[mlir] Use std::optional instead of llvm::Optional (NFC)Kazu Hirata
2023-05-01Introduce MLIR Op PropertiesMehdi Amini
2023-05-01Revert "Introduce MLIR Op Properties"Mehdi Amini
2023-05-01Introduce MLIR Op PropertiesMehdi Amini
2023-03-15Use *{Map,Set}::contains (NFC)Kazu Hirata
2023-01-16Revert "Revert "Refactor OperationName to use virtual tables for dispatch (NF...Mehdi Amini
2023-01-16Revert "Refactor OperationName to use virtual tables for dispatch (NFC)"Mehdi Amini
2023-01-14[mlir] Use std::optional instead of llvm::Optional (NFC)Kazu Hirata
2023-01-14Refactor OperationName to use virtual tables for dispatch (NFC)Mehdi Amini
2022-12-17[mlir] llvm::Optional::value => operator*/operator->Fangrui Song
2022-12-17mlir/tblgen: use std::optional in generationRamkumar Ramachandra
2022-12-10[AsmParser] Use std::optional in Parser.cpp (NFC)Kazu Hirata
2022-12-03[mlir] Use std::nullopt instead of None (NFC)Kazu Hirata
2022-11-16Improve diagnostic when parsing a custom op without registering the dialectMehdi Amini
2022-10-24[mlir] Update Location to use new casting infraNick Kreeger
2022-10-14[mlir] Update Values to use new casting infraNick Kreeger
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:Bytecode] Add support for encoding resourcesRiver Riddle
2022-08-29Apply clang-tidy fixes for llvm-else-after-return in Parser.cpp (NFC)Mehdi Amini
2022-08-08[mlir] LLVM_FALLTHROUGH => [[fallthrough]]. NFCFangrui Song
2022-08-04[mlir] Add I1 support to DenseArrayAttrJeff Niu