summaryrefslogtreecommitdiff
path: root/mlir/lib/IR/MLIRContext.cpp
AgeCommit message (Expand)Author
2025-10-27[MLIR] Apply clang-tidy fixes for llvm-qualified-auto in MLIRContext.cpp (NFC)Mehdi Amini
2025-10-16[mlir] Replace LLVM_ATTRIBUTE_UNUSED with [[maybe_unused]] (NFC) (#163703)Kazu Hirata
2025-10-14[MLIR] Implement remark emitting policies in MLIR (#161202)Guray Ozen
2025-09-25Revert "[MLIR] Implement remark emitting policies in MLIR" (#160681)Mehdi Amini
2025-09-25[MLIR] Implement remark emitting policies in MLIR (#160526)Guray Ozen
2025-08-21[MLIR] Introduce RemarkEngine + pluggable remark streaming (YAML/Bitstream) (...Guray Ozen
2025-08-20[MLIR] Update MLIRContext to use the LDBG() style debug macro (NFC) (#154619)Mehdi Amini
2025-08-05[mlir] Clone attrs of unregistered dialect ops (#151847)Boyana Norris
2025-07-16[MLIR] Fix use-after-frees when accessing DistinctAttr storage (#148666)Artemiy Bulavin
2025-07-03[mlir] Remove unused includes (NFC) (#146812)Kazu Hirata
2025-06-09[mlir] Use *Map::try_emplace (NFC) (#143341)Kazu Hirata
2025-05-25[mlir] Use llvm::lower_bound (NFC) (#141386)Kazu Hirata
2025-05-07[NFC][Support] Add llvm::uninitialized_copy (#138174)Rahul Joshi
2025-03-25Revert "[mlir] Fix DistinctAttributeUniquer deleting attribute storage when c...Emilio Cota
2025-03-13[mlir] Fix DistinctAttributeUniquer deleting attribute storage when crash rep...Artemiy Bulavin
2025-01-18[mlir][IR] Remove builder API + caching for low-precision FP types (#123321)Matthias Springer
2024-11-08[mlir] Simplify code with StringMap::operator[] (NFC) (#115427)Kazu Hirata
2024-10-17[mlir] Add a method on MLIRContext to retrieve the operations for a given dia...Rajveer Singh Bharadwaj
2024-10-04[MLIR] Add f8E8M0FNU type (#111028)Sergey Kozub
2024-09-24[MLIR] Add f4E2M1FN type (#108877)Sergey Kozub
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-03-31[MLIR] Add a second map for registered OperationName in MLIRContext (NFC) (#8...Mehdi Amini
2024-03-05Rename llvm::ThreadPool -> llvm::DefaultThreadPool (NFC) (#83702)Mehdi Amini
2024-03-02Split the llvm::ThreadPool into an abstract base class and an implementation ...Mehdi Amini
2024-02-19Rename `ThreadPool::getThreadCount()` to `getMaxConcurrency()` (NFC) (#82296)Mehdi Amini
2023-12-01[mlir] Expose type and attribute names in the MLIRContext and abstract type/a...Fehr Mathieu
2023-09-26Simplify diagnostic error management for MLIR properties API (NFC) (#67409)Mehdi Amini
2023-09-17[MLIR] Allow comparison of opaque properties (#66378)Dudeldu
2023-09-11Lazy initialize diagnostic when handling MLIR properties (#65868)Mehdi Amini
2023-07-21[mlir] Move attr -> properties to not require OperationJacques Pienaar
2023-07-11[mlir] Add a builtin distinct attributeTobias Gysi
2023-07-06[mlir] Add support for TF32 as a Builtin FloatTypeJeremy Furtek
2023-06-19[mlir] Fix a rare use-after free in dialect loadingBenjamin Kramer
2023-06-14[mlir] Use DenseMapBase::lookup (NFC)Kazu Hirata
2023-05-25[mlir] Change the order of members in MLIRContext to ensure dialects are dest...Laszlo Kindrat
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-04-05[mlir] Fix a use after free when loading dependent dialectsBenjamin Kramer
2023-03-24[APFloat] Add E4M3B11FNUZDavid Majnemer
2023-03-07Delete ActionManager and replace it with a simple callback on the ContextMehdi Amini
2023-03-06Rename DebugAction to tracing::Action and move related code from lib/Support ...Mehdi Amini
2023-02-13[mlir] Add Float8E5M2FNUZ and Float8E4M3FNUZ types to MLIRJake Hall
2023-01-18[mlir] Add support for interface inheritanceRiver Riddle
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