summaryrefslogtreecommitdiff
path: root/mlir/examples
Commit message (Expand)AuthorAgeFilesLines
* Revert "Reland "[CMake] Bumps minimum version to 3.20.0.""Nico Weber2023-05-171-1/+1
* Reland "[CMake] Bumps minimum version to 3.20.0."Mark de Wever2023-05-131-1/+1
* [mlir] Move casting method calls to function callsTres Popp2023-05-126-6/+6
* [mlir][CallOpInterface] Add `setCalleeFromCallable` methodWhitney Tsang2023-05-084-0/+24
* Revert "Reland "[CMake] Bumps minimum version to 3.20.0.""Mark de Wever2023-05-061-1/+1
* Reland "[CMake] Bumps minimum version to 3.20.0."Mark de Wever2023-05-061-1/+1
* [mlir][Affine][NFC] Wrap dialect in "affine" namespaceMatthias Springer2023-04-206-36/+45
* [MLIR] Patch StandalonePlugin CMake for MacOSmax2023-04-177-22/+21
* Revert "Revert "Revert "[CMake] Bumps minimum version to 3.20.0."""Mark de Wever2023-04-151-1/+1
* Revert "Revert "[CMake] Bumps minimum version to 3.20.0.""Mark de Wever2023-04-151-1/+1
* Implement Pass and Dialect plugins for mlir-optFabian Mora2023-04-0612-0/+205
* Revert "Implement Pass and Dialect plugins for mlir-opt"Mehdi Amini2023-04-0612-205/+0
* Implement Pass and Dialect plugins for mlir-optMehdi Amini2023-04-0612-0/+205
* Revert "Implement Pass and Dialect plugins for mlir-opt"Jacques Pienaar2023-04-0612-204/+0
* Implement Pass and Dialect plugins for mlir-optFabian Mora2023-04-0612-0/+204
* [mlir] Use RankedTensorType when rank is requiredMatthias Springer2023-04-069-21/+18
* [mlir] Fix ignoring return value warning for Toy CLIsKai Sasaki2023-04-035-5/+10
* [mlir][flang] Fix -Wunused-result after D146785 (NFC)Jie Fu2023-04-025-5/+5
* [mlir-cpu-runner] Add support for `-mattr` and `-march` flagsAndrzej Warzynski2023-03-312-2/+30
* [mlir] Argument and result attribute handling during inlining.Tobias Gysi2023-03-224-0/+48
* [mlir] Support lowering of dialect attributes attached to top-level modulesSergio Afonso2023-03-214-0/+8
* Revert "Reland "[CMake] Bumps minimum version to 3.20.0.""Mark de Wever2023-03-181-1/+1
* Reland "[CMake] Bumps minimum version to 3.20.0."Mark de Wever2023-03-181-1/+1
* Make mlir-opt --show-dialects option print on a single lineMehdi Amini2023-03-081-1/+1
* Revert "[CMake] Bumps minimum version to 3.20.0."Mark de Wever2023-03-041-1/+1
* [CMake] Bumps minimum version to 3.20.0.Mark de Wever2023-03-041-1/+1
* [mlir][standalone] Enable to build as LLVM external projectMarius Brehler2023-03-013-20/+45
* [mlir][standalone] Extend sample with custom typeMarius Brehler2023-02-178-1/+87
* Add a pass that builds a debug info scope for LLVMFuncOp (adding a DISubprogr...Mehdi Amini2023-02-142-0/+12
* [mlir] Switch default Fold API to using FoldAdaptorsMarkus Böck2023-02-077-7/+0
* [mlir] Require explicit casts when using TypedValueRahul Kayaith2023-02-014-13/+15
* [mlir][nfc] Migrate standalone to new fold APIMarius Brehler2023-01-301-0/+2
* [mlir][Conversion] Rename the MemRefToLLVM passQuentin Colombet2023-01-272-2/+2
* [mlir][Pass] Make PassManager default to op-agnosticrkayaith2023-01-255-5/+5
* Fix running MLIR tests when enabling examples but the native backends isn't c...Mehdi Amini2023-01-242-0/+11
* [mlir] Make FunctionOpInterface inherit SymbolOpInterfaceRiver Riddle2023-01-186-6/+6
* [mlir][NFC] Set `useFoldAPI` to `kEmitRawAttributesFolder` value for some dia...Markus Böck2023-01-165-0/+5
* [mlir] Remove remaining uses of llvm::Optional (NFC)Kazu Hirata2023-01-147-7/+0
* [mlir] Use std::optional instead of llvm::Optional (NFC)Kazu Hirata2023-01-1415-30/+30
* [mlir] Add #include <optional> (NFC)Kazu Hirata2023-01-1315-0/+15
* [mlir] Add operations to BlockAndValueMapping and rename it to IRMappingJeff Niu2023-01-124-16/+8
* [mlir] Add a new fold API using Generic AdaptorsMarkus Böck2023-01-112-8/+6
* Move from llvm::makeArrayRef to ArrayRef deduction guides - last partserge-sans-paille2023-01-109-28/+22
* [mlir] llvm::Optional::value() && => operator*/operator->Fangrui Song2022-12-176-6/+6
* [mlir] FunctionOpInterface: turn required attributes into interface methods (...Jeff Niu2022-12-1012-24/+54
* Revert "[mlir] FunctionOpInterface: make get/setFunctionType interface methods"David Spickett2022-12-096-18/+6
* Revert "[mlir] FunctionOpInterface: arg and result attrs dispatch to interface"David Spickett2022-12-0912-36/+18
* [mlir] Fix examples buildJeff Niu2022-12-086-6/+12
* [mlir] FunctionOpInterface: arg and result attrs dispatch to interfaceJeff Niu2022-12-0812-18/+36
* [mlir] FunctionOpInterface: make get/setFunctionType interface methodsJeff Niu2022-12-086-6/+12