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
Commit message (
Expand
)
Author
Age
Files
Lines
*
[mlir][spirv] Properly support SPIR-V conversion target
Lei Zhang
2020-01-14
3
-10
/
+281
*
[mlir] Change the syntax of AffineMapAttr and IntegerSetAttr to avoid conflic...
River Riddle
2020-01-13
1
-2
/
+2
*
[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
*
[mlir][spirv] Fix shader ABI attribute prefix and add verification
Lei Zhang
2020-01-03
3
-29
/
+130
*
[mlir][spirv] Update SPIR-V enums and ops with availability spec
Lei Zhang
2020-01-02
1
-1
/
+1
*
[mlir][spirv] Allow specifying availability on enum attribute cases
Lei Zhang
2020-01-02
2
-4
/
+25
*
[mlir][spirv] Add basic definitions for supporting availability
Lei Zhang
2019-12-27
3
-0
/
+118
*
Add missing virtual inliner interface method in SPIR-V dialect.
Mahesh Ravishankar
2019-12-17
1
-0
/
+45
*
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
*
[spirv] Add CompositeConstruct operation.
Denis Khalikov
2019-12-09
2
-1
/
+58
*
[spirv] Add spv.IAdd, spv.ISub, and spv.IMul folders
Lei Zhang
2019-12-09
1
-0
/
+155
*
Minor spelling tweaks
Kazuaki Ishizaki
2019-12-09
3
-3
/
+3
*
[spirv] Add CompositeInsertOp operation
Denis Khalikov
2019-12-05
3
-144
/
+188
*
Add spv.AtomicCompareExchangeWeak
Lei Zhang
2019-12-05
2
-0
/
+45
*
[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
2
-1
/
+39
*
[spirv] Add spv.GroupNonUniformBallot
Lei Zhang
2019-12-03
3
-0
/
+40
*
[spirv] Add spv.SubgroupBallotKHROp
Lei Zhang
2019-12-03
2
-0
/
+21
*
[spirv] Check that operand of `spirv::CompositeExtractOp` is constant while f...
Denis Khalikov
2019-11-28
1
-0
/
+11
*
[spirv] Add folders for spv.IAdd and spv.IMul
Lei Zhang
2019-11-27
1
-73
/
+107
*
Misc changes to lowering to SPIR-V.
Mahesh Ravishankar
2019-11-26
2
-19
/
+12
*
Introduce attributes that specify the final ABI for a spirv::ModuleOp.
Mahesh Ravishankar
2019-11-25
2
-0
/
+158
*
[spirv] Add a canonicalizer for `spirv::LogicalNotOp`.
Denis Khalikov
2019-11-22
3
-12
/
+69
*
Support SPIR-V constant op to take DenseElementsAttr as input.
Hanhan Wang
2019-11-18
2
-1
/
+45
*
Add a parseAttribute<AttrType> overload for the non-type case.
River Riddle
2019-11-18
1
-1
/
+1
*
[spirv] Add a canonicalizer for BitcastOp.
Denis Khalikov
2019-11-18
1
-0
/
+28
*
[spirv] Add bit ops
Denis Khalikov
2019-11-15
2
-0
/
+65
*
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
2
-0
/
+114
*
Update the SPV dialect type parser to use the methods on DialectAsmParser dir...
River Riddle
2019-11-01
1
-50
/
+45
*
[spirv] Add cast operations
Denis Khalikov
2019-10-30
2
-21
/
+177
*
[spirv] Fix gen_spirv_dialect.py and add spv.Unreachable
Lei Zhang
2019-10-30
2
-0
/
+44
*
[spirv] Support OpPhi using block arguments
Lei Zhang
2019-10-28
1
-0
/
+165
*
[spirv] AccessChainOp canonicalization.
Denis Khalikov
2019-10-24
1
-0
/
+58
*
Convert the Canonicalize and CSE passes to generic Operation Passes.
River Riddle
2019-10-24
1
-1
/
+1
*
[spirv] Allow block arguments on spv.Branch(Conditional)
Lei Zhang
2019-10-21
3
-26
/
+32
*
Fix minor spelling tweaks (NFC)
Kazuaki Ishizaki
2019-10-20
3
-3
/
+3
*
[spirv] Add a canonicalization pattern for spv.selection.
Denis Khalikov
2019-10-17
1
-0
/
+231
*
[spirv] Implement inliner interface
Lei Zhang
2019-10-16
1
-0
/
+182
*
Add support for OpBitwiseOr, OpBitwiseXor, and OpBitwiseAnd in SPIR-V dialect.
Hanhan Wang
2019-10-15
1
-0
/
+77
*
[spirv] Add support for SpecId decoration on spv.specConstant
Lei Zhang
2019-10-15
2
-5
/
+15
*
Add lowering of constant ops to SPIR-V.
Mahesh Ravishankar
2019-10-10
1
-46
/
+0
*
[spirv] Add a pass to decorate the composite types with layout info.
Denis Khalikov
2019-10-08
1
-0
/
+99
*
[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
2
-14
/
+32
*
[spirv] Fix function entry block erase after moving to spv.selection
Lei Zhang
2019-10-07
2
-5
/
+157
*
[spirv] Allow return ops to be in control flow ops
Lei Zhang
2019-10-04
1
-0
/
+66
[next]