summaryrefslogtreecommitdiffstats
path: root/mlir/lib/Dialect/Linalg/Analysis/DependenceAnalysis.cpp
Commit message (Expand)AuthorAgeFilesLines
* [mlir][Linalg] Update the semantics, verifier and test for Linalg with tensors.Nicolas Vasilache2020-01-141-3/+7
* [mlir] NFC: Remove Value::operator* and Value::operator-> now that Value is p...River Riddle2020-01-111-7/+7
* [mlir] Fix compilation warningsAlexandre Ganea2020-01-011-1/+2
* NFC: Replace ValuePtr with Value and remove it now that Value is value-typed.River Riddle2019-12-231-4/+4
* Resubmit: ReImplement the Value classes as value-typed objects wrapping an in...River Riddle2019-12-231-2/+2
* Automated rollback of commit f603a50109107b447b835dac11f0eb541288393eMLIR Team2019-12-231-2/+2
* ReImplement the Value classes as value-typed objects wrapping an internal poi...River Riddle2019-12-231-2/+2
* 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-10/+10
* Retire !linalg.buffer type - NFCNicolas Vasilache2019-12-121-4/+1
* Fix build warningsNicolas Vasilache2019-11-151-0/+1
* Deprecate linalg.subview in favor of std.subviewNicolas Vasilache2019-11-131-1/+1
* Update Linalg to use std.viewNicolas Vasilache2019-11-071-1/+1
* Add Linalg pattern for producer-consumer fusionNicolas Vasilache2019-11-011-0/+7
* LinalgDependenceGraph: add const modifiers to accessorsAlex Zinenko2019-10-311-19/+21
* Support AllocOp terminal in Linalg::AliasAnalysis.Nicolas Vasilache2019-10-071-0/+5
* Unify Linalg types by using strided memrefsNicolas Vasilache2019-10-011-1/+1
* Decouple tiling from fusion in Linalg.Nicolas Vasilache2019-09-261-5/+21
* Move Linalg and VectorOps dialects to the Dialect subdir - NFCNicolas Vasilache2019-08-191-0/+212
OpenPOWER on IntegriCloud