summaryrefslogtreecommitdiffstats
path: root/mlir/lib/Target/LLVMIR
Commit message (Expand)AuthorAgeFilesLines
* [mlir] Fix translation of splat constants to LLVM IRAlex Zinenko2020-01-141-1/+8
* [mlir] NFC: Remove Value::operator* and Value::operator-> now that Value is p...River Riddle2020-01-112-3/+3
* [mlir] Fix -Wrange-loo-analysis warningsFangrui Song2020-01-011-1/+1
* [mlir] Floating constants for import-llvmAlex Zinenko2019-12-271-0/+6
* NFC: Replace ValuePtr with Value and remove it now that Value is value-typed.River Riddle2019-12-232-23/+23
* Adjust License.txt file to use the LLVM licenseMehdi Amini2019-12-235-65/+20
* NFC: Introduce new ValuePtr/ValueRef typedefs to simplify the transition to V...River Riddle2019-12-222-24/+24
* Detemplatize ModuleTranslation::lookupValuesAlex Zinenko2019-12-191-0/+10
* NFC: Remove forbidden include of <iostream>River Riddle2019-12-181-2/+0
* NFC: Cleanup non-conforming usages of namespaces.River Riddle2019-12-183-25/+22
* NFC: Remove unnecessary 'llvm::' prefix from uses of llvm symbols declared in...River Riddle2019-12-184-23/+21
* Move function template definition to the header file. NFCAlex Zinenko2019-12-181-11/+0
* Integrate from upstream at revision e4fce659a759.MLIR Team2019-12-172-0/+2
* Remove LLVM dependency on mlir::Module and instead check Traits.Tres Popp2019-12-163-14/+17
* Automated rollback of commit f68ac464d818629e0fe10c23b44ac782d64a12d2Christian Sigg2019-12-121-5/+5
* Switch from shfl.bfly to shfl.down.Christian Sigg2019-12-121-5/+5
* Introduce Linkage attribute to the LLVM dialectAlex Zinenko2019-12-022-6/+71
* Add support for nested symbol references.River Riddle2019-11-111-2/+2
* mlir-translate: support -verify-diagnosticsAlex Zinenko2019-11-071-8/+8
* [llvm] Allow GlobalOp to take a region for complex initializersJames Molloy2019-11-052-19/+37
* [llvm] Add initial import of LLVM modules to mlir-translateJames Molloy2019-11-051-0/+593
* Get active source lane predicate from shuffle instruction.Christian Sigg2019-10-191-0/+11
* Translation to LLVM: check the validity of module-level OpsAlex Zinenko2019-10-101-0/+8
* Use llvm.func to define functions with wrapped LLVM IR function typeAlex Zinenko2019-10-103-51/+15
* [ROCm] Fix the return type for the device function calls from i32 to i64.Deven Desai2019-10-081-1/+1
* Fix typos, NFC.Christian Sigg2019-10-041-1/+1
* [ROCm] Adding ROCDL Dialect.Deven Desai2019-09-271-0/+119
* Make GlobalOp's value attribute optional.Christian Sigg2019-09-211-2/+4
* Add address space attribute to LLVMIR's GlobalOp.MLIR Team2019-09-191-3/+6
* Change MLIR translation functions signatureLei Zhang2019-09-172-22/+4
* Add support for array-typed constants.MLIR Team2019-09-041-9/+21
* LLVM dialect: prefix auxiliary operations with "mlir."Alex Zinenko2019-09-031-1/+2
* Add 3 additional intrinsic ops to NVVM dialect, in preparation to implement b...MLIR Team2019-08-271-3/+4
* Add iterator support to ElementsAttr and SparseElementsAttr.River Riddle2019-08-221-2/+2
* Automated rollback of commit b9dc2e481818315f2f0d87455349f497f6118a4cRiver Riddle2019-08-211-2/+2
* Add iterator support to ElementsAttr and SparseElementsAttr.River Riddle2019-08-211-2/+2
* NFC: Move LLVMIR, SDBM, and StandardOps to the Dialect/ directory.River Riddle2019-08-192-4/+4
* Use unreachable post switch rather than default case.Jacques Pienaar2019-08-121-4/+2
* LLVM dialect: introduce llvm.addressof to access globalsAlex Zinenko2019-08-121-9/+23
* Translation to LLVM IR: use LogicalResult instead of boolAlex Zinenko2019-08-092-32/+28
* LLVM dialect and translation: support global stringsAlex Zinenko2019-08-091-0/+11
* Translation to LLVM: support llvm.globalAlex Zinenko2019-08-091-0/+10
* Add support for floating-point comparison 'fcmp' to the LLVM dialect.Nagy Mostafa2019-08-081-0/+39
* Move GPU dialect to {lib,include/mlir}/DialectAlex Zinenko2019-07-251-1/+1
* Decouple LLVM dialect from Standard dialectAlex Zinenko2019-07-161-12/+11
* Rename FunctionAttr to SymbolRefAttr.River Riddle2019-07-121-2/+2
* NFC: Rename Module to ModuleOp.River Riddle2019-07-103-6/+7
* NFC: Rename Function to FuncOp.River Riddle2019-07-102-6/+6
* NFC: Remove `Module::getFunctions` in favor of a general `getOps<T>`.River Riddle2019-07-082-3/+3
* Make TranslateFromMLIRFunction type return LogicalResult instead of boolAlex Zinenko2019-07-042-8/+8
OpenPOWER on IntegriCloud