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
/
Dialect
/
SPIRV
/
Serialization
Commit message (
Expand
)
Author
Age
Files
Lines
*
[mlir][spirv] Add lowering for std cmp ops.
Denis Khalikov
2020-01-07
1
-0
/
+27
*
[mlir][spirv] Add lowering for standard bit ops
Denis Khalikov
2020-01-07
1
-0
/
+9
*
Add atomic operations to SPIR-V dialect.
Mahesh Ravishankar
2019-12-16
1
-1
/
+23
*
[spirv] Re-enable nested loop (de)serialization test
Lei Zhang
2019-12-16
1
-98
/
+99
*
[spirv] Add CompositeConstruct operation.
Denis Khalikov
2019-12-09
1
-1
/
+6
*
Minor spelling tweaks
Kazuaki Ishizaki
2019-12-09
1
-1
/
+1
*
[spirv] Add CompositeInsertOp operation
Denis Khalikov
2019-12-05
1
-0
/
+9
*
Add spv.AtomicCompareExchangeWeak
Lei Zhang
2019-12-05
1
-0
/
+10
*
[spirv] Fix nested loop (de)serialization
Lei Zhang
2019-12-05
1
-0
/
+83
*
[spirv] Adding sqrt op in the GLSL extension.
Scott Todd
2019-12-04
1
-1
/
+3
*
[spirv] Add spv.GroupNonUniformBallot
Lei Zhang
2019-12-03
1
-0
/
+10
*
[spirv] Add spv.SubgroupBallotKHROp
Lei Zhang
2019-12-03
1
-0
/
+10
*
Support SPIR-V constant op to take DenseElementsAttr as input.
Hanhan Wang
2019-11-18
1
-0
/
+14
*
[spirv] Add bit ops
Denis Khalikov
2019-11-15
1
-0
/
+15
*
Make VariableOp instructions be in the first block in the function.
Hanhan Wang
2019-11-12
1
-0
/
+13
*
Add support for OpPhi in loop header block
Lei Zhang
2019-11-12
1
-1
/
+45
*
[spirv] Add bit ops
Denis Khalikov
2019-11-08
1
-0
/
+34
*
[spirv] Add cast operations
Denis Khalikov
2019-10-30
1
-4
/
+44
*
[spirv] Fix gen_spirv_dialect.py and add spv.Unreachable
Lei Zhang
2019-10-30
1
-0
/
+10
*
[spirv] Support OpPhi using block arguments
Lei Zhang
2019-10-28
1
-0
/
+165
*
[spirv] Allow block arguments on spv.Branch(Conditional)
Lei Zhang
2019-10-21
2
-4
/
+4
*
[spirv] Add support for SpecId decoration on spv.specConstant
Lei Zhang
2019-10-15
1
-4
/
+4
*
[spirv] Disable a crashing spv.loop test
Lei Zhang
2019-10-07
1
-98
/
+99
*
Update UndefOp (de)serialization to generate OpUndef at module level.
Mahesh Ravishankar
2019-10-07
1
-9
/
+27
*
[spirv] Fix function entry block erase after moving to spv.selection
Lei Zhang
2019-10-07
2
-5
/
+157
*
Add spv.Undef op to support OpUndef instruction in SPIR-V.
Mahesh Ravishankar
2019-10-04
1
-0
/
+15
*
[spirv] Add support for spv.selection
Lei Zhang
2019-10-02
1
-0
/
+49
*
Add spv.Bitcast operation to SPIR-V dialect
Mahesh Ravishankar
2019-09-25
1
-0
/
+9
*
[spirv] Add SPV_UnaryOp and spv.FNegate
Lei Zhang
2019-09-25
1
-0
/
+5
*
Add support for GLSL Binary ops, and use it to implement GLSL FMax.
Mahesh Ravishankar
2019-09-24
1
-1
/
+3
*
[spirv] NFC: clean up (de)serialization tests
Lei Zhang
2019-09-23
21
-167
/
+179
*
Simplify the way spirv::StructTypes are parsed.
Mahesh Ravishankar
2019-09-23
1
-6
/
+9
*
[spirv] Add OpControlBarrier and OpMemoryBarrier.
Denis Khalikov
2019-09-21
1
-0
/
+24
*
Allow specification of decorators on SPIR-V StructType members.
Mahesh Ravishankar
2019-09-19
1
-0
/
+9
*
Add (de)serialization support for OpRuntimeArray.
Mahesh Ravishankar
2019-09-17
1
-0
/
+8
*
Register a -test-spirv-roundtrip hook to mlir-translate
Lei Zhang
2019-09-17
21
-21
/
+21
*
Autogenerate (de)serialization for Extended Instruction Sets
Mahesh Ravishankar
2019-09-16
1
-0
/
+9
*
[spirv] Add support for function calls.
Denis Khalikov
2019-09-16
1
-0
/
+53
*
Update SPIR-V symbols and use GLSL450 instead of VulkanKHR
Lei Zhang
2019-09-13
13
-14
/
+14
*
[spirv] Add support for spv.loop (de)serialization
Lei Zhang
2019-09-11
1
-0
/
+59
*
Add Select operation to SPIR-V dialect.
Mahesh Ravishankar
2019-09-02
1
-0
/
+20
*
[spirv] Add support for extension (de)serialization
Lei Zhang
2019-08-22
1
-0
/
+8
*
[spirv] Add support for capability (de)serialization
Lei Zhang
2019-08-22
1
-0
/
+7
*
Remove the wrapping function in SPIR-V (de)serialization
Lei Zhang
2019-08-21
15
-453
/
+406
*
[spirv] Support i1 as bool type
Lei Zhang
2019-08-21
1
-2
/
+6
*
Materialize spv.constants at use sites
Lei Zhang
2019-08-21
2
-90
/
+163
*
Add spv.specConstant and spv._reference_of
Lei Zhang
2019-08-20
1
-39
/
+23
*
[spirv] Support (de)serialization of spv.struct
Denis Khalikov
2019-08-20
1
-0
/
+24
*
Fix parsing/printing of spv.globalVariable and spv._address_of
Mahesh Ravishankar
2019-08-19
4
-16
/
+34
*
[spirv] Add spv.ReturnValue
Lei Zhang
2019-08-19
1
-0
/
+21
[next]