| Commit message (Expand) | Author | Age | Files | Lines |
| * | Make helper functions static or move them into anonymous namespaces. NFC. | Benjamin Kramer | 2020-01-14 | 1 | -1/+1 |
| * | [mlir] Ran git-clang-format. | Adrian | 2020-01-14 | 1 | -2/+2 |
| * | [mlir] Add loop.parallel, loop.reduce and loop.reduce.return operations. | Adrian Kuegel | 2020-01-14 | 1 | -2/+195 |
| * | [mlir] NFC: Remove Value::operator* and Value::operator-> now that Value is p... | River Riddle | 2020-01-11 | 1 | -10/+9 |
| * | NFC: Replace ValuePtr with Value and remove it now that Value is value-typed. | River Riddle | 2019-12-23 | 1 | -5/+5 |
| * | Resubmit: ReImplement the Value classes as value-typed objects wrapping an in... | River Riddle | 2019-12-23 | 1 | -1/+1 |
| * | Automated rollback of commit f603a50109107b447b835dac11f0eb541288393e | MLIR Team | 2019-12-23 | 1 | -1/+1 |
| * | ReImplement the Value classes as value-typed objects wrapping an internal poi... | River Riddle | 2019-12-23 | 1 | -1/+1 |
| * | Adjust License.txt file to use the LLVM license | Mehdi Amini | 2019-12-23 | 1 | -13/+4 |
| * | NFC: Introduce new ValuePtr/ValueRef typedefs to simplify the transition to V... | River Riddle | 2019-12-22 | 1 | -6/+6 |
| * | NFC: Rename parseOptionalAttributeDict -> parseOptionalAttrDict to match the ... | River Riddle | 2019-11-05 | 1 | -2/+2 |
| * | Update loop.for verifier message | Uday Bondhugula | 2019-10-22 | 1 | -1/+1 |
| * | Implement simple loop-invariant-code-motion based on dialect interfaces. | Stephan Herhut | 2019-10-16 | 1 | -0/+32 |
| * | NFC: Pass OpAsmPrinter by reference instead of by pointer. | River Riddle | 2019-09-20 | 1 | -18/+17 |
| * | NFC: Pass OperationState by reference instead of by pointer. | River Riddle | 2019-09-20 | 1 | -25/+25 |
| * | NFC: Pass OpAsmParser by reference instead of by pointer. | River Riddle | 2019-09-20 | 1 | -21/+21 |
| * | NFC: Move LLVMIR, SDBM, and StandardOps to the Dialect/ directory. | River Riddle | 2019-08-19 | 1 | -1/+1 |
| * | NFC: Standardize the terminology used for parent ops/regions/etc. | River Riddle | 2019-08-09 | 1 | -1/+1 |
| * | Generalize implicit terminator into an OpTrait | Alex Zinenko | 2019-07-19 | 1 | -32/+6 |
| * | Move affine.for and affine.if to ODS | Nicolas Vasilache | 2019-07-16 | 1 | -1/+1 |
| * | Extract std.for std.if and std.terminator in their own dialect | Nicolas Vasilache | 2019-07-16 | 1 | -0/+234 |