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
/
test
/
lib
/
Transforms
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
3
-4
/
+4
*
[mlir][GPU] introduce utilities for promotion to workgroup memory
Alex Zinenko
2020-01-09
2
-0
/
+43
*
[mlir] Rewrite the internal representation of OpResult to be optimized for me...
River Riddle
2020-01-02
1
-1
/
+1
*
Refactor the way that pass options are specified.
River Riddle
2019-12-23
1
-15
/
+9
*
NFC: Replace ValuePtr with Value and remove it now that Value is value-typed.
River Riddle
2019-12-23
2
-2
/
+2
*
Adjust License.txt file to use the LLVM license
Mehdi Amini
2019-12-23
13
-169
/
+52
*
NFC: Introduce new ValuePtr/ValueRef typedefs to simplify the transition to V...
River Riddle
2019-12-22
2
-2
/
+2
*
Roll-forward initial liveness analysis including test cases.
Alexander Belyaev
2019-12-11
2
-0
/
+43
*
Automated rollback of commit 98fbf41044d3364dbaf18db81b9e8d9520d14761
Alexander Belyaev
2019-12-11
2
-43
/
+0
*
Add initial liveness analysis including test cases.
Marcel Koester
2019-12-11
2
-0
/
+43
*
Add VectorOp transform pattern which splits vector TransferReadOps to target ...
Andy Davis
2019-12-10
1
-0
/
+1
*
Fold TestLinalgTilePermutePatterns into TestLinalgTransformPatterns - NFC
Nicolas Vasilache
2019-12-10
2
-66
/
+0
*
Uniformize Vector transforms as patterns on the model of Linalg - NFC
Nicolas Vasilache
2019-12-10
2
-6
/
+9
*
[Linalg] Add permutation information to tiling
Jose Ignacio Gomez
2019-12-05
2
-0
/
+66
*
Refactor dependencies to expose Vector transformations as patterns - NFC
Nicolas Vasilache
2019-12-03
4
-11
/
+10
*
Split Linalg declarative patterns from specific test patterns - NFC
Nicolas Vasilache
2019-11-21
2
-0
/
+66
*
Implement unrolling of vector ops to finer-grained vector ops as a pattern.
Nicolas Vasilache
2019-11-20
3
-1
/
+46
*
Refactor the LowerVectorTransfers pass to use the RewritePattern infra - NFC
Nicolas Vasilache
2019-11-14
2
-0
/
+45
*
Convert the Canonicalize and CSE passes to generic Operation Passes.
River Riddle
2019-10-24
1
-5
/
+0
*
Fix minor spelling tweaks (NFC)
Kazuaki Ishizaki
2019-10-20
1
-1
/
+1
*
Add Instance Specific Pass Options.
MLIR Team
2019-10-08
1
-13
/
+15
*
Fix CMake build after adding TestOpaqueLoc.cpp
Nicolas Vasilache
2019-10-07
1
-0
/
+1
*
Add OpaqueLoc to MLIR locations.
MLIR Team
2019-10-07
1
-0
/
+93
*
Replace constexpr MemRefType::kDynamicStrideOrOffset by a MemRefType:;getDyna...
Nicolas Vasilache
2019-10-04
1
-2
/
+2
*
Extract MemRefType::getStridesAndOffset as a free function and fix dynamic of...
Nicolas Vasilache
2019-10-02
1
-1
/
+1
*
Unify Linalg types by using strided memrefs
Nicolas Vasilache
2019-10-01
1
-5
/
+3
*
Normalize MemRefType lowering to LLVM as strided MemRef descriptor
Nicolas Vasilache
2019-09-30
1
-2
/
+2
*
Fix MemRefType::getStrides corner case
Nicolas Vasilache
2019-09-30
1
-1
/
+1
*
Emit function name being tested in TestMemRefStrideCalculation
Jacques Pienaar
2019-09-25
1
-0
/
+1
*
Fix memref-stride-calculation on Windows
Lei Zhang
2019-09-25
1
-0
/
+1
*
Add initial callgraph support.
River Riddle
2019-09-23
2
-0
/
+40
*
Fix public build
Nicolas Vasilache
2019-09-20
1
-0
/
+1
*
Add utility to extract strides from layout map in MemRefType.
Nicolas Vasilache
2019-09-20
1
-0
/
+63
*
NFC: Finish replacing FunctionPassBase/ModulePassBase with OpPassBase.
River Riddle
2019-09-13
4
-4
/
+4
*
Add the initial inlining infrastructure.
River Riddle
2019-09-05
2
-0
/
+77
*
Add a new dialect interface for the OperationFolder `OpFolderDialectInterface`.
River Riddle
2019-09-01
1
-1
/
+1
*
Refactor the 'walk' methods for operations.
River Riddle
2019-08-29
2
-2
/
+2
*
NFC: Move AffineOps dialect to the Dialect sub-directory.
River Riddle
2019-08-20
3
-3
/
+3
*
NFC: Move LLVMIR, SDBM, and StandardOps to the Dialect/ directory.
River Riddle
2019-08-19
2
-2
/
+2
*
Change from llvm::make_unique to std::make_unique
Jacques Pienaar
2019-08-17
5
-6
/
+6
*
Express ownership transfer in PassManager API through std::unique_ptr (NFC)
Mehdi Amini
2019-08-12
5
-10
/
+11
*
NFC: Standardize the terminology used for parent ops/regions/etc.
River Riddle
2019-08-09
2
-2
/
+2
*
Cleanup slicing test.
Nicolas Vasilache
2019-07-24
1
-0
/
+4
*
Refactor LoopParametricTiling as a test pass - NFC
Nicolas Vasilache
2019-07-22
2
-0
/
+72
*
Utility function to map a loop on a parametric grid of virtual processors
Nicolas Vasilache
2019-07-19
2
-0
/
+67
*
NFC: Rename Function to FuncOp.
River Riddle
2019-07-10
1
-1
/
+1
*
NFC: Refactor Function to be value typed.
River Riddle
2019-07-01
1
-8
/
+8
*
Move the emitError/Warning/Remark utility methods out of MLIRContext and into...
River Riddle
2019-06-25
1
-1
/
+1
*
Update the OperationFolder to find a valid insertion point when materializing...
River Riddle
2019-06-25
1
-4
/
+2
*
Split test-specific passes out of mlir-opt
Nicolas Vasilache
2019-06-24
4
-0
/
+571