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
/
Utils
/
GreedyPatternRewriteDriver.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
[mlir] NFC: Remove Value::operator* and Value::operator-> now that Value is p...
River Riddle
2020-01-11
1
-4
/
+4
*
NFC: Replace ValuePtr with Value and remove it now that Value is value-typed.
River Riddle
2019-12-23
1
-2
/
+2
*
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
-4
/
+4
*
Make OpBuilder::insert virtual instead of OpBuilder::createOperation.
River Riddle
2019-12-11
1
-6
/
+5
*
Merge DCE and unreachable block elimination into a new utility 'simplifyRegio...
River Riddle
2019-11-20
1
-53
/
+2
*
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 canonicalizing callable regions during inlining.
River Riddle
2019-10-10
1
-8
/
+23
*
Add a new dialect interface for the OperationFolder `OpFolderDialectInterface`.
River Riddle
2019-09-01
1
-1
/
+1
*
Support folding of ops with inner ops in GreedyPatternRewriteDriver.
Andy Ly
2019-08-26
1
-8
/
+7
*
NFC: Add a note to 'applyPatternsGreedily' that it also performs folding/dce.
River Riddle
2019-08-23
1
-3
/
+2
*
NFC: Move LLVMIR, SDBM, and StandardOps to the Dialect/ directory.
River Riddle
2019-08-19
1
-1
/
+1
*
NFC: Update pattern rewrite API to pass OwningRewritePatternList by const ref...
River Riddle
2019-08-11
1
-2
/
+2
*
NFC: Update usages of OwningRewritePatternList to pass by & instead of &&.
River Riddle
2019-08-09
1
-1
/
+1
*
Remove ops in regions/blocks from worklist when parent op is being removed vi...
Andy Ly
2019-08-06
1
-0
/
+4
*
NFC: Implement OwningRewritePatternList as a class instead of a using directive.
River Riddle
2019-08-05
1
-3
/
+3
*
Update 'applyPatternsGreedily' to work on the regions of any operations.
River Riddle
2019-07-16
1
-20
/
+24
*
Update the PatternRewriter constructor to take a context instead of a region.
River Riddle
2019-07-12
1
-3
/
+3
*
Remove the 'region' field from OpBuilder.
River Riddle
2019-07-12
1
-5
/
+5
*
Fix a bug in the canonicalizer when replacing constants via patterns.
River Riddle
2019-07-12
1
-3
/
+6
*
Rename FunctionAttr to SymbolRefAttr.
River Riddle
2019-07-12
1
-0
/
+1
*
NFC: Rename Function to FuncOp.
River Riddle
2019-07-10
1
-2
/
+2
*
NFC: Refactor Function to be value typed.
River Riddle
2019-07-01
1
-2
/
+2
*
Update the OperationFolder to find a valid insertion point when materializing...
River Riddle
2019-06-25
1
-3
/
+1
*
Add a new dialect hook 'materializeConstant' to create a constant operation t...
River Riddle
2019-06-22
1
-2
/
+5
*
NFC: Rename FuncBuilder to OpBuilder and refactor to take a top level region ...
River Riddle
2019-06-09
1
-5
/
+7
*
NFC: Rename FoldHelper to OperationFolder and split a large function in two.
River Riddle
2019-06-09
1
-3
/
+3
*
Add user iterators to IRObjects, i.e. Values.
River Riddle
2019-05-20
1
-8
/
+5
*
Rewrite the DialectOpConversion patterns to inherit from RewritePattern i...
River Riddle
2019-05-20
1
-2
/
+2
*
Refactor PatternRewriter to inherit from FuncBuilder instead of Builder. ...
River Riddle
2019-05-20
1
-8
/
+4
*
Unify the 'constantFold' and 'fold' hooks on an operation into just 'fold...
River Riddle
2019-05-20
1
-48
/
+12
*
Replace Operation::isa with llvm::isa.
River Riddle
2019-05-20
1
-1
/
+1
*
Remove extra `;` after function definition (NFC)
Mehdi Amini
2019-05-10
1
-1
/
+1
*
Fix up some mixed sign warnings.
Jacques Pienaar
2019-05-06
1
-2
/
+2
*
Apply patterns repeatly if the function is modified
Feng Liu
2019-04-23
1
-87
/
+117
*
Deduplicate constant folding logic in ConstantFold and GreedyPatternRewri...
Lei Zhang
2019-04-05
1
-89
/
+19
*
Rename InstOperand to OpOperand.
River Riddle
2019-03-29
1
-1
/
+1
*
Replace usages of Instruction with Operation in the Transforms/ directory.
River Riddle
2019-03-29
1
-14
/
+14
*
Replace usages of Instruction with Operation in the /IR directory.
River Riddle
2019-03-29
1
-1
/
+1
*
Make FunctionPass::getFunction() return a reference to the function, instead of
Chris Lattner
2019-03-29
1
-5
/
+5
*
Replace usages of "Op::operator->" with ".".
River Riddle
2019-03-29
1
-7
/
+7
*
Refactor the Pattern framework to allow for combined match/rewrite patterns. ...
River Riddle
2019-03-29
1
-11
/
+7
*
Update the constantFold/fold API to use LogicalResult instead of bool.
River Riddle
2019-03-29
1
-2
/
+2
*
NFC. Move all of the remaining operations left in BuiltinOps to StandardOps. ...
River Riddle
2019-03-29
1
-1
/
+1
*
Add a generic pattern matcher for matching constant values produced by an ope...
River Riddle
2019-03-29
1
-9
/
+4
*
Modify the canonicalizations of select and muli to use the fold hook.
River Riddle
2019-03-29
1
-17
/
+33
*
When canonicalizing only erase the operation after calling the 'fold' hook if...
River Riddle
2019-03-29
1
-2
/
+2
*
Remove remaining usages of OperationInst in lib/Transforms.
River Riddle
2019-03-29
1
-22
/
+16
*
Replace the walkOps/visitOperationInst variants from the InstWalkers with the...
River Riddle
2019-03-29
1
-1
/
+1
[next]