summaryrefslogtreecommitdiff
path: root/mlir/examples
Commit message (Expand)AuthorAgeFilesLines
* [mlir][NFC] Replace references to Identifier with StringAttrRiver Riddle2021-11-166-6/+6
* Re-apply "[mlir] Allow out-of-tree python building from installed MLIR."Stella Laurenzo2021-11-1411-3/+158
* Revert "[mlir] Allow out-of-tree python building from installed MLIR."Mehdi Amini2021-11-1211-155/+3
* [mlir] Allow out-of-tree python building from installed MLIR.Stella Laurenzo2021-11-1111-3/+155
* [mlir:DialectConversion] Restructure how argument/target materializations get...River Riddle2021-10-273-11/+84
* [MLIR][arith] fix references to std.constant in commentsMogball2021-10-141-1/+1
* [mlir] Ability to build CAPI dylibs from out of tree projects against install...Stella Laurenzo2021-10-1310-0/+110
* [MLIR] Replace std ops with arith dialect opsMogball2021-10-138-33/+54
* [mlir] Add value_begin/value_end methods to DenseElementsAttrRiver Riddle2021-09-213-3/+3
* Change ASM Op printer to print the operation name in the framework instead of...Mehdi Amini2021-08-316-12/+12
* [Builder] Eliminate the StringRef/StringAttr forms of getSymbolRefAttr.Chris Lattner2021-08-307-7/+13
* [mlir] factor memref-to-llvm lowering out of std-to-llvmAlex Zinenko2021-07-094-0/+12
* [mlir] Generare .cpp.inc files for dialects.Stella Laurenzo2021-06-2913-0/+20
* [MLIR][NFC] Rename MemRefDataFlow -> AffineScalarReplacementUday Bondhugula2021-06-143-3/+6
* Add a helper function to convert LogicalResult to int for return from mainThomas Köppe2021-05-191-1/+1
* [mlir] Support alignment in LLVM dialect GlobalOpDumitru Potop2021-05-122-2/+4
* Change add_mlir_doc CMake macro to take the tablegen command as last argument...Mehdi Amini2021-04-151-2/+2
* Define a `NoTerminator` traits that allows operations with a single block reg...Mehdi Amini2021-03-252-2/+2
* [PatternMatch] Big mechanical rename OwningRewritePatternList -> RewritePatte...Chris Lattner2021-03-2210-38/+38
* Update examples post OwningRewritePatternList changeJacques Pienaar2021-03-215-9/+9
* [mlir][Toy] Update the tutorial to use tablegen for dialect declarationsRiver Riddle2021-03-1719-141/+51
* [MLIR] Create memref dialect and move dialect-specific ops from std.Julian Gross2021-03-155-29/+39
* [mlir][StorageUniquer] Properly call the destructor on non-trivially destruct...River Riddle2021-03-111-27/+27
* Forward the `LLVM_ENABLE_LIBCXX` CMake parameter to the mlir standalone testMehdi Amini2021-03-081-0/+1
* [mlir] ODS: change OpBuilderDAG to OpBuilderAlex Zinenko2021-03-046-43/+43
* [mlir] make implementations of translation to LLVM IR interfaces privateAlex Zinenko2021-03-044-4/+6
* Fix use of deprecated APIDavid Blaikie2021-03-031-1/+1
* [mlir] Use mlir::OpState::operator->() to get to Operation::getAttrs().Christian Sigg2021-03-023-3/+3
* [mlir] Simplify various pieces of code now that Identifier has access to the ...River Riddle2021-02-266-6/+6
* [mlir] Mark OpState::getAttrs() deprecated.Christian Sigg2021-02-252-2/+2
* Revert "Revert "Fix MLIR Toy tutorial JIT example and add a test to cover it""Mehdi Amini2021-02-192-2/+2
* Revert "Fix MLIR Toy tutorial JIT example and add a test to cover it"Stella Stamenova2021-02-192-2/+2
* Fix MLIR Toy tutorial JIT example and add a test to cover itMehdi Amini2021-02-192-2/+2
* Revert "[MLIR] Create memref dialect and move several dialect-specific ops fr...Alexander Belyaev2021-02-183-21/+15
* [MLIR] Create memref dialect and move several dialect-specific ops from std.Julian Gross2021-02-183-15/+21
* [mlir] Simplify ModuleTranslation for LLVM IRAlex Zinenko2021-02-162-0/+2
* [mlir] Use the interface-based translation for LLVM "intrinsic" dialectsAlex Zinenko2021-02-151-3/+0
* [mlir] Introduce dialect interfaces for translation to LLVM IRAlex Zinenko2021-02-122-0/+14
* Support multi-configuration generators correctly in several config filesStella Stamenova2021-02-111-1/+2
* Revert "Revert "Reorder MLIRContext location in BuiltinAttributes.h""Tres Popp2021-02-082-4/+4
* Revert "Reorder MLIRContext location in BuiltinAttributes.h"Tres Popp2021-02-082-4/+4
* Reorder MLIRContext location in BuiltinAttributes.hTres Popp2021-02-082-4/+4
* [mlir][Python] Roll up of python API fixes.Stella Laurenzo2021-01-242-85/+0
* [mlir] Add an interface for Cast-Like operationsRiver Riddle2021-01-2020-60/+112
* [mlir][python] Swap shape and element_type order for MemRefType.Stella Laurenzo2021-01-191-5/+3
* [mlir][python] Add facility for extending generated python ODS.Stella Laurenzo2021-01-192-38/+52
* [mlir][python] Factor out standalone OpView._ods_build_default class method.Stella Laurenzo2021-01-191-0/+73
* [CMake] Remove dead code setting policies to NEWRaul Tambre2021-01-191-14/+2
* [mlir] replace LLVMIntegerType with built-in integer typeAlex Zinenko2021-01-072-14/+10
* [NFC] Fix -Wrange-loop-analysis warnings.Dan Zheng2021-01-057-18/+18