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
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Add support to GreedyPatternRewriter for erasing unreachable blocks.
River Riddle
2019-10-30
1
-0
/
+56
*
Bugfix: Keep worklistMap in sync with worklist in GreedyPatternRewriter
Diego Caballero
2019-10-29
1
-0
/
+1
*
Add support for marking an operation as recursively legal.
River Riddle
2019-10-28
1
-73
/
+148
*
Convert the Canonicalize and CSE passes to generic Operation Passes.
River Riddle
2019-10-24
2
-34
/
+26
*
Fix "set-but-unused" warning in DialectConversion
Alex Zinenko
2019-10-23
1
-0
/
+1
*
Fix minor spelling tweaks (NFC)
Kazuaki Ishizaki
2019-10-20
5
-23
/
+23
*
Lower vector transfer ops to loop.for operations.
Nicolas Vasilache
2019-10-18
1
-10
/
+17
*
NFC: Remove trivial builder get methods.
River Riddle
2019-10-17
7
-30
/
+30
*
Introduce a wrapper around ConversionPattern that operates on the derived class
Geoffrey Martin-Noble
2019-10-17
1
-6
/
+4
*
Rename LoopNestBuilder to AffineLoopNestBuilder - NFC
Nicolas Vasilache
2019-10-17
1
-3
/
+3
*
Update Chapter 4 of the Toy tutorial
Sana Damani
2019-10-16
1
-0
/
+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
3
-13
/
+22
*
Fix CMake configuration after introduction of LICM and LoopLikeInterface
Mehdi Amini
2019-10-16
1
-1
/
+4
*
Implement simple loop-invariant-code-motion based on dialect interfaces.
Stephan Herhut
2019-10-16
2
-184
/
+336
*
Allowing replacing non-root operations in DialectConversion.
River Riddle
2019-10-14
1
-1
/
+16
*
Add support for canonicalizing callable regions during inlining.
River Riddle
2019-10-10
2
-17
/
+133
*
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 support for some multi-store cases in affine fusion
Diego Caballero
2019-10-09
1
-34
/
+66
*
Add a PatternRewriter hook for cloning a region into another.
River Riddle
2019-10-08
1
-54
/
+102
*
unroll and jam: fix order of jammed bodies
Uday Bondhugula
2019-10-08
1
-2
/
+2
*
Print result types when dumping graphviz.
Jing Pu
2019-10-07
1
-0
/
+6
*
fix simplify-affine-structures bug
Uday Bondhugula
2019-10-07
1
-3
/
+10
*
Fix typos, NFC.
Christian Sigg
2019-10-04
3
-3
/
+3
*
Add support for inlining calls with different arg/result types from the calla...
River Riddle
2019-10-03
2
-36
/
+106
*
Update the Inliner pass to work on SCCs of the CallGraph.
River Riddle
2019-10-03
2
-26
/
+163
*
Show type even if elementsattr is elided in graph
Jacques Pienaar
2019-10-02
1
-2
/
+4
*
Switch explicit create methods to match generated build's order
Jacques Pienaar
2019-09-28
1
-1
/
+1
*
NFC - clean up op accessor usage, std.load/store op verify, other stale info
Uday Bondhugula
2019-09-27
5
-10
/
+7
*
Promote MemRefDescriptor to a pointer to struct when passing function boundar...
Nicolas Vasilache
2019-09-27
1
-0
/
+10
*
Change the return type of createPrintCFGGraphPass to match other passes.
Jing Pu
2019-09-25
1
-4
/
+4
*
Add convenience methods to set an OpBuilder insertion point after an Operatio...
Mehdi Amini
2019-09-23
1
-3
/
+1
*
Fix a number of Clang-Tidy warnings.
Christian Sigg
2019-09-23
5
-16
/
+12
*
Upgrade/fix/simplify store to load forwarding
Uday Bondhugula
2019-09-21
1
-73
/
+50
*
Avoid iterator invalidation when recursively computing pattern depth.
River Riddle
2019-09-20
1
-6
/
+9
*
Support symbolic operands for memref replacement; fix memrefNormalize
Uday Bondhugula
2019-09-18
4
-9
/
+25
*
Unify error messages to start with lower-case.
MLIR Team
2019-09-18
2
-5
/
+5
*
Add rewrite pattern to compose maps into affine load/stores
Uday Bondhugula
2019-09-17
2
-6
/
+8
*
Add support for multi-level value mapping to DialectConversion.
River Riddle
2019-09-16
1
-10
/
+46
*
NFC - Move explicit copy/dma generation utility out of pass and into LoopUtils
Uday Bondhugula
2019-09-14
2
-672
/
+688
*
update normalizeMemRef utility; handle missing failure check + add more tests
Uday Bondhugula
2019-09-14
1
-10
/
+9
*
NFC: Finish replacing FunctionPassBase/ModulePassBase with OpPassBase.
River Riddle
2019-09-13
19
-21
/
+21
*
Log name of the generated illegal operation name in DialectConversion debug mode
Smit Hinsu
2019-09-13
1
-2
/
+4
*
Remove redundant qualification
Jacques Pienaar
2019-09-09
1
-1
/
+1
*
Add pass generate per block in a function a GraphViz Dot graph with ops as nodes
Jacques Pienaar
2019-09-09
2
-0
/
+164
*
Refactor getUsedValuesDefinedAbove to expose a variant taking a callback (NFC)
Mehdi Amini
2019-09-07
1
-8
/
+22
*
Add the initial inlining infrastructure.
River Riddle
2019-09-05
4
-0
/
+348
*
pipeline-data-transfer: remove dead tag alloc's and improve test coverage for...
Uday Bondhugula
2019-09-04
3
-12
/
+20
*
Utility to normalize memrefs with non-identity layout maps
Uday Bondhugula
2019-09-03
2
-8
/
+89
[prev]
[next]