| Commit message (Expand) | Author | Age | Files | Lines |
| * | Make helper functions static or move them into anonymous namespaces. NFC. | Benjamin Kramer | 2020-01-14 | 1 | -2/+3 |
| * | [mlir] NFC: Remove Value::operator* and Value::operator-> now that Value is p... | River Riddle | 2020-01-11 | 1 | -6/+6 |
| * | NFC: Replace ValuePtr with Value and remove it now that Value is value-typed. | River Riddle | 2019-12-23 | 1 | -17/+16 |
| * | 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 | -16/+17 |
| * | Try to fold operations in DialectConversion when trying to legalize. | River Riddle | 2019-12-13 | 1 | -1/+2 |
| * | Update the builder API to take ValueRange instead of ArrayRef<Value *> | River Riddle | 2019-12-07 | 1 | -2/+1 |
| * | Change inferReturnTypes to return LogicalResult and values | Jacques Pienaar | 2019-12-06 | 1 | -4/+7 |
| * | Generate builder for ops that use InferTypeOpInterface trait in ODS | Jacques Pienaar | 2019-12-06 | 1 | -4/+15 |
| * | Fix 'the the' typo. | Alexander Belyaev | 2019-11-20 | 1 | -2/+1 |
| * | Add getRemappedValue to ConversionPatternRewriter | Diego Caballero | 2019-11-19 | 1 | -0/+63 |
| * | NFC: Refactor block signature conversion to not erase the original arguments. | River Riddle | 2019-11-13 | 1 | -5/+23 |
| * | Add compatible query method to infer type interface | Jacques Pienaar | 2019-11-07 | 1 | -2/+7 |
| * | Add support for marking an operation as recursively legal. | River Riddle | 2019-10-28 | 1 | -0/+6 |
| * | [DRR] Allow capturing and referencing no-result ops | Lei Zhang | 2019-10-17 | 1 | -0/+6 |
| * | Fix RewriterGen to support using NativeCodeCall as auxiliary pattern | Lei Zhang | 2019-10-17 | 1 | -0/+4 |
| * | Add support for PatternRewriter::eraseOp. | River Riddle | 2019-10-16 | 1 | -3/+3 |
| * | Allowing replacing non-root operations in DialectConversion. | River Riddle | 2019-10-14 | 1 | -3/+23 |
| * | Add a PatternRewriter hook for cloning a region into another. | River Riddle | 2019-10-08 | 1 | -2/+6 |
| * | Add InferTypeOpTrait & enable generating its member function definition | Jacques Pienaar | 2019-09-29 | 1 | -0/+37 |
| * | Add support for multi-level value mapping to DialectConversion. | River Riddle | 2019-09-16 | 1 | -4/+86 |
| * | Change from llvm::make_unique to std::make_unique | Jacques Pienaar | 2019-08-17 | 1 | -1/+1 |
| * | Express ownership transfer in PassManager API through std::unique_ptr (NFC) | Mehdi Amini | 2019-08-12 | 1 | -3/+6 |
| * | NFC: Standardize the terminology used for parent ops/regions/etc. | River Riddle | 2019-08-09 | 1 | -1/+1 |
| * | NFC: Update usages of OwningRewritePatternList to pass by & instead of &&. | River Riddle | 2019-08-09 | 1 | -4/+3 |
| * | NFC: Implement OwningRewritePatternList as a class instead of a using directive. | River Riddle | 2019-08-05 | 1 | -4/+4 |
| * | Add support for an analysis mode to DialectConversion. | River Riddle | 2019-07-25 | 1 | -5/+42 |
| * | Refactor region type signature conversion to be explicit via patterns. | River Riddle | 2019-07-20 | 1 | -3/+6 |
| * | Add support for providing a legality callback for dynamic legality in Dialect... | River Riddle | 2019-07-19 | 1 | -14/+10 |
| * | NFC: Expose a ConversionPatternRewriter for use with ConversionPatterns. | River Riddle | 2019-07-19 | 1 | -8/+12 |
| * | Refactor the conversion of block argument types in DialectConversion. | River Riddle | 2019-07-19 | 1 | -6/+29 |
| * | Add support for explicitly marking dialects and operations as illegal. | River Riddle | 2019-07-19 | 1 | -0/+1 |
| * | Refactor DialectConversion to support different conversion modes. | River Riddle | 2019-07-16 | 1 | -2/+2 |
| * | Add missing override. | Jacques Pienaar | 2019-07-08 | 1 | -1/+2 |
| * | Migrate NativeCodeCall and AllAttrConstraintsOf tests to use TestDialect | Lei Zhang | 2019-07-05 | 1 | -0/+5 |
| * | Refactor DialectConversion to use 'materializeConversion' when a type convers... | River Riddle | 2019-06-28 | 1 | -1/+13 |
| * | Split test-specific passes out of mlir-opt | Nicolas Vasilache | 2019-06-24 | 1 | -0/+171 |