summaryrefslogtreecommitdiff
path: root/mlir/test/mlir-opt
AgeCommit message (Expand)Author
2025-06-20[MLIR] Print more user-friendly error message when generating local reproduce...Artemiy Bulavin
2025-04-08[MLIR][mlir-opt] move action debugger hook flag (#134842)Christopher McGirr
2024-03-22[mlir] Extend split marker tests of `mlir-opt` and `mlir-pdll`. (#85620)Ingo Müller
2024-03-14[mlir] Fix RUN command introduced in 516ccce7fa (#84765) (NFC)Ingo Müller
2024-03-14[mlir] Make the split markers of splitAndProcessBuffer configurable. (#84765)Ingo Müller
2023-07-26[mlir][Linalg] NFC - Retire LinalgToLLVM passNicolas Vasilache
2023-06-14[mlir][ArmSME] Dialect and Intrinsic Op DefinitionFrank (Fang) Gao
2023-04-26Make debug counters available in non-assert builds as wellMehdi Amini
2023-04-25[mlir] ActionTracing: require ASSERTS for debugcounter testEmilio Cota
2023-04-24Add user doc on the website for the Action frameworkMehdi Amini
2023-04-04[mlir] Introduce IRDL dialectMathieu Fehr
2023-04-03Revert "[mlir] Introduce IRDL dialect"Mehdi Amini
2023-04-03[mlir] Introduce IRDL dialectMathieu Fehr
2023-03-08Make mlir-opt --show-dialects option print on a single lineMehdi Amini
2023-03-06[mlir-opt] Fix dialect preload after fb1bb6aGoran Flegar
2023-01-27[mlir][Conversion] Rename the MemRefToLLVM passQuentin Colombet
2022-11-08[mlir-opt] Add '-p' as an alias for '-pass-pipeline'rkayaith
2022-11-03[mlir][Pass] Include anchor op in -pass-pipelinerkayaith
2022-10-21[mlir][index] Add boilerplate for the `index` dialectJeff Niu
2022-09-26[mlir][spirv] Change dialect name from 'spv' to 'spirv'Jakub Kuderski
2022-09-19[mlir] Add Dynamic DialectsMathieu Fehr
2022-06-14[Coroutines] Convert coroutine.presplit to enum attrChuanqi Xu
2022-05-10[MLIR][AMDGPU] Add AMDGPU dialect, wrappers around raw buffer intrinsicsKrzysztof Drewniak
2022-05-05[mlir] Fix the names of exported functionsStella Stamenova
2022-04-20[mlir][NFC] Update remaining textual references of un-namespaced `func` opera...River Riddle
2022-04-20[mlir][NFC] Update textual references of `func` to `func.func` in tool/runner...River Riddle
2022-04-14[mlir][nvgpu] Add NVGPU dialect (architectural specific gpu dialect)Thomas Raoux
2022-04-14[mlir] Introduce Transform dialectAlex Zinenko
2022-04-13[mlir] Introduce ml_program dialect.Stella Laurenzo
2022-03-16[mlir] Move the Builtin FuncOp to the Func dialectRiver Riddle
2022-03-14[mlir][linalg] Replace linalg.fill by OpDSL variant.gysit
2022-03-08[mlir] Update FuncOp conversion passes to Pass/InterfacePass<FunctionOpInterf...River Riddle
2022-03-07[mlir][NFC] Rename StandardToLLVM to FuncToLLVMRiver Riddle
2022-03-01[mlir] Rename the Standard dialect to the Func dialectRiver Riddle
2022-02-06[mlir] Split out a new ControlFlow dialect from StandardRiver Riddle
2022-01-05[Coroutines] Set presplit attribute in Clang and mlirChuanqi Xu
2021-12-12[mlir] Flag near misses in file splittingJacques Pienaar
2021-11-25[mlir] Move memref.[tensor_load|buffer_cast|clone] to "bufferization" dialect.Alexander Belyaev
2021-10-13[MLIR] Replace std ops with arith dialect opsMogball
2021-07-28[mlir] Set the namespace of the BuiltinDialect to 'builtin'River Riddle
2021-06-29[mlir] Remove SDBMAlex Zinenko
2021-06-19[mlir] Add EmitC dialectMarius Brehler
2021-05-03[mlir][sparse] fixed typo: sparse -> sparse_tensorAart Bik
2021-04-29[mlir][sparse] migrate sparse operations into new sparse tensor dialectAart Bik
2021-04-29Revert "[mlir][sparse] migrate sparse operations into new sparse tensor dialect"Mehdi Amini
2021-04-29[mlir][sparse] migrate sparse operations into new sparse tensor dialectAart Bik
2021-04-16[mlir][ArmSVE] Cleanup dialect registrationJavier Setoain
2021-04-12[mlir] Rename AVX512 dialect to X86VectorEmilio Cota
2021-03-15[mlir][amx] Add Intel AMX dialect (architectural-specific vector dialect)Aart Bik
2021-03-15[MLIR] Create memref dialect and move dialect-specific ops from std.Julian Gross