summaryrefslogtreecommitdiffstats
path: root/mlir/test/EDSC
Commit message (Expand)AuthorAgeFilesLines
...
* Add an IndexedValue::operator Value*Nicolas Vasilache2019-03-291-0/+33
* NFC: Rename the 'for' operation in the AffineOps dialect to 'affine.for' and ...River Riddle2019-03-292-28/+28
* Cleanup ValueHandleArrayNicolas Vasilache2019-03-291-5/+5
* Support composition of symbols in AffineApplyOpNicolas Vasilache2019-03-292-37/+37
* Add intrinsics for constantsNicolas Vasilache2019-03-291-6/+4
* Properly propagate induction variable in tilingNicolas Vasilache2019-03-291-0/+8
* Port Tablegen'd reference implementation of Add to declarative builders.Nicolas Vasilache2019-03-291-18/+34
* Remove LOAD/STORE/RETURN boilerplate in declarative builders.Nicolas Vasilache2019-03-291-13/+13
* Port LowerVectorTransfers from EDSC + AST to declarative buildersNicolas Vasilache2019-03-291-2/+2
* Minor changes to the EDSC API NFCNicolas Vasilache2019-03-291-3/+6
* [EDSC] Cleanup declarative builder insertion point with blocksNicolas Vasilache2019-03-291-0/+23
* Follow up on custom instruction support.Nicolas Vasilache2019-03-291-2/+7
* Add support for custom ops in declarative builders.Nicolas Vasilache2019-03-291-0/+33
* Fix an incorrect comment in builder-api-test.Nicolas Vasilache2019-03-291-7/+4
* Add helper classes to declarative builders to help write end-to-end custom ops.Nicolas Vasilache2019-03-291-2/+51
* Add an eager API version for BR and COND_BRNicolas Vasilache2019-03-291-1/+81
* Add support for Branches in edsc::BuilderNicolas Vasilache2019-03-291-0/+87
* Start a new implementation for edsc::BuilderNicolas Vasilache2019-03-292-3/+158
* Fix lower/upper bound mismatch in stripmineSinkNicolas Vasilache2019-03-291-10/+19
* Set the namespace of the StandardOps dialect to "std", but add a special case...River Riddle2019-03-291-3/+3
* 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
* EDSC: move FileCheck tests into the source fileAlex Zinenko2019-03-293-148/+495
* Add a stripmineSink and imperfectly nested tiling primitives.Nicolas Vasilache2019-03-291-0/+19
* EDSC: support conditional branch instructionsAlex Zinenko2019-03-291-0/+18
* EDSC: support branch instructionsAlex Zinenko2019-03-291-7/+10
* EDSC: support call instructionsAlex Zinenko2019-03-291-0/+23
* EDSC: emit composed affine maps againAlex Zinenko2019-03-291-5/+6
* EDSC: support multi-expression loop boundsAlex Zinenko2019-03-291-0/+12
* EDSC: create constants as expressionsAlex Zinenko2019-03-291-0/+5
* [EDSC] Fix Stmt::operator= and allow DimOp in For loopsNicolas Vasilache2019-03-291-0/+24
* EDSC: introduce support for blocksAlex Zinenko2019-03-291-0/+13
* EDSC: support 'for' loops with dynamic boundsAlex Zinenko2019-03-291-0/+30
* Cleanup EDSCs and start a functional auto-generated library of custom OpsNicolas Vasilache2019-03-291-18/+17
* Cleanup spurious printing bits in EDSCsNicolas Vasilache2019-03-291-8/+8
* Use regex instead of hardcoded SSA value numbers.Jacques Pienaar2019-03-291-8/+8
* Generate some of the boilerplate for reference implementation specificationJacques Pienaar2019-03-291-16/+16
* Enable specifying the op for which the reference implementation should be pri...Jacques Pienaar2019-03-291-5/+12
* Start a testing pass for EDSC lowering.Jacques Pienaar2019-03-291-0/+22
OpenPOWER on IntegriCloud