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
/
Conversion
/
VectorToLLVM
Commit message (
Expand
)
Author
Age
Files
Lines
*
Make helper functions static or move them into anonymous namespaces. NFC.
Benjamin Kramer
2020-01-14
1
-0
/
+4
*
[mlir] NFC: Remove Value::operator* and Value::operator-> now that Value is p...
River Riddle
2020-01-11
1
-7
/
+7
*
[mlir][VectorOps] Implement insert_strided_slice conversion
Nicolas Vasilache
2020-01-09
1
-41
/
+174
*
[mlir][VectorOps] Implement strided_slice conversion
Nicolas Vasilache
2020-01-09
1
-3
/
+98
*
NFC: Replace ValuePtr with Value and remove it now that Value is value-typed.
River Riddle
2019-12-23
1
-58
/
+53
*
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
-52
/
+56
*
[VectorOps] unify vector dialect "subscripts"
Aart Bik
2019-12-20
1
-4
/
+4
*
[VectorOps] Add vector.print definition, with lowering support
Aart Bik
2019-12-18
1
-2
/
+124
*
[VectorOps] Add [insert/extract]element definition together with lowering to ...
Aart Bik
2019-12-16
1
-1
/
+52
*
[VectorOps] Add lowering of vector.shuffle to LLVM IR
Aart Bik
2019-12-12
1
-55
/
+114
*
[VectorOps] Add lowering of vector.insert to LLVM IR
Aart Bik
2019-12-10
1
-24
/
+100
*
[VecOps] Rename vector.[insert|extract]element to just vector.[insert|extract]
Aart Bik
2019-12-06
1
-3
/
+3
*
[VectorOps] Add lowering of vector.broadcast to LLVM IR
Aart Bik
2019-12-06
1
-1
/
+186
*
Refactor dependencies to expose Vector transformations as patterns - NFC
Nicolas Vasilache
2019-12-03
2
-0
/
+298
*
Refactor the LowerVectorTransfers pass to use the RewritePattern infra - NFC
Nicolas Vasilache
2019-11-14
2
-298
/
+0
*
Use MemRefDescriptor in Vector-to-LLVM convresion
Alex Zinenko
2019-11-14
1
-38
/
+14
*
Move VectorOps to Tablegen - (almost) NFC
Nicolas Vasilache
2019-11-14
1
-3
/
+3
*
Add support for alignment attribute in std.alloc.
Nicolas Vasilache
2019-11-12
1
-4
/
+15
*
Implement lowering of VectorTypeCastOp to LLVM
Nicolas Vasilache
2019-10-18
1
-2
/
+104
*
Rename LLVM::exp and LLVM::fmuladd to LLVM::ExpOP and LLVM::FMulAddOp.
Alexander Belyaev
2019-10-11
1
-1
/
+1
*
Fix a number of Clang-Tidy warnings.
Christian Sigg
2019-09-23
1
-1
/
+1
*
Drop makePositionAttr and the like in favor of Builder::getI64ArrayAttr
Alex Zinenko
2019-09-16
1
-14
/
+5
*
NFC: Finish replacing FunctionPassBase/ModulePassBase with OpPassBase.
River Riddle
2019-09-13
1
-1
/
+1
*
Move Linalg and VectorOps dialects to the Dialect subdir - NFC
Nicolas Vasilache
2019-08-19
1
-1
/
+1
*
NFC: Move LLVMIR, SDBM, and StandardOps to the Dialect/ directory.
River Riddle
2019-08-19
1
-1
/
+1
*
Extend vector.outerproduct with an optional 3rd argument
Nicolas Vasilache
2019-08-16
1
-47
/
+43
*
Add lowering of vector dialect to LLVM dialect.
Nicolas Vasilache
2019-08-12
2
-0
/
+222