summaryrefslogtreecommitdiffstats
path: root/mlir/lib/Target/LLVMIR/ConvertToNVVMIR.cpp
Commit message (Expand)AuthorAgeFilesLines
* Adjust License.txt file to use the LLVM licenseMehdi Amini2019-12-231-13/+4
* NFC: Cleanup non-conforming usages of namespaces.River Riddle2019-12-181-1/+1
* NFC: Remove unnecessary 'llvm::' prefix from uses of llvm symbols declared in...River Riddle2019-12-181-9/+8
* Integrate from upstream at revision e4fce659a759.MLIR Team2019-12-171-0/+1
* Remove LLVM dependency on mlir::Module and instead check Traits.Tres Popp2019-12-161-3/+4
* Automated rollback of commit f68ac464d818629e0fe10c23b44ac782d64a12d2Christian Sigg2019-12-121-5/+5
* Switch from shfl.bfly to shfl.down.Christian Sigg2019-12-121-5/+5
* Get active source lane predicate from shuffle instruction.Christian Sigg2019-10-191-0/+11
* Use llvm.func to define functions with wrapped LLVM IR function typeAlex Zinenko2019-10-101-3/+5
* Change MLIR translation functions signatureLei Zhang2019-09-171-11/+2
* Add 3 additional intrinsic ops to NVVM dialect, in preparation to implement b...MLIR Team2019-08-271-3/+4
* NFC: Move LLVMIR, SDBM, and StandardOps to the Dialect/ directory.River Riddle2019-08-191-2/+2
* Translation to LLVM IR: use LogicalResult instead of boolAlex Zinenko2019-08-091-2/+2
* Move GPU dialect to {lib,include/mlir}/DialectAlex Zinenko2019-07-251-1/+1
* NFC: Rename Module to ModuleOp.River Riddle2019-07-101-3/+4
* NFC: Rename Function to FuncOp.River Riddle2019-07-101-1/+1
* NFC: Remove `Module::getFunctions` in favor of a general `getOps<T>`.River Riddle2019-07-081-1/+1
* Make TranslateFromMLIRFunction type return LogicalResult instead of boolAlex Zinenko2019-07-041-4/+4
* Replace the implementation of Function and Module with FuncOp and ModuleOp.River Riddle2019-07-031-1/+1
* NFC: Refactor Module to be value typed.River Riddle2019-07-021-5/+4
* NFC: Refactor Function to be value typed.River Riddle2019-07-011-15/+16
* NVVM target: emit nvvm.annotations for kernel functionsAlex Zinenko2019-06-251-3/+27
* Fix translation of NVVM special registers to intrinsics.Stephan Herhut2019-06-011-3/+3
* Remove unnecessary C++ specifier in CPP files. NFC.Jacques Pienaar2019-05-201-1/+1
* Add transformation of the NVVM dialect to an LLVM module. Only handlesStephan Herhut2019-05-061-0/+84
OpenPOWER on IntegriCloud