summaryrefslogtreecommitdiffstats
path: root/mlir/lib/Transforms/LoopTiling.cpp
Commit message (Expand)AuthorAgeFilesLines
* [mlir] NFC: Remove Value::operator* and Value::operator-> now that Value is p...River Riddle2020-01-111-1/+1
* NFC: Replace ValuePtr with Value and remove it now that Value is value-typed.River Riddle2019-12-231-6/+5
* 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-5/+6
* Minor spelling tweaksKazuaki Ishizaki2019-12-091-1/+1
* NFC: Remove trivial builder get methods.River Riddle2019-10-171-2/+2
* NFC - clean up op accessor usage, std.load/store op verify, other stale infoUday Bondhugula2019-09-271-1/+1
* NFC: Finish replacing FunctionPassBase/ModulePassBase with OpPassBase.River Riddle2019-09-131-1/+1
* NFC: Move AffineOps dialect to the Dialect sub-directory.River Riddle2019-08-201-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/+3
* NFC: Rename Function to FuncOp.River Riddle2019-07-101-1/+1
* NFC: Refactor Function to be value typed.River Riddle2019-07-011-1/+1
* 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-2/+2
* Add support for using llvm::dyn_cast/cast/isa for operation casts and rep...River Riddle2019-05-201-1/+1
* Automated rollback of changelist 247778391.MLIR Team2019-05-201-1/+1
* Add support for using llvm::dyn_cast/cast/isa for operation casts and rep...River Riddle2019-05-201-1/+1
* Cleanups and simplifications to code, noticed by inspection. NFC.Chris Lattner2019-05-201-3/+0
* Simplify the emission of various diagnostics created in Analysis/ and Tra...River Riddle2019-05-101-6/+3
* Prepend an "affine-" prefix to Affine pass option names - NFCNicolas Vasilache2019-05-061-2/+2
* Fix bug in LoopTiling where a loop with trip count of 1 caused a division...MLIR Team2019-05-061-1/+1
* Add support for basic remark diagnostics. This is the minimal functionali...River Riddle2019-05-061-1/+1
* Create a LoopUtil function to return perfectly nested loop setMLIR Team2019-04-051-5/+1
* Fix bug in LoopTiling where creation of tile-space loop upper bound did n...Andy Davis2019-04-051-6/+16
* Fix MacOS buildMehdi Amini2019-04-011-1/+2
* Replace usages of Instruction with Operation in the Transforms/ directory.River Riddle2019-03-291-3/+3
* Replace usages of Instruction with Operation in the /Analysis directory.River Riddle2019-03-291-2/+1
* Introduce affine terminatorAlex Zinenko2019-03-291-5/+5
* Replace usages of Instruction with Operation in the /IR directory.River Riddle2019-03-291-14/+13
* Make FunctionPass::getFunction() return a reference to the function, instead ofChris Lattner2019-03-291-2/+2
* Replace usages of "operator->" with "." for the AffineOps.River Riddle2019-03-291-38/+38
* NFC: Rename the 'for' operation in the AffineOps dialect to 'affine.for' and ...River Riddle2019-03-291-1/+2
* Remove OpPointer, cleaning up a ton of code. This also moves Ops to usingChris Lattner2019-03-291-20/+19
* Cleanup for changes failing with std=c++11Jacques Pienaar2019-03-291-0/+3
* Remove some statements that required >C++11, add includes and qualify names. ...Jacques Pienaar2019-03-291-0/+1
* Move the success/failure functions out of LogicalResult and into the mlir nam...River Riddle2019-03-291-2/+2
* Rename Status to LogicalResult to avoid conflictions with the Status in xla/t...River Riddle2019-03-291-4/+4
* Add a basic model to set tile sizes + some cleanupUday Bondhugula2019-03-291-15/+149
* Move UtilResult into the Support directory and rename it to Status. Status pr...River Riddle2019-03-291-5/+5
* Change Pass:getFunction() to return pointer instead of ref - NFCUday Bondhugula2019-03-291-1/+1
* Remove PassResult and have the runOnFunction/runOnModule functions return voi...River Riddle2019-03-291-6/+4
* Port all of the existing passes over to the new pass manager infrastructure. ...River Riddle2019-03-291-7/+5
* Refactor AffineExprFlattener and move FlatAffineConstraints out of IR intoUday Bondhugula2019-03-291-1/+1
* 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-3/+4
* Add -tile-sizes command line option for loop tiling; clean up cl options forUday Bondhugula2019-03-291-10/+20
* Automated rollback of changelist 232717775.Uday Bondhugula2019-03-291-2/+1
* NFC: Rename the 'for' operation in the AffineOps dialect to 'affine.for'. The...River Riddle2019-03-291-1/+2
OpenPOWER on IntegriCloud