summaryrefslogtreecommitdiffstats
path: root/mlir/include/mlir-c
Commit message (Expand)AuthorAgeFilesLines
* Adjust License.txt file to use the LLVM licenseMehdi Amini2019-12-231-13/+4
* Add support for float and string attributes to the C API and python bindingsMLIR Team2019-12-171-0/+6
* Expose mlir::parseType to bindingsAlex Zinenko2019-10-151-13/+6
* NFC: Rename Function to FuncOp.River Riddle2019-07-101-1/+1
* Drop MLIREmitter-based version of the EDSCAlex Zinenko2019-04-031-209/+0
* Remove index free functionJacques Pienaar2019-03-291-6/+0
* EDSC bindings: expose generic Op construction interfaceAlex Zinenko2019-03-291-0/+30
* EDSC: support conditional branch instructionsAlex Zinenko2019-03-291-0/+10
* EDSC: support branch instructionsAlex Zinenko2019-03-291-2/+9
* Exposed division and remainder operations in EDSCSergei Lebedev2019-03-291-1/+5
* EDSC: support call instructionsAlex Zinenko2019-03-291-0/+6
* EDSC: introduce min/max only usable inside for upper/lower bounds of a loopAlex Zinenko2019-03-291-3/+12
* EDSC: support multi-expression loop boundsAlex Zinenko2019-03-291-4/+11
* EDSC: create constants as expressionsAlex Zinenko2019-03-291-0/+4
* EDSC: make Expr typed and extensibleAlex Zinenko2019-03-291-1/+4
* EDSC: introduce support for blocksAlex Zinenko2019-03-291-5/+5
* Make IndexType a standard type instead of a builtin. This also cleans up some...River Riddle2019-03-291-6/+6
* Implemented __eq__ and __ne__ in EDSC Python bindingsSergei Lebedev2019-03-291-0/+2
* Exposing logical operators in EDSC all the way up to Python.Dimitrios Vytiniotis2019-03-291-0/+4
* Cleanup EDSCs and start a functional auto-generated library of custom OpsNicolas Vasilache2019-03-291-1/+1
* Add a C API for EDSCs in other languages + pythonNicolas Vasilache2019-03-291-0/+248
OpenPOWER on IntegriCloud