summaryrefslogtreecommitdiff
path: root/mlir/docs
AgeCommit message (Expand)Author
2025-07-14[mlir][transform] Fix transform dialect tutorial chapter 1 (#147983)lonely eagle
2025-07-07[MLIR][Linalg] Remove elemwise_unary and elemwise_binary (#147082)Renato Golin
2025-07-04[mlir][docs][python] Fix up testing docs (#147092)Jakub Kuderski
2025-06-24[mlir] Allow using non-attribute properties in declarative rewrite patterns (...Krzysztof Drewniak
2025-06-17[mlir][vector] Add documentation note on adding new ops (#144308)Andrzej WarzyƄski
2025-06-16[MLIR][ODS] Optionally generate public C++ functions for attribute constraint...Henrich Lauko
2025-05-30[mlir][NFC] Make Property a subclass of PropConstraint (#140848)Krzysztof Drewniak
2025-05-30[mlir][Value] Add getNumUses, hasNUses, and hasNUsesOrMore to Value (#142084)Michael Maitland
2025-05-24[mlir][docs] Fix a typoMichael Liao
2025-05-23[mlir][docs] Fix typo in PassManagement.md (NFC) (#140891)csstormq
2025-05-22[mlir] Explain required attrs for CallOpInterface in Toy (NFC) (#141018)Joshua James Venter
2025-05-21[MLIR][Doc] Add documentation for OpAsmAttr/TypeInterface (#140244)Hongren Zheng
2025-05-14[mlir][bufferization][NFC] Rename to_memref to to_buffer (#137180)Andrei Golubev
2025-05-13[mlir][NFC] Fix the MLIR example format to conform to SSA form.yanming
2025-05-13[mlir][docs] Add quant dialect pass doc into Passes.md (NFC) (#139363)Kohei Yamaguchi
2025-05-10[MLIR][TableGen] Add genMnemonicAlias field for OpAsm{Type,Attr}Interface (#1...Hongren Zheng
2025-05-08[mlir][Transforms][NFC] Rename `MaterializationCallbackFn` (#138814)Matthias Springer
2025-04-30[mlir][spirv] Allow yielding values from loop regions (#135344)Igor Wodiany
2025-04-30[mlir][tblgen] Add custom parsing and printing within struct (#133939)Jorn Tuyls
2025-04-25[Documentation] Always use SVG for dot-generated doxygen images. (#136843)cor3ntin
2025-04-15[MLIR] Documentation updates and typo fixes (#125273)Timothy Hoffman
2025-04-14[mlir] Remove deprecated cast member functions (#135556)Jakub Kuderski
2025-04-13[mlir] Improve EnumProp, making it take an EnumInfo (#132349)Krzysztof Drewniak
2025-04-10[mlir][LLVM] Delete `getFixedVectorType` and `getScalableVectorType` (#135051)Matthias Springer
2025-04-09[mlir][LLVM] Delete `getVectorElementType` (#134981)Matthias Springer
2025-04-08[mlir][LLVM] Delete `LLVMFixedVectorType` and `LLVMScalableVectorType` (#133286)Matthias Springer
2025-04-04[mlir][tosa] Update URLs to TOSA specification (#134449)Jerry-Ge
2025-04-02[mlir][spirv] Allow yielding values from selection regions (#133702)Igor Wodiany
2025-03-27[mlir] Decouple enum generation from attributes, adding EnumInfo and EnumCase...Krzysztof Drewniak
2025-03-13[MLIR][OpenMP] Minor improvements to BlockArgOpenMPOpInterface, NFC (#130789)Sergio Afonso
2025-03-12[MLIR][OpenMP] Enable BlockArgOpenMPOpInterface accessing operands (#130769)Sergio Afonso
2025-03-08Re-land "[mlir][ODS] Add a generated builder that takes the Properties struct...Krzysztof Drewniak
2025-03-07[mlir][IR] Deprecate `match` and `rewrite` functions (#130031)Matthias Springer
2025-03-06Revert "[mlir][ODS] Add a generated builder that takes the Properties struct"...Benjamin Chetioui
2025-03-06[mlir][docs] Add docs on canonicalizers being folders or patterns (#129517)Kunwar Grover
2025-03-06[mlir][IR] Move `match` and `rewrite` functions into separate class (#129861)Matthias Springer
2025-03-05[mlir][ODS] Add a generated builder that takes the Properties struct (#124713)Krzysztof Drewniak
2025-03-04[mlir][linalg] Fix linalg.pack/unpack docs (#129559)Adam Siemieniuk
2025-02-20[mlir][python] fix linalg.pack/unpack (#127729)Maksim Levental
2025-02-17[mlir] Update docs for Greedy Pattern Rewrite Driver(NFC) (#126701)Longsheng Mou
2025-02-17[MLIR][Doc] Update the pass infra doc to advise against `let constructor = ` ...Mehdi Amini
2025-02-13[mlir][bufferization] Remove `buffer-deallocation` pass (#126366)Matthias Springer
2025-02-04[mlir][doc][tutorials] Remove docs and code discrepancies (#125422)AidinT
2025-02-03[mlir] share argument attributes interface between calls and callables (#123176)jeanPerier
2025-01-29Fix typo "tranpose" (#124929)Jay Foad
2025-01-24[mlir] Rename mlir-cpu-runner to mlir-runner (#123776)Andrea Faulds
2025-01-23[mlir][docs] Add usage/example of OpAsmOpInterface (#123610)Hongren Zheng
2025-01-17[mlir][affine]introducing new symbol rules that the result of a `Pure` operat...lonely eagle
2025-01-17EmitC: Allow arrays of size zero (#123292)Matthias Gehre
2025-01-14[MLIR][OpenMP] Add host_eval clause to omp.target (#116049)Sergio Afonso