index
:
bcm5719-llvm
meklort-10.0.0
meklort-10.0.1
ortega-7.0.1
Project Ortega BCM5719 LLVM
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
mlir
/
lib
/
Transforms
/
DialectConversion.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix x86 32bits MLIR build (NFC)
Dimitry Andric
2020-02-06
1
-1
/
+1
*
[mlir] NFC: Remove Value::operator* and Value::operator-> now that Value is p...
River Riddle
2020-01-11
1
-16
/
+16
*
NFC: Replace ValuePtr with Value and remove it now that Value is value-typed.
River Riddle
2019-12-23
1
-25
/
+25
*
Change the `notifyRootUpdated` API to be transaction based.
River Riddle
2019-12-23
1
-29
/
+129
*
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
-29
/
+29
*
NFC: Remove unnecessary 'llvm::' prefix from uses of llvm symbols declared in...
River Riddle
2019-12-18
1
-7
/
+6
*
Insert signature-converted blocks into a region with a parent operation.
River Riddle
2019-12-16
1
-26
/
+49
*
Try to fold operations in DialectConversion when trying to legalize.
River Riddle
2019-12-13
1
-1
/
+42
*
Make OpBuilder::insert virtual instead of OpBuilder::createOperation.
River Riddle
2019-12-11
1
-13
/
+5
*
Add a new ValueRange class.
River Riddle
2019-12-06
1
-10
/
+9
*
Introduce attributes that specify the final ABI for a spirv::ModuleOp.
Mahesh Ravishankar
2019-11-25
1
-0
/
+7
*
Add getRemappedValue to ConversionPatternRewriter
Diego Caballero
2019-11-19
1
-0
/
+6
*
NFC: Refactor block signature conversion to not erase the original arguments.
River Riddle
2019-11-13
1
-187
/
+209
*
Explicitly initialize isRecursivelyLegal
Jacques Pienaar
2019-11-08
1
-1
/
+1
*
Add a PatternRewriter hook to merge blocks, and use it to support for folding...
River Riddle
2019-11-05
1
-0
/
+8
*
Add support for marking an operation as recursively legal.
River Riddle
2019-10-28
1
-73
/
+148
*
Fix "set-but-unused" warning in DialectConversion
Alex Zinenko
2019-10-23
1
-0
/
+1
*
Introduce a wrapper around ConversionPattern that operates on the derived class
Geoffrey Martin-Noble
2019-10-17
1
-6
/
+4
*
Allow for remapping argument to a Value in SignatureConversion.
Mahesh Ravishankar
2019-10-16
1
-3
/
+22
*
Add support for PatternRewriter::eraseOp.
River Riddle
2019-10-16
1
-10
/
+19
*
Allowing replacing non-root operations in DialectConversion.
River Riddle
2019-10-14
1
-1
/
+16
*
Remove the need to convert operations in regions of operations that have been...
River Riddle
2019-10-10
1
-3
/
+46
*
Guard rewriter insertion point during signature conversion.
Christian Sigg
2019-10-09
1
-0
/
+1
*
Add a PatternRewriter hook for cloning a region into another.
River Riddle
2019-10-08
1
-54
/
+102
*
Fix typos, NFC.
Christian Sigg
2019-10-04
1
-1
/
+1
*
Switch explicit create methods to match generated build's order
Jacques Pienaar
2019-09-28
1
-1
/
+1
*
Promote MemRefDescriptor to a pointer to struct when passing function boundar...
Nicolas Vasilache
2019-09-27
1
-0
/
+10
*
Avoid iterator invalidation when recursively computing pattern depth.
River Riddle
2019-09-20
1
-6
/
+9
*
Add support for multi-level value mapping to DialectConversion.
River Riddle
2019-09-16
1
-10
/
+46
*
Log name of the generated illegal operation name in DialectConversion debug mode
Smit Hinsu
2019-09-13
1
-2
/
+4
*
NFC: Remove the explicit context from Operation::create and OperationState.
River Riddle
2019-08-26
1
-1
/
+1
*
Refactor DialectConversion to convert the signatures of blocks when they are ...
River Riddle
2019-08-16
1
-33
/
+41
*
NFC: Update pattern rewrite API to pass OwningRewritePatternList by const ref...
River Riddle
2019-08-11
1
-29
/
+28
*
NFC: Update usages of OwningRewritePatternList to pass by & instead of &&.
River Riddle
2019-08-09
1
-12
/
+12
*
NFC: Implement OwningRewritePatternList as a class instead of a using directive.
River Riddle
2019-08-05
1
-2
/
+1
*
Initialize union to avoid -Wmissing-field-initializers warning.
Jacques Pienaar
2019-07-27
1
-2
/
+2
*
Add support for an analysis mode to DialectConversion.
River Riddle
2019-07-25
1
-4
/
+46
*
Refactor region type signature conversion to be explicit via patterns.
River Riddle
2019-07-20
1
-185
/
+174
*
Add support for providing a legality callback for dynamic legality in Dialect...
River Riddle
2019-07-19
1
-14
/
+42
*
NFC: Expose a ConversionPatternRewriter for use with ConversionPatterns.
River Riddle
2019-07-19
1
-199
/
+274
*
Refactor the conversion of block argument types in DialectConversion.
River Riddle
2019-07-19
1
-298
/
+265
*
Add support for explicitly marking dialects and operations as illegal.
River Riddle
2019-07-19
1
-16
/
+36
*
Refactor DialectConversion to support different conversion modes.
River Riddle
2019-07-16
1
-58
/
+166
*
Refactor the traversal of operations to Convert in DialectConversion.
River Riddle
2019-07-16
1
-99
/
+79
*
Fix a bug in DialectConversion when using RewritePattern.
River Riddle
2019-07-16
1
-1
/
+2
*
NFC: Add header blocks to DialectConversion.h to improve readability.
River Riddle
2019-07-13
1
-3
/
+3
*
Update the PatternRewriter constructor to take a context instead of a region.
River Riddle
2019-07-12
1
-3
/
+3
*
NFC: Rename Module to ModuleOp.
River Riddle
2019-07-10
1
-1
/
+1
*
NFC: Rename Function to FuncOp.
River Riddle
2019-07-10
1
-5
/
+5
[next]