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
/
StandardToSPIRV
/
ConvertStandardToSPIRV.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Make helper functions static or move them into anonymous namespaces. NFC.
Benjamin Kramer
2020-01-14
1
-4
/
+5
*
[mlir] NFC: Remove Value::operator* and Value::operator-> now that Value is p...
River Riddle
2020-01-11
1
-11
/
+11
*
[mlir][spirv] Add lowering for std cmp ops.
Denis Khalikov
2020-01-07
1
-4
/
+55
*
NFC: Replace ValuePtr with Value and remove it now that Value is value-typed.
River Riddle
2019-12-23
1
-21
/
+18
*
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
-18
/
+19
*
Add integer bit-shift operations to the standard dialect.
Manuel Freiberger
2019-12-22
1
-2
/
+2
*
NFC: Separate implementation and definition in ConvertStandardToSPIRV.cpp
Mahesh Ravishankar
2019-12-06
1
-140
/
+188
*
Add a pass to legalize operations before lowering to SPIR-V.
Mahesh Ravishankar
2019-12-03
1
-1
/
+1
*
Convert MemRefType to a linearized array in SPIR-V lowering.
Mahesh Ravishankar
2019-12-03
1
-37
/
+57
*
[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
1
-17
/
+34
*
Introduce attributes that specify the final ABI for a spirv::ModuleOp.
Mahesh Ravishankar
2019-11-25
1
-2
/
+2
*
NFC: Convert CmpIPredicate in StandardOps to use EnumAttr
Lei Zhang
2019-11-15
1
-6
/
+6
*
NFC: Refactor Dialect Conversion targeting SPIR-V.
Mahesh Ravishankar
2019-11-14
1
-307
/
+45
*
Add operations needed to support lowering of AffineExpr to SPIR-V.
Mahesh Ravishankar
2019-11-12
1
-14
/
+72
*
Fix minor spelling tweaks (NFC)
Kazuaki Ishizaki
2019-10-20
1
-2
/
+2
*
NFC: Remove trivial builder get methods.
River Riddle
2019-10-17
1
-1
/
+1
*
Makes spv.module generated by GPU->SPIRV conversion spec compliant
Mahesh Ravishankar
2019-10-16
1
-4
/
+12
*
Allow for remapping argument to a Value in SignatureConversion.
Mahesh Ravishankar
2019-10-16
1
-1
/
+1
*
Add lowering of constant ops to SPIR-V.
Mahesh Ravishankar
2019-10-10
1
-6
/
+61
*
Make SPIR-V lowering infrastructure follow Vulkan SPIR-V validation.
Mahesh Ravishankar
2019-10-09
1
-96
/
+170
*
Fix a number of Clang-Tidy warnings.
Christian Sigg
2019-09-23
1
-1
/
+1
*
Add folding rule and dialect materialization hook for spv.constant
Lei Zhang
2019-09-03
1
-4
/
+1
*
Enhance GPU To SPIR-V conversion to support builtins and load/store ops.
Mahesh Ravishankar
2019-08-27
1
-20
/
+123
*
NFC: Move LLVMIR, SDBM, and StandardOps to the Dialect/ directory.
River Riddle
2019-08-19
1
-1
/
+1
*
Add spirv::GlobalVariableOp that allows module level definition of variables
Mahesh Ravishankar
2019-08-17
1
-11
/
+12
*
Simplify the classes that support SPIR-V conversion.
Mahesh Ravishankar
2019-08-15
1
-22
/
+23
*
NFC: Implement OwningRewritePatternList as a class instead of a using directive.
River Riddle
2019-08-05
1
-1
/
+1
*
Initial implementation to translate kernel fn in GPU Dialect to SPIR-V Dialect
Mahesh Ravishankar
2019-07-30
1
-0
/
+206