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
*
Adjust License.txt file to use the LLVM license
Mehdi Amini
2019-12-23
1
-13
/
+4
*
Convert the Canonicalize and CSE passes to generic Operation Passes.
River Riddle
2019-10-24
1
-23
/
+16
*
NFC: Finish replacing FunctionPassBase/ModulePassBase with OpPassBase.
River Riddle
2019-09-13
1
-1
/
+1
*
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
-2
/
+2
*
NFC: Update usages of OwningRewritePatternList to pass by & instead of &&.
River Riddle
2019-08-09
1
-1
/
+1
*
NFC: Refactor Function to be value typed.
River Riddle
2019-07-01
1
-1
/
+1
*
Simplify API uses of `getContext()` (NFC)
Mehdi Amini
2019-03-29
1
-1
/
+1
*
Make FunctionPass::getFunction() return a reference to the function, instead of
Chris Lattner
2019-03-29
1
-2
/
+2
*
Change Pass:getFunction() to return pointer instead of ref - NFC
Uday Bondhugula
2019-03-29
1
-3
/
+3
*
Remove PassResult and have the runOnFunction/runOnModule functions return voi...
River Riddle
2019-03-29
1
-3
/
+2
*
Port all of the existing passes over to the new pass manager infrastructure. ...
River Riddle
2019-03-29
1
-10
/
+10
*
Define a PassID class to use when defining a pass. This allows for the type u...
River Riddle
2019-03-29
1
-3
/
+1
*
NFC: Refactor the files related to passes.
River Riddle
2019-03-29
1
-1
/
+1
*
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