summaryrefslogtreecommitdiffstats
path: root/mlir/lib/Conversion/GPUCommon/OpToFuncCallLowering.h
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-231-3/+3
* Adjust License.txt file to use the LLVM licenseMehdi Amini2019-12-231-13/+4
* NFC: Introduce new ValuePtr/ValueRef typedefs to simplify the transition to V...River Riddle2019-12-221-3/+3
* 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
OpenPOWER on IntegriCloud