aboutsummaryrefslogtreecommitdiff
path: root/mlir/lib/AsmParser/Parser.cpp
AgeCommit message (Expand)AuthorFilesLines
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-07-18[mlir] Deprecate NamedAttrList(std::nullopt_t) (NFC) (#149544)Kazu Hirata1-2/+2
2025-04-30[mlir] make `parseCustomOperationName()` API check token type (#136306)Oleksandr "Alex" Zinenko1-0/+5
2025-03-31[MLIR][NFC] Fix incomplete boundary comments. (#133516)Han-Chung Wang1-0/+2
2025-02-27[TypeID] Update private typeid definition in `DeferredLocInfo` (#128968)Stef Lindall1-2/+2
2025-02-22[mlir][Parser] Fix crash after block parsing failure (#128011)Matthias Springer1-0/+8
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 Lassen1-9/+30
2025-01-11[mlir] Migrate away from PointerUnion::{is,get} (NFC) (#122591)Kazu Hirata1-1/+1
2024-11-18[mlir][Parser] Deduplicate floating-point parsing functionality (#116172)Matthias Springer1-12/+36
2024-10-03[mlir] Add the ability to define dialect-specific location attrs. (#105584)Aman LaChapelle1-12/+14
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-07-23Add AsmParser::parseDecimalInteger. (#96255)quartersdg1-0/+40
2024-07-02mlir/LogicalResult: move into llvm (#97309)Ramkumar Ramachandra1-1/+0
2024-05-04[MLIR] Extend floating point parsing support (#90442)orbiri1-10/+6
2024-01-10[mlir] Change end of OperationDefinition. (#77273)Jacques Pienaar1-5/+7
2023-12-13[mlir] Use StringRef::{starts,ends}_with (NFC)Kazu Hirata1-1/+1
2023-11-12[MLIR] Apply clang-tidy fixes for misc-include-cleaner (NFC)Mehdi Amini1-2/+32
2023-09-26Simplify diagnostic error management for MLIR properties API (NFC) (#67409)Mehdi Amini1-19/+9
2023-09-11Lazy initialize diagnostic when handling MLIR properties (#65868)Mehdi Amini1-10/+24
2023-08-25[mlir][lsp] Add LSP support for attribute and type aliasesMogball1-2/+2
2023-08-25[mlir][lsp] Add parser support for tracking alias definitions and usesMogball1-0/+10
2023-05-26[mlir] Move casting calls from methods to function callsTres Popp1-1/+1
2023-05-25Fix MLIR bytecode loading of resourcesMehdi Amini1-0/+8
2023-05-12[mlir] Move casting calls from methods to function callsTres Popp1-2/+2
2023-05-04[mlir] Use std::optional instead of llvm::Optional (NFC)Kazu Hirata1-1/+2
2023-05-01Introduce MLIR Op PropertiesMehdi Amini1-2/+71
2023-05-01Revert "Introduce MLIR Op Properties"Mehdi Amini1-71/+2
2023-05-01Introduce MLIR Op PropertiesMehdi Amini1-2/+71
2023-03-15Use *{Map,Set}::contains (NFC)Kazu Hirata1-1/+1
2023-01-16Revert "Revert "Refactor OperationName to use virtual tables for dispatch (NF...Mehdi Amini1-9/+13
2023-01-16Revert "Refactor OperationName to use virtual tables for dispatch (NFC)"Mehdi Amini1-12/+8
2023-01-14[mlir] Use std::optional instead of llvm::Optional (NFC)Kazu Hirata1-21/+23
2023-01-14Refactor OperationName to use virtual tables for dispatch (NFC)Mehdi Amini1-8/+12
2022-12-17[mlir] llvm::Optional::value => operator*/operator->Fangrui Song1-1/+1
2022-12-17mlir/tblgen: use std::optional in generationRamkumar Ramachandra1-1/+1
2022-12-10[AsmParser] Use std::optional in Parser.cpp (NFC)Kazu Hirata1-1/+2
2022-12-03[mlir] Use std::nullopt instead of None (NFC)Kazu Hirata1-14/+14
2022-11-16Improve diagnostic when parsing a custom op without registering the dialectMehdi Amini1-2/+18
2022-10-24[mlir] Update Location to use new casting infraNick Kreeger1-3/+3
2022-10-14[mlir] Update Values to use new casting infraNick Kreeger1-1/+1
2022-10-05[mlir:Parser] Always splice parsed operations to the end of the parsed blockRiver Riddle1-2/+2
2022-09-28[mlir] Making verification after parsing optionalRiver Riddle1-1/+1
2022-09-13[mlir:Bytecode] Add support for encoding resourcesRiver Riddle1-0/+8
2022-08-29Apply clang-tidy fixes for llvm-else-after-return in Parser.cpp (NFC)Mehdi Amini1-1/+2
2022-08-08[mlir] LLVM_FALLTHROUGH => [[fallthrough]]. NFCFangrui Song1-4/+4
2022-08-04[mlir] Add I1 support to DenseArrayAttrJeff Niu1-0/+9