aboutsummaryrefslogtreecommitdiff
path: root/mlir/examples
AgeCommit message (Expand)AuthorFilesLines
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
2023-05-31[mlir] fix documentation includesAlex Zinenko2-4/+6
2023-05-30[mlir] silence msvc warningAlex Zinenko1-2/+2
2023-05-30[mlir] add initial chapters of the transform dialect tutorialAlex Zinenko18-0/+836
2023-05-27Reland "[CMake] Bumps minimum version to 3.20.0.Mark de Wever1-1/+1
2023-05-26[MLIR] Add native Bytecode support for propertiesMehdi Amini1-0/+1
2023-05-26[mlir] Move casting calls from methods to function callsTres Popp16-85/+86
2023-05-26[NFC][Py Reformat] Reformat python files in mlir subdirTobias Hieta4-33/+35
2023-05-25Revert "[MLIR] Add native Bytecode support for properties"Mehdi Amini1-1/+0
2023-05-25[MLIR] Add native Bytecode support for propertiesMehdi Amini1-0/+1
2023-05-17Revert "Reland "[CMake] Bumps minimum version to 3.20.0.""Nico Weber1-1/+1
2023-05-13Reland "[CMake] Bumps minimum version to 3.20.0."Mark de Wever1-1/+1