summaryrefslogtreecommitdiffstats
path: root/mlir/lib/Transforms/AffineDataCopyGeneration.cpp
Commit message (Expand)AuthorAgeFilesLines
* NFC: Replace ValuePtr with Value and remove it now that Value is value-typed.River Riddle2019-12-231-1/+1
* 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-1/+1
* Fix a number of Clang-Tidy warnings.Christian Sigg2019-09-231-1/+0
* NFC - Move explicit copy/dma generation utility out of pass and into LoopUtilsUday Bondhugula2019-09-141-666/+20
* NFC: Finish replacing FunctionPassBase/ModulePassBase with OpPassBase.River Riddle2019-09-131-1/+1
* pipeline-data-transfer: remove dead tag alloc's and improve test coverage for...Uday Bondhugula2019-09-041-5/+6
* Fix affine data copy generation corner cases/bugsUday Bondhugula2019-09-031-79/+110
* NFC: Move AffineOps dialect to the Dialect sub-directory.River Riddle2019-08-201-1/+1
* NFC: Move LLVMIR, SDBM, and StandardOps to the Dialect/ directory.River Riddle2019-08-191-1/+1
* Change from llvm::make_unique to std::make_uniqueJacques Pienaar2019-08-171-2/+2
* Express ownership transfer in PassManager API through std::unique_ptr (NFC)Mehdi Amini2019-08-121-4/+4
* NFC: Standardize the terminology used for parent ops/regions/etc.River Riddle2019-08-091-2/+2
* AffineDataCopyGeneration: don't use CL flag values inside the passAlex Zinenko2019-08-021-13/+22
* Introduce explicit copying optimization by generalizing the DMA generation passUday Bondhugula2019-08-011-0/+883
OpenPOWER on IntegriCloud