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
/
tools
/
mlir-tblgen
/
RewriterGen.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
-5
/
+5
*
[mlir] Compilation fix: use LLVM_ATTRIBUTE_UNUSED following 6656e961c08393c39...
Alexandre Ganea
2020-01-03
1
-6
/
+2
*
[mlir][Linalg] Extend generic ops to allow tensors
Nicolas Vasilache
2020-01-02
1
-3
/
+11
*
[mlir] Fix compilation warnings
Alexandre Ganea
2020-01-01
1
-2
/
+5
*
Add an __attribute__((unused)) to populateWithGenerated since it might
Eric Christopher
2019-12-26
1
-1
/
+2
*
NFC: Replace ValuePtr with Value and remove it now that Value is value-typed.
River Riddle
2019-12-23
1
-4
/
+4
*
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
-10
/
+10
*
Remove unused variable (fix warning) NFC
Mehdi Amini
2019-12-16
1
-2
/
+1
*
minor spelling tweaks
Kazuaki Ishizaki
2019-12-06
1
-3
/
+3
*
[ODS] Generate builders taking unwrapped value and defaults for attributes
Lei Zhang
2019-12-02
1
-2
/
+2
*
[DRR] Introduce `$_` to ignore op argument match
Lei Zhang
2019-12-02
1
-2
/
+5
*
Add support for AttrSizedOperandSegments/AttrSizedResultSegments
Lei Zhang
2019-11-25
1
-3
/
+3
*
Use aggregate-parameter builder for ops having autogen type-deduction builder
Lei Zhang
2019-11-15
1
-62
/
+182
*
[DRR] Allow interleaved operands and attributes
Lei Zhang
2019-10-21
1
-38
/
+51
*
[DRR] Address GCC warning by wrapping for statement body with {}
Lei Zhang
2019-10-20
1
-1
/
+2
*
[DRR] Use eraseOp() to replace no-result ops
Lei Zhang
2019-10-18
1
-10
/
+18
*
Fix RewriterGen to support using NativeCodeCall as auxiliary pattern
Lei Zhang
2019-10-17
1
-7
/
+13
*
Add LLVM_DEBUG in RewritersGen.cpp and Pattern.cpp
Lei Zhang
2019-10-17
1
-4
/
+48
*
Fix typos, NFC.
Christian Sigg
2019-10-04
1
-2
/
+2
*
Make result ops generated output deterministic
Jacques Pienaar
2019-09-26
1
-1
/
+7
*
Support variadic ops in declarative rewrite rules
Lei Zhang
2019-08-21
1
-91
/
+151
*
NFC: Don't assume that all operation traits are within the 'OpTrait::' namesp...
River Riddle
2019-08-19
1
-3
/
+4
*
NFC: Refactoring PatternSymbolResolver into SymbolInfoMap
Lei Zhang
2019-08-09
1
-247
/
+91
*
Emit matchAndRewrite() for declarative rewrite rules
Lei Zhang
2019-08-06
1
-115
/
+107
*
NFC: Implement OwningRewritePatternList as a class instead of a using directive.
River Riddle
2019-08-05
1
-2
/
+1
*
Replace the verifyUnusedValue directive with HasNoUseOf constraint
Lei Zhang
2019-08-01
1
-44
/
+9
*
Fix support for auxiliary ops in declarative rewrite rules
Lei Zhang
2019-07-31
1
-48
/
+110
*
RewriterGen: properly handle zero-result ops
Alex Zinenko
2019-07-30
1
-3
/
+3
*
Support referencing a single value generated by a matched multi-result op
Lei Zhang
2019-07-26
1
-18
/
+22
*
[TableGen] Support creating multi-result ops in result patterns
Lei Zhang
2019-07-03
1
-30
/
+93
*
[ODS] Introduce IntEnumAttr
Lei Zhang
2019-07-01
1
-1
/
+6
*
Parenthesize match expression to avoid operator precedence issues
MLIR Team
2019-06-27
1
-1
/
+1
*
Print proper message saying variadic ops are not supported in RewriterGen
Lei Zhang
2019-06-19
1
-10
/
+17
*
Fix correspondence between trait names in ODS and C++ class names.
Jacques Pienaar
2019-06-01
1
-2
/
+4
*
Use fused location for rewritten ops in generated rewrites.
Jacques Pienaar
2019-06-01
1
-2
/
+18
*
Add support to RewritePattern for specifying the potential operations tha...
River Riddle
2019-06-01
1
-3
/
+26
*
Fix incorrect result type inference for nested tuples & remove hacky cons...
Jacques Pienaar
2019-06-01
1
-7
/
+3
*
Add pattern file location to generated code to trace origin of pattern.
Jacques Pienaar
2019-06-01
1
-0
/
+13
*
Replace Operation::isa with llvm::isa.
River Riddle
2019-05-20
1
-1
/
+1
*
[TableGen] Return base attribute's name for anonymous OptionalAttr/Defaul...
Lei Zhang
2019-05-10
1
-1
/
+1
*
Replace dyn_cast<> with isa<> when the returned value is unused (NFC)
Mehdi Amini
2019-05-10
1
-2
/
+2
*
Fix up some mixed sign warnings.
Jacques Pienaar
2019-05-06
1
-6
/
+6
*
[TableGen] Support multiple variadic operands/results
Lei Zhang
2019-05-06
1
-1
/
+1
*
[TableGen] Clean up comments regarding op and result
Lei Zhang
2019-04-23
1
-3
/
+3
*
[TableGen] Unify cOp and tAttr into NativeCodeCall
Lei Zhang
2019-04-23
1
-52
/
+25
*
[TableGen] Capture bound source ops in PatternState
Lei Zhang
2019-04-23
1
-32
/
+24
*
NFC: Simplify named attribute in TableGen generators
Smit Hinsu
2019-04-18
1
-1
/
+1
*
[TableGen] Use `tgfmt` to format various predicates and rewrite rules
Lei Zhang
2019-04-18
1
-21
/
+31
*
[TableGen] Support naming rewrite rules
Lei Zhang
2019-04-11
1
-8
/
+21
[next]