summaryrefslogtreecommitdiffstats
path: root/mlir/lib/EDSC/Helpers.cpp
Commit message (Expand)AuthorAgeFilesLines
* [mlir] NFC: Rename index_t to index_typeRainer Orth2020-03-061-4/+4
* [mlir] NFC: Remove Value::operator* and Value::operator-> now that Value is p...River Riddle2020-01-111-3/+3
* NFC: Replace ValuePtr with Value and remove it now that Value is value-typed.River Riddle2019-12-231-3/+3
* 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-3/+3
* Lower vector transfer ops to loop.for operations.Nicolas Vasilache2019-10-181-4/+1
* NFC: Move LLVMIR, SDBM, and StandardOps to the Dialect/ directory.River Riddle2019-08-191-1/+1
* Remove unnecessary C++ specifier in CPP files. NFC.Jacques Pienaar2019-05-201-1/+1
* Make edsc::IndexedValue templated - NFCNicolas Vasilache2019-03-291-35/+0
* Remove LOAD/STORE/RETURN boilerplate in declarative builders.Nicolas Vasilache2019-03-291-4/+4
* Port LowerVectorTransfers from EDSC + AST to declarative buildersNicolas Vasilache2019-03-291-25/+15
* Add support for custom ops in declarative builders.Nicolas Vasilache2019-03-291-4/+4
* Fix opt build.MLIR Team2019-03-291-0/+1
* Fix an incorrect comment in builder-api-test.Nicolas Vasilache2019-03-291-2/+0
* Add helper classes to declarative builders to help write end-to-end custom ops.Nicolas Vasilache2019-03-291-0/+110
OpenPOWER on IntegriCloud