summaryrefslogtreecommitdiff
path: root/mlir/lib/IR/Builders.cpp
AgeCommit message (Expand)Author
2025-10-01[MLIR] Remove leftover debug print codeMehdi Amini
2025-09-27[MLIR] Improve in-place folding to iterate until fixed-point (#160615)Mehdi Amini
2025-09-02[mlir][spirv] Add support for SPV_ARM_graph extension - part 1 (#151934)Davide Grohmann
2025-07-03[mlir] Remove unused includes (NFC) (#146812)Kazu Hirata
2025-06-09Introduce `arith.scaling_extf` and `arith.scaling_truncf` (#141965)Umang Yadav
2025-04-22[mlir][Transforms] Dialect conversion: Erase materialized constants instead o...Matthias Springer
2025-01-22[mlir] Add NamedAttribute ctor taking StringRef. NFC. (#123974)Jakub Kuderski
2025-01-18[mlir][IR] Remove builder API + caching for low-precision FP types (#123321)Matthias Springer
2025-01-16[mlir][IR] Remove factory methods from `FloatType` (#123026)Matthias Springer
2024-12-13[IR] Migrate away from PointerUnion::{is,get} (NFC) (#119802)Kazu Hirata
2024-10-17[MLIR] Reference issue for implicit trunc TODOs (NFC)Nikita Popov
2024-10-14[MLIR] Update APInt construction to correctly set isSigned/implicitTrunc (#11...Nikita Popov
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-04-23[MLIR] Harmonize the behavior of the folding API functions (#88508)Christian Ulmann
2024-02-15[mlir][mesh] Add all-slice operation (#81218)Boian Petkantchin
2024-02-02[mlir][IR] Send notifications for `cloneRegionBefore` (#66871)Matthias Springer
2024-02-02[mlir][IR] Do not trigger `notifyOperationInserted` for unlinked ops (#80278)Matthias Springer
2024-02-02[mlir][IR] Notify about block insertion when cloning an op (#80262)Matthias Springer
2024-01-26[mlir][IR] Change `notifyBlockCreated` to `notifyBlockInserted` (#79472)Matthias Springer
2024-01-25[mlir][IR] Add rewriter API for moving operations (#78988)Matthias Springer
2023-12-20[mlir] Require folders to produce Values of same type (#75887)Matthias Springer
2023-12-01[mlir] notify insertion of parent op first when cloning (#73806)jeanPerier
2023-08-30fix unused variable warnings in conditionalsMikhail Goncharov
2023-07-20[mlir] Remove some code duplication between `Builders.cpp` and `FoldUtils.cpp`Matthias Springer
2023-07-19[flang] Add PowerPC vec_convert, vec_ctf and vec_cvf intrinsicKelvin Li
2023-07-06[mlir] Add support for TF32 as a Builtin FloatTypeJeremy Furtek
2023-05-26[mlir] Move casting calls from methods to function callsTres Popp
2023-05-25[ADT] Allow specifying the size of resulting `SmallVector` in `map_to_vector`Laszlo Kindrat
2023-05-12[mlir] Update method cast calls to function callsTres Popp
2023-04-20[mlir] Prevent implicit downcasting to interfacesRahul Kayaith
2023-03-24[APFloat] Add E4M3B11FNUZDavid Majnemer
2023-02-22This change makes `RewriterBase` symmetric to `OpBuilder`.Matthias Springer
2023-02-13[mlir] Add Float8E5M2FNUZ and Float8E4M3FNUZ types to MLIRJake Hall
2023-01-12[mlir] Add operations to BlockAndValueMapping and rename it to IRMappingJeff Niu
2022-11-16Add Float8E4M3FN type to MLIR.Reed
2022-10-04Add APFloat and MLIR type support for fp8 (e5m2).Stella Laurenzo
2022-10-02Revert "Add APFloat and MLIR type support for fp8 (e5m2)."Vitaly Buka
2022-10-02Add APFloat and MLIR type support for fp8 (e5m2).Stella Laurenzo
2022-09-14[mlir] Add accessor methods for I[2|4|16] types to Builder.Eman Copty
2022-08-17[mlir][ODS] Add `constBuilderCall` to `Dense*ArrayAttr`sMarkus Böck
2022-07-28[mlir] Add getters for DenseArrayAttr.Adrian Kuegel
2022-03-23[mlir] Make OpBuilder::createOperation to accept raw inputsChia-hung Duan
2022-01-19[mlir] Make locations required when adding/creating block argumentsRiver Riddle
2022-01-12[mlir] Finish removing Identifier from the C++ APIRiver Riddle
2021-12-22Fix more clang-tidy cleanups in mlir/ (NFC)Mehdi Amini