summaryrefslogtreecommitdiff
path: root/mlir/lib/IR/AsmPrinter.cpp
AgeCommit message (Expand)Author
2025-11-21[MLIR] Apply clang-tidy fixes for misc-use-internal-linkage in AsmPrinter.cpp...Mehdi Amini
2025-10-13[NFC][MLIR][AsmPrinter] Use interleaveComma instead of interleave (#163197)Rahul Joshi
2025-09-02[mlir][spirv] Add support for SPV_ARM_graph extension - part 1 (#151934)Davide Grohmann
2025-07-30[MLIR] Use LDBG in MLIR AsmPrinter (#151163)Mehdi Amini
2025-07-03[mlir] Remove unused includes (NFC) (#146812)Kazu Hirata
2025-07-02[MLIR] Remove spurious space when printing `prop-dict` (#145962)Mehdi Amini
2025-06-11[mlir] Simplify calls to *Map::{insert,try_emplace} (NFC) (#143729)Kazu Hirata
2025-05-24[mlir] Use llvm::less_second (NFC) (#141350)Kazu Hirata
2025-05-02[NFC][mlir][AsmPrinter] Don't compute resourceStr when --mlir-elide-resource-...Xiang Li
2025-03-07[mlir] Allow trailing digit for alias in AsmPrinter (#127993)Hongren Zheng
2025-03-03[mlir] Add use nameloc to OpPrintingFlags (#129584)Jacques Pienaar
2025-02-19[mlir] Add getAlias for OpAsmTypeInterface (#126364)Hongren Zheng
2025-02-19[mlir] Introduce OpAsmAttrInterface for pretty-print (#124721)Hongren Zheng
2025-02-19[mlir] Integrate OpAsmTypeInterface with AsmPrinter (#124700)Hongren Zheng
2025-02-13[mlir][NFC] Add missing `)` in doc for `--mlir-print-local-scope` (#125721)Victor Guerra
2025-02-04[MLIR] print/parse resource handle key quoted and escaped (#119746)Soren Lassen
2025-01-28[mlir] Add OpAsmTypeInterface for pretty-print (#121187)Hongren Zheng
2025-01-07[mlir][Transforms] Make LocationSnapshotPass respect OpPrintingFlags (#119373)Michael Jungmair
2024-12-17[mlir] Add `Operation::dumpPrettyPrinted` (#120117)weiwei chen
2024-12-17[mlir] add option to print SSA IDs using `NameLoc`s as prefixes (#119996)Maksim Levental
2024-11-23[mlir] Add FileRange location type. (#80213)Jacques Pienaar
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-28[mlir] Print aliases for recursive types (#110346)Shoaib Meenai
2024-09-24[MLIR] Add f4E2M1FN type (#108877)Sergey Kozub
2024-09-17[MLIR][IR] Fix InProgressAliasInfo init for non-alias (#109013)Billy Zhu
2024-09-16[MLIR] Add f6E2M3FN type (#107999)Sergey Kozub
2024-09-10[MLIR] Add f6E3M2FN type (#105573)Sergey Kozub
2024-08-02[MLIR] Add f8E3M4 IEEE 754 type (#101230)Alexander Pivovarov
2024-07-22[MLIR] Add f8E4M3 IEEE 754 type (#97118)Alexander Pivovarov
2024-06-21[mlir] Add missing ManagedStatic.h includes (NFC)Nikita Popov
2024-06-10[mlir] Sanitize identifiers with leading symbol. (#94795)Will Dietz
2024-06-06[MLIR] Fix generic assembly syntax for ArrayAttr containing hex float (#94583)Mehdi Amini
2024-05-18[mlir] Add operator<< for printing `Block` (#92550)Krzysztof Parzyszek
2024-05-07[MLIR][IR] add -mlir-print-unique-ssa-ids to AsmPrinter (#91241)Scott Manley
2024-04-09[mlir][OpPrintingFlags] Allow to disable ElementsAttr hex printing (#85766)Andrei Golubev
2024-03-12Get rid of noisy debug log in verifyOpAndAdjustFlags. (#84677)Justin Lebar
2024-02-15Apply clang-tidy fixes for llvm-qualified-auto in AsmPrinter.cpp (NFC)Mehdi Amini
2024-02-08[MLIR] Fix a small formatting issue in AsmPrinter.cpp (#81214)Abdurrahman Akkas
2024-01-15[mlir] Attribute add printStripped (#78008)Jacques Pienaar
2024-01-11[mlir] Add op printing flag to skip regions (#77726)Jakub Kuderski
2024-01-03[mlir] fix AsmPrinter after c1eab57673ef3eAlex Zinenko
2024-01-03[mlir] fix Operation::getDiscardableAttrs in absence of properties (#76816)Oleksandr "Alex" Zinenko
2023-12-08[mlir][mesh] Use tensor shape notation for the shape of a cluster (#73826)Boian Petkantchin
2023-11-20Make MLIR Value more consistent in terms of `const` "correctness" (NFC) (#72765)Mehdi Amini
2023-11-14[mlir][affine][nfc] cleanup deprecated T.cast style functions (#71269)long.chen
2023-11-09[mlir][resources] Add elideLargeResourceString OpPrintingFlags API (#71829)Matteo Franciolini
2023-10-05[Support] Deprecate system_endianness (#68279)Kazu Hirata
2023-09-26Move AsmParser::parseTypeList() out-of-line (NFC)Mehdi Amini
2023-09-09[mlir] Make `StringRefParameter` roundtrippable (#65813)Markus Böck