summaryrefslogtreecommitdiffstats
path: root/mlir/lib/EDSC/Intrinsics.cpp
Commit message (Expand)AuthorAgeFilesLines
* NFC: Replace ValuePtr with Value and remove it now that Value is value-typed.River Riddle2019-12-231-6/+6
* 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-6/+6
* Refactor dependencies to expose Vector transformations as patterns - NFCNicolas Vasilache2019-12-031-1/+0
* Move Linalg and VectorOps dialects to the Dialect subdir - NFCNicolas Vasilache2019-08-191-1/+1
* Use lambdas for nesting edsc constructs.Nicolas Vasilache2019-05-201-3/+3
* Remove unnecessary C++ specifier in CPP files. NFC.Jacques Pienaar2019-05-201-1/+1
* Cleanup SuperVectorization dialect printing and parsing.Nicolas Vasilache2019-03-291-1/+1
* Replace remaining usages of the Instruction class with Operation.River Riddle2019-03-291-11/+11
* Remove LOAD/STORE/RETURN boilerplate in declarative builders.Nicolas Vasilache2019-03-291-28/+4
* Port LowerVectorTransfers from EDSC + AST to declarative buildersNicolas Vasilache2019-03-291-0/+1
* [EDSC] Cleanup declarative builder insertion point with blocksNicolas Vasilache2019-03-291-16/+3
* Add support for custom ops in declarative builders.Nicolas Vasilache2019-03-291-16/+18
* Add helper classes to declarative builders to help write end-to-end custom ops.Nicolas Vasilache2019-03-291-0/+13
* Hotfix for unused variable in opt modeNicolas Vasilache2019-03-291-0/+1
* Add an eager API version for BR and COND_BRNicolas Vasilache2019-03-291-0/+54
* Add support for Branches in edsc::BuilderNicolas Vasilache2019-03-291-2/+24
* Start a new implementation for edsc::BuilderNicolas Vasilache2019-03-291-0/+30
OpenPOWER on IntegriCloud