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
/
Canonicalizer.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Split "rewrite" functionality out of Pattern into a new RewritePattern derived
Chris Lattner
2019-03-29
1
-1
/
+1
*
Initialize Pass with PassID.
Jacques Pienaar
2019-03-29
1
-0
/
+1
*
Add static pass registration
Jacques Pienaar
2019-03-29
1
-0
/
+7
*
Introduce memref bound checking.
Uday Bondhugula
2019-03-29
1
-1
/
+1
*
Simplify FunctionPass to eliminate the CFGFunctionPass/MLFunctionPass
Chris Lattner
2019-03-29
1
-12
/
+1
*
Refactor all of the canonicalization patterns out of the Canonicalize pass, and
Chris Lattner
2019-03-29
1
-180
/
+7
*
Refactor the bulk of the worklist driver out of the canonicalizer into its own
Chris Lattner
2019-03-29
1
-299
/
+30
*
Teach canonicalize pass to unique and hoist constants to the entry block. This
Chris Lattner
2019-03-29
1
-23
/
+77
*
Implement shape folding in the canonicalization pass:
Chris Lattner
2019-03-29
1
-2
/
+110
*
Add a pattern (x+0) -> x, generalize Canonicalize to CFGFunc's, address a few...
Chris Lattner
2019-03-29
1
-42
/
+103
*
Introduce a new Operation::erase helper to generalize some code in
Chris Lattner
2019-03-29
1
-7
/
+2
*
Introduce a new PatternRewriter class to help keep the worklist in
Chris Lattner
2019-03-29
1
-18
/
+82
*
Rename Operation::getAs to Operation::dyn_cast
Feng Liu
2019-03-29
1
-5
/
+3
*
Use FuncBuilder instead of MLFuncBuilder in pattern matcher.
Jacques Pienaar
2019-03-29
1
-4
/
+5
*
Add constant folding and binary operator reassociation to the canonicalize
Chris Lattner
2019-03-29
1
-8
/
+97
*
Move Pattern and related classes to a different file
Feng Liu
2019-03-29
1
-267
/
+2
*
Various improvements to pattern matching and other infra:
Chris Lattner
2019-03-29
1
-28
/
+121
*
Implement a super sketched out pattern match/rewrite framework and a sketched
Chris Lattner
2019-03-29
1
-0
/
+311