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
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Switch from shfl.bfly to shfl.down.
Christian Sigg
2019-12-12
1
-2
/
+2
*
Add std.log* and llvm.intr.log* that correspond to the LLVMIR intrinsics
Nicolas Vasilache
2019-12-11
1
-0
/
+12
*
Expose a convenience function to add interface attributes to a function.
Mahesh Ravishankar
2019-12-11
1
-1
/
+1
*
[spirv] Add lowering for std.fdiv, std.frem, std.fsub
Denis Khalikov
2019-12-11
1
-0
/
+3
*
NFC: Fix naming inconsistency: FuncOpLowering -> GPUFuncOpLowering.
Christian Sigg
2019-12-11
1
-7
/
+3
*
Add a function to get lowering patterns from GPU to NVVM.
Stephan Herhut
2019-12-11
1
-13
/
+18
*
[VectorOps] Add lowering of vector.insert to LLVM IR
Aart Bik
2019-12-10
1
-24
/
+100
*
Drop Markdown style annotations
Alex Zinenko
2019-12-10
1
-2
/
+2
*
Add lowering for module with gpu.kernel_module attribute.
Mahesh Ravishankar
2019-12-09
2
-27
/
+94
*
Minor spelling tweaks
Kazuaki Ishizaki
2019-12-09
1
-3
/
+3
*
Replace spurious SmallVector constructions with ValueRange
Uday Bondhugula
2019-12-09
1
-5
/
+5
*
Update the builder API to take ValueRange instead of ArrayRef<Value *>
River Riddle
2019-12-07
4
-23
/
+17
*
Add a new ValueRange class.
River Riddle
2019-12-06
1
-2
/
+1
*
NFC: Separate implementation and definition in ConvertStandardToSPIRV.cpp
Mahesh Ravishankar
2019-12-06
1
-140
/
+188
*
Replace custom getBody method with an ODS-generated in gpu::LaunchOp
Alex Zinenko
2019-12-06
1
-7
/
+7
*
[VecOps] Rename vector.[insert|extract]element to just vector.[insert|extract]
Aart Bik
2019-12-06
1
-3
/
+3
*
LLVM::GlobalOp: take address space as builder argument
Alex Zinenko
2019-12-06
1
-7
/
+2
*
[VectorOps] Add lowering of vector.broadcast to LLVM IR
Aart Bik
2019-12-06
1
-1
/
+186
*
Add conversions of GPU func with memory attributions to LLVM/NVVM
Alex Zinenko
2019-12-06
2
-3
/
+204
*
minor spelling tweaks
Kazuaki Ishizaki
2019-12-06
1
-1
/
+1
*
Add UnrankedMemRef Type
nmostafa
2019-12-05
1
-31
/
+164
*
Allow specification of the workgroup size for GPUToSPIRV lowering.
Mahesh Ravishankar
2019-12-05
3
-11
/
+48
*
Add a CL option to Standard to LLVM lowering to use alloca instead of malloc/...
Nicolas Vasilache
2019-12-04
1
-35
/
+89
*
Refactor dependencies to expose Vector transformations as patterns - NFC
Nicolas Vasilache
2019-12-03
8
-482
/
+37
*
Add a pass to legalize operations before lowering to SPIR-V.
Mahesh Ravishankar
2019-12-03
3
-1
/
+194
*
Convert MemRefType to a linearized array in SPIR-V lowering.
Mahesh Ravishankar
2019-12-03
1
-37
/
+57
*
Fix ViewOp to have at most one offset operand
Alex Zinenko
2019-12-03
1
-6
/
+11
*
Extend conversion of SubViewOp to llvm to also support cases where size and s...
Stephan Herhut
2019-12-03
1
-6
/
+24
*
Add linkage support to LLVMFuncOp
Alex Zinenko
2019-12-03
2
-3
/
+5
*
NFC: Update std.subview op to use AttrSizedOperandSegments
Lei Zhang
2019-12-02
1
-2
/
+1
*
Lower linalg.indexed_generic with libcall to LLVM.
Alexander Belyaev
2019-12-02
1
-1
/
+57
*
Introduce Linkage attribute to the LLVM dialect
Alex Zinenko
2019-12-02
2
-4
/
+5
*
[spirv] NFC: Add getZero() and getOne() static method to ConstantOp
Lei Zhang
2019-11-27
1
-2
/
+1
*
Misc changes to lowering to SPIR-V.
Mahesh Ravishankar
2019-11-26
2
-19
/
+76
*
Use vector.InsertStridedSlice in Vector -> Vector unrolling
Nicolas Vasilache
2019-11-25
1
-8
/
+70
*
NFC: Actually expose the implementation of createGPUToSPIRVLoweringPass.
Mahesh Ravishankar
2019-11-25
1
-2
/
+3
*
Introduce attributes that specify the final ABI for a spirv::ModuleOp.
Mahesh Ravishankar
2019-11-25
4
-36
/
+21
*
NFC: Remove unnecessarily guarded tablegen includes.
River Riddle
2019-11-22
2
-10
/
+0
*
Unify vector op names with other dialects.
Jean-Michel Gorius
2019-11-22
3
-37
/
+34
*
Move Linalg Transforms that are actually Conversions - NFC
Nicolas Vasilache
2019-11-21
3
-0
/
+537
*
Changes to SubViewOp to make it more amenable to canonicalization.
Mahesh Ravishankar
2019-11-20
1
-5
/
+20
*
Implement unrolling of vector ops to finer-grained vector ops as a pattern.
Nicolas Vasilache
2019-11-20
2
-3
/
+402
*
Make type and rank explicit in mcuMemHostRegister function.
Christian Sigg
2019-11-19
1
-8
/
+10
*
Change conversion CLI flag from -lower-to-llvm to -convert-std-to-llvm
Alex Zinenko
2019-11-19
1
-1
/
+2
*
ConvertStandardToLLVM: replace assertion with graceful failure
Alex Zinenko
2019-11-18
1
-2
/
+2
*
Standardize all VectorOps class names to be prefixed by Vector - NFC
Nicolas Vasilache
2019-11-18
1
-17
/
+17
*
Rename CLI flags -lower-gpu-ops-to-*-ops to -convert-gpu-to-*
Alex Zinenko
2019-11-18
2
-3
/
+2
*
NFC: Convert CmpIPredicate in StandardOps to use EnumAttr
Lei Zhang
2019-11-15
3
-13
/
+13
*
Refactor the LowerVectorTransfers pass to use the RewritePattern infra - NFC
Nicolas Vasilache
2019-11-14
4
-4
/
+372
*
NFC: Refactor Dialect Conversion targeting SPIR-V.
Mahesh Ravishankar
2019-11-14
6
-432
/
+211
[prev]
[next]