aboutsummaryrefslogtreecommitdiff
path: root/mlir/examples
AgeCommit message (Expand)AuthorFilesLines
2024-03-20[mlir] split transform interfaces into a separate library (#85221)Oleksandr "Alex" Zinenko9-8/+12
2024-03-10Add llvm::min/max_element and use it in llvm/ and mlir/ directories. (#84678)Justin Lebar3-6/+3
2024-02-28[mlir] add an example of using transform dialect standalone (#82623)Oleksandr "Alex" Zinenko4-0/+456
2024-02-09[mlir] update transform dialect tutorials (#81199)Oleksandr "Alex" Zinenko3-52/+8
2024-01-17[mlir][IR] Rename "update root" to "modify op" in rewriter API (#78260)Matthias Springer4-7/+7
2024-01-09[mlir] add a chapter on matchers to the transform dialect tutorial (#76725)Oleksandr "Alex" Zinenko9-1/+395
2024-01-08[MLIR][LLVM] Add distinct identifier to DICompileUnit attribute (#77070)Christian Ulmann2-4/+2
2024-01-03[mlir] Add config for PDL (#69927)Jacques Pienaar1-4/+5
2024-01-03Revert "[mlir] Add config for PDL (#69927)"max1-5/+4
2024-01-03[mlir] Add config for PDL (#69927)Jacques Pienaar1-4/+5
2023-12-16Use StringRef::{starts,ends}_with (NFC)Kazu Hirata6-6/+6
2023-12-01[mlir] Expose type and attribute names in the MLIRContext and abstract type/a...Fehr Mathieu1-0/+3
2023-11-20Make MLIR Value more consistent in terms of `const` "correctness" (NFC) (#72765)Mehdi Amini4-8/+4
2023-10-25Apply clang-tidy fixes for misc-include-cleaner in MLIR examplesMehdi Amini36-29/+345
2023-10-22Apply clang-tidy fixes for misc-include-cleaner in AST.cpp (NFC)Mehdi Amini1-0/+3
2023-10-22Apply clang-tidy fixes for misc-include-cleaner in AST.cpp (NFC)Mehdi Amini1-0/+3
2023-10-22Apply clang-tidy fixes for misc-include-cleaner in MLIRGen.cpp (NFC)Mehdi Amini1-2/+13
2023-10-22Apply clang-tidy fixes for misc-include-cleaner in Dialect.cpp (NFC)Mehdi Amini1-0/+12
2023-10-22Apply clang-tidy fixes for misc-include-cleaner in toyc.cpp (NFC)Mehdi Amini1-0/+5
2023-10-22[mlir][minimal-opt] Fix typoJacques Pienaar1-4/+4
2023-10-21Apply clang-tidy fixes for llvm-qualified-auto in LowerToLLVM.cpp (NFC)Mehdi Amini1-1/+1
2023-10-21Apply clang-tidy fixes for llvm-qualified-auto in LowerToLLVM.cpp (NFC)Mehdi Amini1-1/+1
2023-10-20Apply clang-tidy fixes for misc-include-cleaner in standalone-translate.cpp (...Mehdi Amini1-0/+3
2023-10-20Apply clang-tidy fixes for misc-include-cleaner in standalone-plugin.cpp (NFC)Mehdi Amini1-4/+3
2023-10-20Apply clang-tidy fixes for misc-include-cleaner in standalone-opt.cpp (NFC)Mehdi Amini1-8/+0
2023-10-20Apply clang-tidy fixes for misc-unused-alias-decls in StandaloneExtension.cpp...Mehdi Amini1-1/+0
2023-10-20Apply clang-tidy fixes for misc-include-cleaner in StandalonePasses.cpp (NFC)Mehdi Amini1-2/+2
2023-10-20Apply clang-tidy fixes for misc-include-cleaner in StandaloneOps.cpp (NFC)Mehdi Amini1-1/+0
2023-10-20Apply clang-tidy fixes for misc-include-cleaner in mlir-cat.cpp (NFC)Mehdi Amini1-2/+5
2023-10-17Reland "[MLIR][LLVM] Change addressof builders to use opaque pointers" (#69292)Christian Ulmann2-8/+6
2023-10-17Revert "[MLIR][LLVM] Change addressof builders to use opaque pointers (#69215)"Christian Ulmann2-10/+10
2023-10-17[MLIR][LLVM] Change addressof builders to use opaque pointers (#69215)Christian Ulmann2-10/+10
2023-09-28[MLIR][LLVM] Add vararg support in LLVM::CallOp and InvokeOp (#67274)Ivan R. Ivanov2-24/+34
2023-08-31[mlir] Move FunctionInterfaces to Interfaces directory and inherit from Calla...Martin Erhart24-110/+47
2023-08-28[MLIR] Switch the default for usePropertiesForAttributes (NFC)Mehdi Amini6-0/+6
2023-08-27Revert "[MLIR] Switch the default for usePropertiesForAttributes (NFC)"Mehdi Amini6-6/+0
2023-08-27[MLIR] Switch the default for usePropertiesForAttributes (NFC)Mehdi Amini6-0/+6
2023-08-22[mlir] Disentangle dialect and extension registrations.Nicolas Vasilache2-0/+4
2023-08-15Reland "[mlir] Add a postprocessing parameter in Pattern"Jian Cai1-0/+1
2023-08-11[mlir] Update mlir/examples/standalone/README.md (NFC)Jie Fu1-1/+1
2023-08-02[mlir] Add getArgOperandsMutable method to CallOpInterfaceMartin Erhart4-0/+24
2023-07-31Fix typo in README for the MLIR minimal examples (NFC)Mehdi Amini1-3/+3
2023-07-26Add more numbers about MLIR binary sizes with the example binaries (NFC)Mehdi Amini1-9/+45
2023-07-25Add an MLIR example of some mimimal example of MLIR setupMehdi Amini6-0/+165
2023-07-18[mlir][python] Remove PythonAttr mapping functionalityRahul Kayaith1-1/+0
2023-06-20[mlir] mark libraries in mlir/examples as suchAlex Zinenko2-12/+6
2023-06-20[mlir][transform] Add TransformRewriterMatthias Springer3-16/+20
2023-06-16[mlir] don't install tutorial librariesAlex Zinenko2-0/+8
2023-06-09[mlir] Add support for "promised" interfacesRiver Riddle6-3/+19
2023-05-31Fix link in transform example README.mdOleksandr "Alex" Zinenko1-1/+1