summaryrefslogtreecommitdiffstats
path: root/mlir/lib/Analysis/SliceAnalysis.cpp
Commit message (Expand)AuthorAgeFilesLines
* [mlir] NFC: Remove Value::operator* and Value::operator-> now that Value is p...River Riddle2020-01-111-6/+6
* Resubmit: ReImplement the Value classes as value-typed objects wrapping an in...River Riddle2019-12-231-1/+1
* Automated rollback of commit f603a50109107b447b835dac11f0eb541288393eMLIR Team2019-12-231-1/+1
* ReImplement the Value classes as value-typed objects wrapping an internal poi...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-2/+2
* Refactor dependencies to expose Vector transformations as patterns - NFCNicolas Vasilache2019-12-031-1/+0
* Unify error messages to start with lower-case.MLIR Team2019-09-181-1/+1
* NFC: Move AffineOps dialect to the Dialect sub-directory.River Riddle2019-08-201-1/+1
* Fix clang 5.0 by using type aliases for LLVM DenseSet/MapMehdi Amini2019-08-031-1/+1
* Fix backward slice corner caseNicolas Vasilache2019-07-261-3/+7
* Fix backward slice computation to iterate through known control flowNicolas Vasilache2019-07-251-2/+15
* Uniformize the API for the mlir::tile functions on AffineForOp and loop::ForOpNicolas Vasilache2019-07-191-1/+11
* Add user iterators to IRObjects, i.e. Values.River Riddle2019-05-201-10/+4
* 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-2/+0
* Replace usages of Instruction with Operation in the /Analysis directory.River Riddle2019-03-291-47/+46
* Replace usages of Instruction with Operation in the /IR directory.River Riddle2019-03-291-1/+1
* Rename the Instruction class to Operation. This just renames the class, usage...River Riddle2019-03-291-1/+1
* Replace usages of "operator->" with "." for the AffineOps.River Riddle2019-03-291-1/+1
* Cleanups Vectorize and SliceAnalysis - NFCNicolas Vasilache2019-03-291-25/+34
* NFC. Move all of the remaining operations left in BuiltinOps to StandardOps. ...River Riddle2019-03-291-1/+0
* Begin the process of fully removing OperationInst. This patch cleans up refer...River Riddle2019-03-291-9/+7
* Fold the functionality of OperationInst into Instruction. OperationInst still...River Riddle2019-03-291-1/+1
* Define the AffineForOp and replace ForInst with it. This patch is largely mec...River Riddle2019-03-291-11/+11
* Change the ForInst induction variable to be a block argument of the body inst...River Riddle2019-03-291-1/+1
* Standardize naming of statements -> instructions, revisting the code base to beChris Lattner2019-03-291-57/+57
* Eliminate the using decls for MLFunction and CFGFunction standardizing onChris Lattner2019-03-291-2/+2
* Merge Operation into OperationInst and standardize nomenclature aroundChris Lattner2019-03-291-3/+3
* [MLIR][MaterializeVectors] Add a MaterializeVector pass via unrolling.Nicolas Vasilache2019-03-291-3/+3
* [MLIR][Slicing] Apply cleanupsNicolas Vasilache2019-03-291-87/+43
* [MLIR][Slicing] Add utils for computing slices.Nicolas Vasilache2019-03-291-0/+243
OpenPOWER on IntegriCloud