summaryrefslogtreecommitdiffstats
path: root/mlir/test/Target
Commit message (Expand)AuthorAgeFilesLines
* [mlir] Fix translation of splat constants to LLVM IRAlex Zinenko2020-01-141-0/+28
* [mlir] Floating constants for import-llvmAlex Zinenko2019-12-271-0/+29
* Add integer bit-shift operations to the standard dialect.Manuel Freiberger2019-12-221-0/+6
* Added LLVM ops and lowering phases from standard dialect for FAbs, FCeil, Cos...Marcel Koester2019-12-181-0/+42
* Introduce prefetch op: affine -> std -> llvm intrinsicUday Bondhugula2019-12-181-2/+8
* Automated rollback of commit f68ac464d818629e0fe10c23b44ac782d64a12d2Christian Sigg2019-12-121-8/+8
* Switch from shfl.bfly to shfl.down.Christian Sigg2019-12-121-8/+8
* Add std.log* and llvm.intr.log* that correspond to the LLVMIR intrinsicsNicolas Vasilache2019-12-111-0/+33
* Introduce Linkage attribute to the LLVM dialectAlex Zinenko2019-12-022-15/+70
* Allow LLVM::ExtractElementOp to have non-i32 indices.MLIR Team2019-11-251-4/+13
* mlir-translate: support -verify-diagnosticsAlex Zinenko2019-11-071-0/+6
* Add support for the LLVM FNeg instructionEric Schweitz2019-11-061-0/+3
* [llvm] Allow GlobalOp to take a region for complex initializersJames Molloy2019-11-052-0/+17
* [llvm] Add initial import of LLVM modules to mlir-translateJames Molloy2019-11-051-0/+146
* [NVVM] Add mma.sync operation.MLIR Team2019-11-041-0/+9
* [mlir][llvm] Add missing cast opsJames Molloy2019-11-011-0/+19
* Get active source lane predicate from shuffle instruction.Christian Sigg2019-10-191-0/+10
* LLVM Dialect: introduce llvm.mlir.null operationAlex Zinenko2019-10-111-0/+8
* Use llvm.func to define functions with wrapped LLVM IR function typeAlex Zinenko2019-10-104-56/+57
* Add exp operation to LLVMOPs.td.Alexander Belyaev2019-10-091-3/+13
* [ROCm] Fix the return type for the device function calls from i32 to i64.Deven Desai2019-10-081-12/+12
* Add integer shift ops to LLVM dialect.Christian Sigg2019-09-301-0/+6
* [ROCm] Adding ROCDL Dialect.Deven Desai2019-09-271-0/+35
* Add integer sign- and zero-extension and truncation to standard.Manuel Freiberger2019-09-211-0/+10
* Make GlobalOp's value attribute optional.Christian Sigg2019-09-211-0/+3
* Add address space attribute to LLVMIR's GlobalOp.MLIR Team2019-09-191-0/+3
* Add warpsize and laneid intrinsics to NVVM dialect.MLIR Team2019-09-091-0/+4
* Add support for array-typed constants.MLIR Team2019-09-041-2/+8
* LLVM dialect: prefix auxiliary operations with "mlir."Alex Zinenko2019-09-031-85/+85
* Add 3 additional intrinsic ops to NVVM dialect, in preparation to implement b...MLIR Team2019-08-271-12/+34
* Add FPToSI/FPExt/FPTrunc cast ops to the LLVM dialect.Eric Schweitz2019-08-261-0/+10
* Add iterator support to ElementsAttr and SparseElementsAttr.River Riddle2019-08-221-1/+8
* Automated rollback of commit b9dc2e481818315f2f0d87455349f497f6118a4cRiver Riddle2019-08-211-8/+1
* Add iterator support to ElementsAttr and SparseElementsAttr.River Riddle2019-08-211-1/+8
* LLVM dialect: prefix operations that correspond to intrinsics with "intr."Alex Zinenko2019-08-201-2/+2
* Add alignment support for llvm.allocaNicolas Vasilache2019-08-181-0/+10
* LLVM dialect: introduce fmuladd intrinsic as operationAlex Zinenko2019-08-131-0/+15
* LLVM dialect: introduce llvm.addressof to access globalsAlex Zinenko2019-08-121-0/+17
* LLVM dialect and translation: support global stringsAlex Zinenko2019-08-091-0/+3
* Translation to LLVM: support llvm.globalAlex Zinenko2019-08-091-0/+9
* Add support for vector ops in the LLVM dialectNicolas Vasilache2019-08-091-0/+11
* Add support for floating-point comparison 'fcmp' to the LLVM dialect.Nagy Mostafa2019-08-081-0/+33
* Add the LLVM IR unreachable instruction to the LLVMIR dialect.Eric Schweitz2019-08-081-0/+4
* [mlir-translate] Fix test suite.Denis Khalikov2019-08-051-10/+10
* Change the attribute dictionary syntax to separate name and value with '='.River Riddle2019-06-251-2/+2
* Modify the syntax of the the ElementsAttrs to print the type as a colon type.River Riddle2019-06-251-1/+1
* NVVM target: emit nvvm.annotations for kernel functionsAlex Zinenko2019-06-251-1/+11
* Refactor SplatElementsAttr to inherit from DenseElementsAttr as opposed to be...River Riddle2019-06-191-1/+1
* Add support for llvm.constant with StringAttr as value.Stephan Herhut2019-06-011-0/+6
* Add LLVM::IntToPtrOp and LLVM::PtrToIntOp to LLVM dialect.Stephan Herhut2019-06-011-0/+9
OpenPOWER on IntegriCloud