summaryrefslogtreecommitdiffstats
path: root/mlir/lib/Analysis/MemRefBoundCheck.cpp
Commit message (Expand)AuthorAgeFilesLines
* Adjust License.txt file to use the LLVM licenseMehdi Amini2019-12-231-13/+4
* NFC: Use TypeSwitch to simplify existing code.River Riddle2019-12-171-5/+4
* Fix minor spelling tweaks (NFC)Kazuaki Ishizaki2019-10-201-1/+1
* NFC: Finish replacing FunctionPassBase/ModulePassBase with OpPassBase.River Riddle2019-09-131-2/+2
* 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
* Globally change load/store/dma_start/dma_wait operations over to affine.load/...Andy Davis2019-07-031-2/+3
* Remove unnecessary C++ specifier in CPP files. NFC.Jacques Pienaar2019-05-201-1/+1
* 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
* Replace usages of Instruction with Operation in the /Analysis directory.River Riddle2019-03-291-1/+1
* Make FunctionPass::getFunction() return a reference to the function, instead ofChris Lattner2019-03-291-1/+1
* Change Pass:getFunction() to return pointer instead of ref - NFCUday Bondhugula2019-03-291-1/+1
* NFC. Move all of the remaining operations left in BuiltinOps to StandardOps. ...River Riddle2019-03-291-1/+0
* Use consistent names for dialect op source filesLei Zhang2019-03-291-1/+1
* Remove PassResult and have the runOnFunction/runOnModule functions return voi...River Riddle2019-03-291-3/+2
* Port all of the existing passes over to the new pass manager infrastructure. ...River Riddle2019-03-291-9/+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
* Refactor the affine analysis by moving some functionality to IR and some to A...River Riddle2019-03-291-1/+1
* Remove InstWalker and move all instruction walking to the api facilities on F...River Riddle2019-03-291-14/+10
* Begin the process of fully removing OperationInst. This patch cleans up refer...River Riddle2019-03-291-2/+2
* Extend InstVisitor and Walker to handle arbitrary CFG functions, expand theChris Lattner2019-03-291-4/+2
* Standardize naming of statements -> instructions, revisting the code base to beChris Lattner2019-03-291-6/+6
* Eliminate the using decls for MLFunction and CFGFunction standardizing onChris Lattner2019-03-291-4/+4
* Merge Operation into OperationInst and standardize nomenclature aroundChris Lattner2019-03-291-2/+2
* 'memref-bound-check': extend to store op's as wellUday Bondhugula2019-03-291-44/+5
* Updates to transformation/analysis passes/utilities. Update DMA generation passUday Bondhugula2019-03-291-5/+5
* Automatic DMA generation for simple cases.Uday Bondhugula2019-03-291-61/+2
* Initialize Pass with PassID.Jacques Pienaar2019-03-291-1/+1
* Add static pass registrationJacques Pienaar2019-03-291-0/+8
* Complete memref bound checker for arbitrary affine expressions. Handle localUday Bondhugula2019-03-291-16/+22
* Adds a dependence check to test whether two accesses to the same memref acces...MLIR Team2019-03-291-15/+0
* Introduce memref bound checking.Uday Bondhugula2019-03-291-0/+175
OpenPOWER on IntegriCloud