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
/
IR
/
PatternMatch.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
-1
/
+1
*
Change the `notifyRootUpdated` API to be transaction based.
River Riddle
2019-12-23
1
-17
/
+0
*
Adjust License.txt file to use the LLVM license
Mehdi Amini
2019-12-23
1
-13
/
+4
*
Add a new ValueRange class.
River Riddle
2019-12-06
1
-10
/
+7
*
Add a PatternRewriter hook to merge blocks, and use it to support for folding...
River Riddle
2019-11-05
1
-0
/
+29
*
Add support for PatternRewriter::eraseOp.
River Riddle
2019-10-16
1
-0
/
+8
*
Add a PatternRewriter hook for cloning a region into another.
River Riddle
2019-10-08
1
-0
/
+19
*
NFC: Update pattern rewrite API to pass OwningRewritePatternList by const ref...
River Riddle
2019-08-11
1
-1
/
+1
*
Add utility 'replaceAllUsesWith' methods to Operation.
River Riddle
2019-08-07
1
-2
/
+1
*
NFC: Implement OwningRewritePatternList as a class instead of a using directive.
River Riddle
2019-08-05
1
-5
/
+6
*
Add an overload to 'PatternRewriter::inlineRegionBefore' that accepts a paren...
River Riddle
2019-06-22
1
-2
/
+5
*
Use DialectConversion to lower the Affine dialect to the Standard dialect
Alex Zinenko
2019-06-11
1
-0
/
+9
*
Add support to RewritePattern for specifying the potential operations tha...
River Riddle
2019-06-01
1
-0
/
+14
*
Rewrite the DialectOpConversion patterns to inherit from RewritePattern i...
River Riddle
2019-05-20
1
-3
/
+4
*
Apply patterns repeatly if the function is modified
Feng Liu
2019-04-23
1
-2
/
+3
*
Replace usages of Instruction with Operation in the /IR directory.
River Riddle
2019-03-29
1
-10
/
+8
*
Rename the Instruction class to Operation. This just renames the class, usage...
River Riddle
2019-03-29
1
-1
/
+1
*
Refactor the Pattern framework to allow for combined match/rewrite patterns. ...
River Riddle
2019-03-29
1
-49
/
+25
*
Remove remaining references to OperationInst in all directories except for li...
River Riddle
2019-03-29
1
-7
/
+6
*
Fold the functionality of OperationInst into Instruction. OperationInst still...
River Riddle
2019-03-29
1
-1
/
+1
*
Standardize naming of statements -> instructions, revisting the code base to be
Chris Lattner
2019-03-29
1
-1
/
+1
*
Merge Operation into OperationInst and standardize nomenclature around
Chris Lattner
2019-03-29
1
-6
/
+9
*
Merge SSAValue, CFGValue, and MLValue together into a single Value class, which
Chris Lattner
2019-03-29
1
-8
/
+7
*
Split "rewrite" functionality out of Pattern into a new RewritePattern derived
Chris Lattner
2019-03-29
1
-7
/
+10
*
Tidy up the replaceOp hooks in PatternMatch, generalizing them to support any
Chris Lattner
2019-03-29
1
-24
/
+19
*
Minimal patch to allow patterns to rewrite multi-result instructions, related...
Chris Lattner
2019-03-29
1
-0
/
+23
*
- Simplify PatternMatch to *require* static benefits at pattern construction
Chris Lattner
2019-03-29
1
-55
/
+13
*
Refactor all of the canonicalization patterns out of the Canonicalize pass, and
Chris Lattner
2019-03-29
1
-0
/
+195