summaryrefslogtreecommitdiffstats
path: root/mlir/lib/Conversion/GPUCommon
Commit message (Expand)AuthorAgeFilesLines
* [mlir] NFC: Remove Value::operator* and Value::operator-> now that Value is p...River Riddle2020-01-111-2/+2
* NFC: Replace ValuePtr with Value and remove it now that Value is value-typed.River Riddle2019-12-232-5/+5
* Adjust License.txt file to use the LLVM licenseMehdi Amini2019-12-232-26/+8
* NFC: Introduce new ValuePtr/ValueRef typedefs to simplify the transition to V...River Riddle2019-12-222-5/+5
* NFC: Remove unnecessary 'llvm::' prefix from uses of llvm symbols declared in...River Riddle2019-12-181-1/+1
* Add linkage support to LLVMFuncOpAlex Zinenko2019-12-031-1/+1
* Lookup function declaration in SymbolTable not ModuleOp.Alexander Belyaev2019-10-281-4/+2
* Fix include guards and add tests for OpToFuncCallLowering.Alexander Belyaev2019-10-261-6/+14
* Add custom lowering of ExpOp for NVVM and ROCM.Alexander Belyaev2019-10-241-0/+103
* Moving the GPUIndexIntrinsicOpLowering template to a common locationDeven Desai2019-10-041-0/+94
OpenPOWER on IntegriCloud