summaryrefslogtreecommitdiffstats
path: root/mlir/test
Commit message (Expand)AuthorAgeFilesLines
...
* Adjust License.txt file to use the LLVM licenseMehdi Amini2019-12-2331-403/+124
* NFC: Introduce new ValuePtr/ValueRef typedefs to simplify the transition to V...River Riddle2019-12-2211-50/+51
* Add integer bit-shift operations to the standard dialect.Manuel Freiberger2019-12-2214-135/+199
* [VectorOps] unify vector dialect "subscripts"Aart Bik2019-12-203-61/+61
* [VectorOps] remove redundant returns from invalid ops testAart Bik2019-12-201-27/+0
* fix isValidDim for block arg caseUday Bondhugula2019-12-202-4/+16
* Add gpu.shuffle op.Christian Sigg2019-12-204-0/+76
* Allow dialect to create friendly names for region argumentsFrank Laub2019-12-192-0/+26
* Unique trait list during ODS Operator trait constructionJacques Pienaar2019-12-191-1/+3
* [VectorOps] Update vector transfer_read/write ops to operatate on memrefs wit...Andy Davis2019-12-192-4/+45
* [VectorOps] Add vector ReshapeOp to the VectorOps dialect.Andy Davis2019-12-192-0/+77
* [VectorOps] minor cleanup: vector dialect "subscripts" are i32Aart Bik2019-12-193-20/+20
* Add runtime utils support for print_memref_i8Nicolas Vasilache2019-12-183-15/+50
* [VectorOps] Replace iostream with stdio in support lib for vector.printAart Bik2019-12-181-6/+8
* Added LLVM ops and lowering phases from standard dialect for FAbs, FCeil, Cos...Marcel Koester2019-12-181-0/+42
* [VectorOps] Add vector.print definition, with lowering supportAart Bik2019-12-185-0/+72
* Add support for providing a default implementation for an interface method.River Riddle2019-12-181-2/+1
* Introduce prefetch op: affine -> std -> llvm intrinsicUday Bondhugula2019-12-188-11/+139
* Harden the requirements to memory attribution types in gpu.funcAlex Zinenko2019-12-182-5/+38
* Add pattern rewrite which splits a vector TransferWriteOp into slices accordi...Andy Davis2019-12-171-10/+21
* Add missing virtual inliner interface method in SPIR-V dialect.Mahesh Ravishankar2019-12-171-0/+45
* Add pattern rewrite to forward vector tuple elements to their users.Andy Davis2019-12-171-13/+4
* Add pattern rewrite which splits a vector TransferReadOp into slices accordin...Andy Davis2019-12-171-5/+12
* Update vector op unrolling transformation to generate ExtractSlicesOp and Ins...Andy Davis2019-12-171-151/+144
* Add atomic operations to SPIR-V dialect.Mahesh Ravishankar2019-12-162-2/+155
* [spirv] Re-enable nested loop (de)serialization testLei Zhang2019-12-161-98/+99
* Add edsc::ops for pointwise, conv and dilated_convNicolas Vasilache2019-12-161-2/+111
* Add InsertSlicesOp to the VectorOps dialect.Andy Davis2019-12-162-0/+43
* Plug gpu.func into the GPU lowering pipelinesAlex Zinenko2019-12-169-37/+37
* [Linalg] Expose subview promotion as a declarative patternJose Ignacio Gomez2019-12-162-1/+57
* [VectorOps] Add [insert/extract]element definition together with lowering to ...Aart Bik2019-12-163-1/+63
* Adds ExtractSlicesOp to the VectorOps dialect.Andy Davis2019-12-162-0/+68
* Make memref promotion during std->LLVM lowering the default calling conventionAlex Zinenko2019-12-161-0/+8
* Apply a level of sugaring to the linalg.generic EDSC - NFCNicolas Vasilache2019-12-131-18/+1
* Skip generating C++ for "DeclareOpInterfaceMethods" in op interface gen.Jing Pu2019-12-131-0/+34
* Add a layer of EDSC for linalg.GenericOpNicolas Vasilache2019-12-133-25/+48
* Try to fold operations in DialectConversion when trying to legalize.River Riddle2019-12-134-41/+34
* Fix logic on when to emit collective type but separate arg builderJacques Pienaar2019-12-122-15/+7
* [VectorOps] Add lowering of vector.shuffle to LLVM IRAart Bik2019-12-121-165/+215
* Add type inference variant for separate params builder generatedJacques Pienaar2019-12-121-2/+3
* Retire !linalg.buffer type - NFCNicolas Vasilache2019-12-121-1/+1
* [Linalg] Add test for fusion of GenericOp with IndexedGenericOp.Alexander Belyaev2019-12-121-1/+56
* Added lowering of `std.tanh` to llvm function call to `tanh` and `tanhf`.Ehsan Toosi2019-12-121-1/+23
* Move cpu runner utils templates to .hNicolas Vasilache2019-12-123-159/+175
* Automated rollback of commit f68ac464d818629e0fe10c23b44ac782d64a12d2Christian Sigg2019-12-124-21/+21
* Switch from shfl.bfly to shfl.down.Christian Sigg2019-12-124-21/+21
* Add std.log* and llvm.intr.log* that correspond to the LLVMIR intrinsicsNicolas Vasilache2019-12-111-0/+33
* Add missing CMake dependency for MLIRTestIR.Mahesh Ravishankar2019-12-111-0/+3
* [spirv] Add lowering for std.fdiv, std.frem, std.fsubDenis Khalikov2019-12-111-0/+28
* Continue refactoring StructuredOps utilitiesNicolas Vasilache2019-12-119-54/+102
OpenPOWER on IntegriCloud