summaryrefslogtreecommitdiffstats
path: root/mlir/lib/Dialect/LoopOps/LoopOps.cpp
Commit message (Expand)AuthorAgeFilesLines
* Make helper functions static or move them into anonymous namespaces. NFC.Benjamin Kramer2020-01-141-1/+1
* [mlir] Ran git-clang-format.Adrian2020-01-141-2/+2
* [mlir] Add loop.parallel, loop.reduce and loop.reduce.return operations.Adrian Kuegel2020-01-141-2/+195
* [mlir] NFC: Remove Value::operator* and Value::operator-> now that Value is p...River Riddle2020-01-111-10/+9
* NFC: Replace ValuePtr with Value and remove it now that Value is value-typed.River Riddle2019-12-231-5/+5
* Resubmit: ReImplement the Value classes as value-typed objects wrapping an in...River Riddle2019-12-231-1/+1
* Automated rollback of commit f603a50109107b447b835dac11f0eb541288393eMLIR Team2019-12-231-1/+1
* ReImplement the Value classes as value-typed objects wrapping an internal poi...River Riddle2019-12-231-1/+1
* 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
* NFC: Rename parseOptionalAttributeDict -> parseOptionalAttrDict to match the ...River Riddle2019-11-051-2/+2
* Update loop.for verifier messageUday Bondhugula2019-10-221-1/+1
* Implement simple loop-invariant-code-motion based on dialect interfaces.Stephan Herhut2019-10-161-0/+32
* NFC: Pass OpAsmPrinter by reference instead of by pointer.River Riddle2019-09-201-18/+17
* NFC: Pass OperationState by reference instead of by pointer.River Riddle2019-09-201-25/+25
* NFC: Pass OpAsmParser by reference instead of by pointer.River Riddle2019-09-201-21/+21
* NFC: Move LLVMIR, SDBM, and StandardOps to the Dialect/ directory.River Riddle2019-08-191-1/+1
* NFC: Standardize the terminology used for parent ops/regions/etc.River Riddle2019-08-091-1/+1
* Generalize implicit terminator into an OpTraitAlex Zinenko2019-07-191-32/+6
* Move affine.for and affine.if to ODSNicolas Vasilache2019-07-161-1/+1
* Extract std.for std.if and std.terminator in their own dialectNicolas Vasilache2019-07-161-0/+234
OpenPOWER on IntegriCloud