summaryrefslogtreecommitdiffstats
path: root/mlir/test/lib
Commit message (Expand)AuthorAgeFilesLines
* Make helper functions static or move them into anonymous namespaces. NFC.Benjamin Kramer2020-01-141-2/+3
* [mlir] NFC: Remove unused variable.River Riddle2020-01-131-1/+1
* [mlir] Add support for attaching a visibility to symbols.River Riddle2020-01-131-1/+7
* [mlir] Update the CallGraph for nested symbol references, and simplify Callab...River Riddle2020-01-131-7/+4
* [mlir] Update the use-list algorithms in SymbolTable to support nested refere...River Riddle2020-01-131-42/+60
* [mlir] m_Constant()Lorenzo Chelini2020-01-131-0/+3
* [mlir] NFC: Remove Value::operator* and Value::operator-> now that Value is p...River Riddle2020-01-116-17/+17
* [mlir][GPU] introduce utilities for promotion to workgroup memoryAlex Zinenko2020-01-092-0/+43
* [mlir] Rewrite the internal representation of OpResult to be optimized for me...River Riddle2020-01-021-1/+1
* [mlir][Linalg] Extend generic ops to allow tensorsNicolas Vasilache2020-01-021-11/+23
* [mlir][Linalg] NFC - Cleanup Linalg Declarative TransformationsNicolas Vasilache2020-01-021-59/+59
* Refactor the way that pass options are specified.River Riddle2019-12-232-43/+28
* NFC: Replace ValuePtr with Value and remove it now that Value is value-typed.River Riddle2019-12-235-24/+23
* Adjust License.txt file to use the LLVM licenseMehdi Amini2019-12-2323-299/+92
* NFC: Introduce new ValuePtr/ValueRef typedefs to simplify the transition to V...River Riddle2019-12-225-23/+24
* Allow dialect to create friendly names for region argumentsFrank Laub2019-12-191-0/+14
* Add support for providing a default implementation for an interface method.River Riddle2019-12-181-2/+1
* [Linalg] Expose subview promotion as a declarative patternJose Ignacio Gomez2019-12-161-1/+7
* Try to fold operations in DialectConversion when trying to legalize.River Riddle2019-12-131-1/+2
* Add missing CMake dependency for MLIRTestIR.Mahesh Ravishankar2019-12-111-0/+3
* Continue refactoring StructuredOps utilitiesNicolas Vasilache2019-12-111-3/+4
* Roll-forward initial liveness analysis including test cases.Alexander Belyaev2019-12-112-0/+43
* Automated rollback of commit 98fbf41044d3364dbaf18db81b9e8d9520d14761Alexander Belyaev2019-12-112-43/+0
* Add initial liveness analysis including test cases.Marcel Koester2019-12-112-0/+43
* Add VectorOp transform pattern which splits vector TransferReadOps to target ...Andy Davis2019-12-101-0/+1
* Fold TestLinalgTilePermutePatterns into TestLinalgTransformPatterns - NFCNicolas Vasilache2019-12-105-130/+27
* [Linalg] Add a Linalg iterator permutation transformationJose Ignacio Gomez2019-12-101-0/+13
* Uniformize Vector transforms as patterns on the model of Linalg - NFCNicolas Vasilache2019-12-104-6/+57
* Minor spelling tweaksKazuaki Ishizaki2019-12-091-3/+3
* [StructuredOps][Linalg] Add a primitive pattern to rewrite the linalg.generic...Nicolas Vasilache2019-12-091-0/+7
* Add RegionRange for when need to abstract over different region iterationJacques Pienaar2019-12-091-1/+1
* Post-submit cleanups in RecursiveMatchersNicolas Vasilache2019-12-091-28/+34
* Add a layer of recursive matchers that compose.Nicolas Vasilache2019-12-082-0/+151
* Update the builder API to take ValueRange instead of ArrayRef<Value *>River Riddle2019-12-072-3/+2
* Change inferReturnTypes to return LogicalResult and valuesJacques Pienaar2019-12-062-12/+15
* Generate builder for ops that use InferTypeOpInterface trait in ODSJacques Pienaar2019-12-061-4/+15
* Add include path to the TestDialect to fix broken build.River Riddle2019-12-051-0/+2
* [Linalg] Add permutation information to tilingJose Ignacio Gomez2019-12-054-0/+127
* Add support for instance specific pass statistics.River Riddle2019-12-051-0/+15
* Move ModuleManager functionality into mlir::SymbolTable.Tres Popp2019-12-052-1/+23
* Refactor dependencies to expose Vector transformations as patterns - NFCNicolas Vasilache2019-12-034-11/+10
* [DRR] Introduce `$_` to ignore op argument matchLei Zhang2019-12-021-0/+12
* Implement Linalg to loops lowering as a patternNicolas Vasilache2019-11-271-0/+7
* Add support for AttrSizedOperandSegments/AttrSizedResultSegmentsLei Zhang2019-11-251-0/+24
* De-duplicate EnumAttr overrides by defining defaultsLei Zhang2019-11-254-1/+8
* NFC: Remove unnecessarily guarded tablegen includes.River Riddle2019-11-221-2/+0
* Add support for using the ODS result names as the Asm result names for multi-...River Riddle2019-11-212-18/+2
* Split Linalg declarative patterns from specific test patterns - NFCNicolas Vasilache2019-11-216-0/+149
* Merge DCE and unreachable block elimination into a new utility 'simplifyRegio...River Riddle2019-11-201-0/+4
* Implement unrolling of vector ops to finer-grained vector ops as a pattern.Nicolas Vasilache2019-11-203-1/+46
OpenPOWER on IntegriCloud