aboutsummaryrefslogtreecommitdiff
path: root/mlir/tools
AgeCommit message (Expand)AuthorFilesLines
2024-05-04[mlir][ODS][NFC] Deduplicate `ref` and `qualified` handling (#91080)Markus Böck4-78/+60
2024-05-02[mlir] remove test-tranfsorm-dialect-interpreter (#89931)Oleksandr "Alex" Zinenko1-2/+0
2024-04-24[mlir][ods] Allow sharding of op definitions (#89423)Jeff Niu5-36/+286
2024-04-15[mlir][scf] Uplift `scf.while` to `scf.for` (#76108)Ivan Butygin1-0/+2
2024-04-15[mlir][ODS] Make `prop-dict` behave closer to `attr-dict` (#88659)Markus Böck1-4/+114
2024-04-12[mlir][ods] Do not print default-valued properties when the value is equal to...Beal Wang1-1/+22
2024-04-08[mlir] Only inline if properties are used.Adrian Kuegel1-2/+2
2024-04-07[mlir] Add `convertInstruction` and `getSupportedInstructions` to `LLVMImport...Fabian Mora1-0/+2
2024-04-06[mlir][ods] Emit "trivial" ODS getter/setters inline (#87741)Jeff Niu1-41/+60
2024-04-05[mlir][OpFormatGen][NFC] Change Raw{Operands,Types} arrays to objects (#85631)Andrei Golubev1-11/+12
2024-04-04[mlir][ods] Fix attribute setter gen when properties are on (#87688)Jeff Niu1-13/+39
2024-04-04[mlir][linalg] Fix builder API usage in `RegionBuilderHelper` (#87451)Matthias Springer1-1/+1
2024-04-02[mlir][pass] Add composite pass utility (#87166)Ivan Butygin1-0/+2
2024-03-26[MLIR][LLVM] Add `llvm.experimental.constrained.fptrunc` operation (#86260)Victor Perez1-0/+4
2024-03-25[ODS][NFC] Cast range.size() to int32_t in accumulation (#85629)Andrei Golubev1-1/+1
2024-03-18[mlir][OpInterfacesGen][NFC] Add newline after traits declaration (#85633)Andrei Golubev1-1/+1
2024-03-17[mlir] Work around MSVC bugBenjamin Kramer1-2/+2
2024-03-14[mlir] Make the split markers of splitAndProcessBuffer configurable. (#84765)Ingo Müller1-6/+15
2024-03-13[mlir][ods] Fix generation of optional custom parsers (#84821)Jeff Niu2-5/+5
2024-03-08[mlir][ArmNeon] Implements LowerVectorToArmNeon Pattern for SMMLA (#81895)Kojo Acquah2-0/+3
2024-03-06[mlir][opt] Expose MLIR_ENABLE_DEPRECATED_GPU_SER... in mlir-config.h. (#84006)Ingo Müller2-9/+2
2024-03-06[mlir][drr] Add warning for simple case of mismatched variadic. (#84040)Jacques Pienaar1-0/+28
2024-03-05[mlir][irdl] Add support for basic structural constraints in tblgen-to-irdl (...Fehr Mathieu1-7/+41
2024-03-04[mlir][NFC] Apply rule of five to *Pass classes (#80998)Andrei Golubev1-0/+8
2024-02-29[MLIR][Affine] Add test pass for affine isContiguousAccess (#82923)Uday Bondhugula1-0/+2
2024-02-23[mlir][ArmSME] Add test-lower-to-arm-sme pipeline (#81732)Cullen Rhodes2-0/+3
2024-02-21[MLIR][Python] Use ir.Value directly instead of _SubClassValueT (#82341)Sergei Lebedev1-11/+7
2024-02-21[MLIR][Python] Use isinstance() instead of issubclass(type(...), ...) (#82345)Sergei Lebedev1-2/+2
2024-02-20Apply clang-tidy fixes for modernize-use-emplace in RewriterGen.cpp (NFC)Mehdi Amini1-1/+1
2024-02-20Apply clang-tidy fixes for llvm-prefer-isa-or-dyn-cast-in-conditionals in OpF...Mehdi Amini1-2/+2
2024-02-19[MLIR] Add ODS support for generating helpers for dialect (discardable) attri...Mehdi Amini1-4/+92
2024-02-16[MLIR] NFC: Change dyn_cast to isa to prevent warning (#81899)Kiran Chandramohan1-2/+1
2024-02-15[mlir][mesh] Add all-slice operation (#81218)Boian Petkantchin1-2/+2
2024-02-08[mlir] Add transformation to wrap scf::while in zero-trip-check (#81050)Jerry Wu1-0/+2
2024-02-07[MLIR][VCIX] Support VCIX intrinsics in LLVMIR dialect (#75875)Kolya Panchenko2-0/+3
2024-02-07[mlir-opt][nfc] Remove dead function declsCullen Rhodes1-3/+0
2024-01-25[llvm] Move CodeGenTypes library to its own directory (#79444)Nico Weber1-1/+1
2024-01-24[MLIR] Fix tblgen properties printing to filter them out of discardable attrs...arthurqiu1-3/+14
2024-01-18[MLIR][ODS] Check hasProperties when generating populateDefaultAttrs (#78525)Billy Zhu1-1/+1
2024-01-15[mlir] Reformat whitespace in dependent dialects codegen (#78090)mlevesquedion2-20/+30
2024-01-12[mlir][Interfaces] `DestinationStyleOpInterface`: Rename `hasTensor/BufferSem...Matthias Springer1-1/+1
2024-01-11[mlir][TilingInterface] Move TilingInterface tests to use transform dialect o...MaheshRavishankar1-2/+2
2024-01-10[mlir][mesh] Add lowering of process multi-index op (#77490)Boian Petkantchin1-0/+2
2024-01-09[mlir][mesh] Add folding of ClusterShapeOp (#77033)Boian Petkantchin1-1/+1
2024-01-05add prop-dict support for custom directive for mlir-tblgen (#77061)drazi1-3/+8
2024-01-05[MLIR] Support interrupting AffineExpr walks (#74792)Uday Bondhugula1-5/+7
2024-01-03[mlir] Add config for PDL (#69927)Jacques Pienaar3-13/+32
2024-01-04Revert "[mlir] Consider mlir-linalg-ods-gen as a tablegen tool in build (#750...Muhammad Omair Javaid1-14/+14
2024-01-03Revert "[mlir] Add config for PDL (#69927)"max3-15/+6
2024-01-03[mlir] Add config for PDL (#69927)Jacques Pienaar3-6/+15