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
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Adjust License.txt file to use the LLVM license
Mehdi Amini
2019-12-23
31
-403
/
+124
*
NFC: Introduce new ValuePtr/ValueRef typedefs to simplify the transition to V...
River Riddle
2019-12-22
11
-50
/
+51
*
Add integer bit-shift operations to the standard dialect.
Manuel Freiberger
2019-12-22
14
-135
/
+199
*
[VectorOps] unify vector dialect "subscripts"
Aart Bik
2019-12-20
3
-61
/
+61
*
[VectorOps] remove redundant returns from invalid ops test
Aart Bik
2019-12-20
1
-27
/
+0
*
fix isValidDim for block arg case
Uday Bondhugula
2019-12-20
2
-4
/
+16
*
Add gpu.shuffle op.
Christian Sigg
2019-12-20
4
-0
/
+76
*
Allow dialect to create friendly names for region arguments
Frank Laub
2019-12-19
2
-0
/
+26
*
Unique trait list during ODS Operator trait construction
Jacques Pienaar
2019-12-19
1
-1
/
+3
*
[VectorOps] Update vector transfer_read/write ops to operatate on memrefs wit...
Andy Davis
2019-12-19
2
-4
/
+45
*
[VectorOps] Add vector ReshapeOp to the VectorOps dialect.
Andy Davis
2019-12-19
2
-0
/
+77
*
[VectorOps] minor cleanup: vector dialect "subscripts" are i32
Aart Bik
2019-12-19
3
-20
/
+20
*
Add runtime utils support for print_memref_i8
Nicolas Vasilache
2019-12-18
3
-15
/
+50
*
[VectorOps] Replace iostream with stdio in support lib for vector.print
Aart Bik
2019-12-18
1
-6
/
+8
*
Added LLVM ops and lowering phases from standard dialect for FAbs, FCeil, Cos...
Marcel Koester
2019-12-18
1
-0
/
+42
*
[VectorOps] Add vector.print definition, with lowering support
Aart Bik
2019-12-18
5
-0
/
+72
*
Add support for providing a default implementation for an interface method.
River Riddle
2019-12-18
1
-2
/
+1
*
Introduce prefetch op: affine -> std -> llvm intrinsic
Uday Bondhugula
2019-12-18
8
-11
/
+139
*
Harden the requirements to memory attribution types in gpu.func
Alex Zinenko
2019-12-18
2
-5
/
+38
*
Add pattern rewrite which splits a vector TransferWriteOp into slices accordi...
Andy Davis
2019-12-17
1
-10
/
+21
*
Add missing virtual inliner interface method in SPIR-V dialect.
Mahesh Ravishankar
2019-12-17
1
-0
/
+45
*
Add pattern rewrite to forward vector tuple elements to their users.
Andy Davis
2019-12-17
1
-13
/
+4
*
Add pattern rewrite which splits a vector TransferReadOp into slices accordin...
Andy Davis
2019-12-17
1
-5
/
+12
*
Update vector op unrolling transformation to generate ExtractSlicesOp and Ins...
Andy Davis
2019-12-17
1
-151
/
+144
*
Add atomic operations to SPIR-V dialect.
Mahesh Ravishankar
2019-12-16
2
-2
/
+155
*
[spirv] Re-enable nested loop (de)serialization test
Lei Zhang
2019-12-16
1
-98
/
+99
*
Add edsc::ops for pointwise, conv and dilated_conv
Nicolas Vasilache
2019-12-16
1
-2
/
+111
*
Add InsertSlicesOp to the VectorOps dialect.
Andy Davis
2019-12-16
2
-0
/
+43
*
Plug gpu.func into the GPU lowering pipelines
Alex Zinenko
2019-12-16
9
-37
/
+37
*
[Linalg] Expose subview promotion as a declarative pattern
Jose Ignacio Gomez
2019-12-16
2
-1
/
+57
*
[VectorOps] Add [insert/extract]element definition together with lowering to ...
Aart Bik
2019-12-16
3
-1
/
+63
*
Adds ExtractSlicesOp to the VectorOps dialect.
Andy Davis
2019-12-16
2
-0
/
+68
*
Make memref promotion during std->LLVM lowering the default calling convention
Alex Zinenko
2019-12-16
1
-0
/
+8
*
Apply a level of sugaring to the linalg.generic EDSC - NFC
Nicolas Vasilache
2019-12-13
1
-18
/
+1
*
Skip generating C++ for "DeclareOpInterfaceMethods" in op interface gen.
Jing Pu
2019-12-13
1
-0
/
+34
*
Add a layer of EDSC for linalg.GenericOp
Nicolas Vasilache
2019-12-13
3
-25
/
+48
*
Try to fold operations in DialectConversion when trying to legalize.
River Riddle
2019-12-13
4
-41
/
+34
*
Fix logic on when to emit collective type but separate arg builder
Jacques Pienaar
2019-12-12
2
-15
/
+7
*
[VectorOps] Add lowering of vector.shuffle to LLVM IR
Aart Bik
2019-12-12
1
-165
/
+215
*
Add type inference variant for separate params builder generated
Jacques Pienaar
2019-12-12
1
-2
/
+3
*
Retire !linalg.buffer type - NFC
Nicolas Vasilache
2019-12-12
1
-1
/
+1
*
[Linalg] Add test for fusion of GenericOp with IndexedGenericOp.
Alexander Belyaev
2019-12-12
1
-1
/
+56
*
Added lowering of `std.tanh` to llvm function call to `tanh` and `tanhf`.
Ehsan Toosi
2019-12-12
1
-1
/
+23
*
Move cpu runner utils templates to .h
Nicolas Vasilache
2019-12-12
3
-159
/
+175
*
Automated rollback of commit f68ac464d818629e0fe10c23b44ac782d64a12d2
Christian Sigg
2019-12-12
4
-21
/
+21
*
Switch from shfl.bfly to shfl.down.
Christian Sigg
2019-12-12
4
-21
/
+21
*
Add std.log* and llvm.intr.log* that correspond to the LLVMIR intrinsics
Nicolas Vasilache
2019-12-11
1
-0
/
+33
*
Add missing CMake dependency for MLIRTestIR.
Mahesh Ravishankar
2019-12-11
1
-0
/
+3
*
[spirv] Add lowering for std.fdiv, std.frem, std.fsub
Denis Khalikov
2019-12-11
1
-0
/
+28
*
Continue refactoring StructuredOps utilities
Nicolas Vasilache
2019-12-11
9
-54
/
+102
[prev]
[next]