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
/
examples
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Fix a number of Clang-Tidy warnings.
Christian Sigg
2019-09-23
2
-2
/
+2
*
NFC: Pass OpAsmPrinter by reference instead of by pointer.
River Riddle
2019-09-20
11
-48
/
+48
*
NFC: Pass OperationState by reference instead of by pointer.
River Riddle
2019-09-20
17
-178
/
+178
*
NFC: Pass OpAsmParser by reference instead of by pointer.
River Riddle
2019-09-20
11
-59
/
+58
*
Unify error messages to start with lower-case.
MLIR Team
2019-09-18
10
-36
/
+36
*
Drop makePositionAttr and the like in favor of Builder::getI64ArrayAttr
Alex Zinenko
2019-09-16
2
-29
/
+9
*
Add pattern to canonicalize for loop bounds
Uday Bondhugula
2019-09-13
2
-20
/
+20
*
NFC: Finish replacing FunctionPassBase/ModulePassBase with OpPassBase.
River Riddle
2019-09-13
4
-6
/
+5
*
Refactor the pass manager to support operations other than FuncOp/ModuleOp.
River Riddle
2019-09-02
5
-8
/
+9
*
Generalize the pass hierarchy by adding a general OpPass<PassT, OpT>.
River Riddle
2019-08-30
2
-2
/
+6
*
Refactor the 'walk' methods for operations.
River Riddle
2019-08-29
2
-2
/
+2
*
Extend map canonicalization to propagate constant operands
Uday Bondhugula
2019-08-29
1
-2
/
+2
*
Update Ch.2 of the Toy tutorial.
River Riddle
2019-08-27
5
-223
/
+207
*
NFC: Update Ch.1 of the Toy tutorial.
River Riddle
2019-08-23
2
-7
/
+5
*
NFC: Move AffineOps dialect to the Dialect sub-directory.
River Riddle
2019-08-20
2
-2
/
+2
*
NFC: Move LLVMIR, SDBM, and StandardOps to the Dialect/ directory.
River Riddle
2019-08-19
13
-13
/
+13
*
Change from llvm::make_unique to std::make_unique
Jacques Pienaar
2019-08-17
14
-118
/
+108
*
Refactor ElementsAttr::getValue and DenseElementsAttr::getSplatValue.
River Riddle
2019-08-14
1
-6
/
+2
*
Express ownership transfer in PassManager API through std::unique_ptr (NFC)
Mehdi Amini
2019-08-12
11
-11
/
+25
*
NFC: Standardize the terminology used for parent ops/regions/etc.
River Riddle
2019-08-09
1
-1
/
+1
*
NFC: Update usages of OwningRewritePatternList to pass by & instead of &&.
River Riddle
2019-08-09
5
-8
/
+6
*
NFC: Update FuncOp::addEntryBlock to return the newly inserted block.
River Riddle
2019-08-07
4
-12
/
+4
*
Refactor Linalg ops to loop lowering (NFC)
Nicolas Vasilache
2019-08-06
2
-3
/
+3
*
Add TTI pass initialization to pass managers.
Diego Caballero
2019-08-05
1
-2
/
+4
*
NFC: Implement OwningRewritePatternList as a class instead of a using directive.
River Riddle
2019-08-05
8
-18
/
+17
*
Update style/clang-format (NFC).
Jacques Pienaar
2019-07-22
1
-1
/
+1
*
Refactor region type signature conversion to be explicit via patterns.
River Riddle
2019-07-20
3
-2
/
+11
*
NFC: Expose a ConversionPatternRewriter for use with ConversionPatterns.
River Riddle
2019-07-19
4
-26
/
+38
*
Refactor the conversion of block argument types in DialectConversion.
River Riddle
2019-07-19
3
-4
/
+6
*
Refactor DialectConversion to support different conversion modes.
River Riddle
2019-07-16
4
-8
/
+7
*
Remove lowerAffineConstructs and lowerControlFlow in favor of providing patte...
River Riddle
2019-07-16
2
-20
/
+6
*
Remove the 'region' field from OpBuilder.
River Riddle
2019-07-12
1
-1
/
+1
*
Lower affine control flow to std control flow to LLVM dialect
Nicolas Vasilache
2019-07-12
7
-24
/
+40
*
NFC: Remove redundant call to registerPassManagerCLOptions from MLIR tutorial
Smit Hinsu
2019-07-12
1
-3
/
+0
*
Rename FunctionAttr to SymbolRefAttr.
River Riddle
2019-07-12
5
-4
/
+8
*
NFC: Replace Module::getNamedFunction with lookupSymbol<FuncOp>.
River Riddle
2019-07-12
3
-9
/
+13
*
NFC: Remove Function::getModule.
River Riddle
2019-07-12
3
-4
/
+4
*
NFC: Rename Module to ModuleOp.
River Riddle
2019-07-10
17
-33
/
+31
*
Update ModuleOp::create(...) to take a Location instead of a context.
River Riddle
2019-07-10
9
-16
/
+16
*
NFC: Rename Function to FuncOp.
River Riddle
2019-07-10
17
-76
/
+74
*
Standardize the value numbering in the AsmPrinter.
River Riddle
2019-07-09
2
-112
/
+112
*
NFC: Remove `Module::getFunctions` in favor of a general `getOps<T>`.
River Riddle
2019-07-08
4
-6
/
+8
*
NFC: Remove the various "::getFunction" methods.
River Riddle
2019-07-08
1
-1
/
+1
*
Remove std::move of trivially-copyable type.
Jacques Pienaar
2019-07-08
1
-1
/
+1
*
Replace the implementation of Function and Module with FuncOp and ModuleOp.
River Riddle
2019-07-03
5
-7
/
+12
*
NFC: Move the Function/Module/Operation::verify methods out-of-line.
River Riddle
2019-07-02
11
-13
/
+24
*
NFC: Refactor Module to be value typed.
River Riddle
2019-07-02
25
-91
/
+87
*
NFC: Refactor Function to be value typed.
River Riddle
2019-07-01
18
-214
/
+221
*
Extract the automatic function renaming and symbol table out of Module.
River Riddle
2019-07-01
1
-7
/
+9
*
Refactor DialectConversion to use 'materializeConversion' when a type convers...
River Riddle
2019-06-28
1
-0
/
+8
[prev]
[next]