summaryrefslogtreecommitdiffstats
path: root/mlir/lib/Transforms/PipelineDataTransfer.cpp
Commit message (Expand)AuthorAgeFilesLines
* [mlir] NFC: Remove Value::operator* and Value::operator-> now that Value is p...River Riddle2020-01-111-10/+10
* NFC: Replace ValuePtr with Value and remove it now that Value is value-typed.River Riddle2019-12-231-6/+6
* 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-7/+7
* Replace some remnant uses of "inst" with "op".Sean Silva2019-11-061-1/+1
* NFC: Remove trivial builder get methods.River Riddle2019-10-171-4/+4
* Add convenience methods to set an OpBuilder insertion point after an Operatio...Mehdi Amini2019-09-231-3/+1
* Support symbolic operands for memref replacement; fix memrefNormalizeUday Bondhugula2019-09-181-0/+1
* 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-6/+13
* Refactor the 'walk' methods for operations.River Riddle2019-08-291-2/+1
* Refactor / improve replaceAllMemRefUsesWithUday Bondhugula2019-08-271-10/+11
* 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-1/+1
* Express ownership transfer in PassManager API through std::unique_ptr (NFC)Mehdi Amini2019-08-121-2/+2
* Globally change load/store/dma_start/dma_wait operations over to affine.load/...Andy Davis2019-07-031-13/+12
* NFC: Rename FuncBuilder to OpBuilder and refactor to take a top level region ...River Riddle2019-06-091-3/+3
* Remove "size" property of affine maps.MLIR Team2019-06-011-1/+1
* Add user iterators to IRObjects, i.e. Values.River Riddle2019-05-201-6/+5
* Replace Operation::isa with llvm::isa.River Riddle2019-05-201-6/+6
* Replace Operation::cast with llvm::cast.River Riddle2019-05-201-3/+3
* Add support for using llvm::dyn_cast/cast/isa for operation casts and rep...River Riddle2019-05-201-2/+2
* Automated rollback of changelist 247778391.MLIR Team2019-05-201-2/+2
* Add support for using llvm::dyn_cast/cast/isa for operation casts and rep...River Riddle2019-05-201-2/+2
* Prepend an "affine-" prefix to Affine pass option names - NFCNicolas Vasilache2019-05-061-2/+2
* Add support for basic remark diagnostics. This is the minimal functionali...River Riddle2019-05-061-2/+3
* Remove the non-postorder walk functions from Function/Block/Instruction a...River Riddle2019-04-051-1/+1
* Replace usages of Instruction with Operation in the Transforms/ directory.River Riddle2019-03-291-38/+38
* Replace usages of Instruction with Operation in the /IR directory.River Riddle2019-03-291-6/+6
* Make FunctionPass::getFunction() return a reference to the function, instead ofChris Lattner2019-03-291-1/+1
* Replace usages of "Op::operator->" with ".".River Riddle2019-03-291-9/+9
* Replace usages of "operator->" with "." for the AffineOps.River Riddle2019-03-291-21/+20
* NFC: Rename the 'for' operation in the AffineOps dialect to 'affine.for' and ...River Riddle2019-03-291-9/+9
* Remove OpPointer, cleaning up a ton of code. This also moves Ops to usingChris Lattner2019-03-291-15/+14
* Remove const from Value, Instruction, Argument, and the various methods on theChris Lattner2019-03-291-4/+4
* Fix misc bugs / TODOs / other improvements to analysis utilsUday Bondhugula2019-03-291-2/+0
* Move UtilResult into the Support directory and rename it to Status. Status pr...River Riddle2019-03-291-1/+1
* Change Pass:getFunction() to return pointer instead of ref - NFCUday Bondhugula2019-03-291-1/+1
* Use consistent names for dialect op source filesLei Zhang2019-03-291-1/+1
* Provide a Builder::getNamedAttr and (Instruction|Function)::setAttr(StringRef...River Riddle2019-03-291-2/+1
* Remove PassResult and have the runOnFunction/runOnModule functions return voi...River Riddle2019-03-291-18/+12
* Change some of the debug messages to use emitError / emitWarning / emitNote -...Uday Bondhugula2019-03-291-4/+5
* Port all of the existing passes over to the new pass manager infrastructure. ...River Riddle2019-03-291-8/+5
* Define a PassID class to use when defining a pass. This allows for the type u...River Riddle2019-03-291-3/+1
* NFC: Refactor the files related to passes.River Riddle2019-03-291-1/+1
* Misc. updates/fixes to analysis utils used for DMA generation; update DMAUday Bondhugula2019-03-291-2/+2
* Generate dealloc's for alloc's of pipeline-data-transferUday Bondhugula2019-03-291-2/+13
* Generate dealloc's for the alloc's of dma-generate.Uday Bondhugula2019-03-291-5/+16
* Automated rollback of changelist 232717775.Uday Bondhugula2019-03-291-9/+9
OpenPOWER on IntegriCloud