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
/
Dialect
/
SPIRV
/
SPIRVOps.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
[mlir] NFC: Remove Value::operator* and Value::operator-> now that Value is p...
River Riddle
2020-01-11
1
-81
/
+79
*
Sprinkle some constexpr on default ctors so the compiler can diagnose unused ...
Benjamin Kramer
2020-01-10
1
-1
/
+0
*
[mlir][spirv] Add basic definitions for supporting availability
Lei Zhang
2019-12-27
1
-0
/
+8
*
NFC: Replace ValuePtr with Value and remove it now that Value is value-typed.
River Riddle
2019-12-23
1
-18
/
+17
*
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
-19
/
+20
*
NFC: Remove unnecessary 'llvm::' prefix from uses of llvm symbols declared in...
River Riddle
2019-12-18
1
-4
/
+4
*
Add atomic operations to SPIR-V dialect.
Mahesh Ravishankar
2019-12-16
1
-0
/
+65
*
NFC: Cleanup the various Op::print methods.
River Riddle
2019-12-12
1
-73
/
+43
*
More convenience build methods for SPIR-V ops.
Mahesh Ravishankar
2019-12-10
1
-45
/
+75
*
[spirv] Add CompositeConstruct operation.
Denis Khalikov
2019-12-09
1
-0
/
+67
*
[spirv] Add spv.IAdd, spv.ISub, and spv.IMul folders
Lei Zhang
2019-12-09
1
-5
/
+36
*
Add lowering for module with gpu.kernel_module attribute.
Mahesh Ravishankar
2019-12-09
1
-8
/
+41
*
Update the builder API to take ValueRange instead of ArrayRef<Value *>
River Riddle
2019-12-07
1
-3
/
+2
*
[spirv] Add CompositeInsertOp operation
Denis Khalikov
2019-12-05
1
-21
/
+86
*
Add spv.AtomicCompareExchangeWeak
Lei Zhang
2019-12-05
1
-0
/
+77
*
[spirv] Add spv.GroupNonUniformBallot
Lei Zhang
2019-12-03
1
-0
/
+40
*
[spirv] Add spv.SubgroupBallotKHROp
Lei Zhang
2019-12-03
1
-3
/
+24
*
[spirv] Check that operand of `spirv::CompositeExtractOp` is constant while f...
Denis Khalikov
2019-11-28
1
-0
/
+3
*
[spirv] NFC: Add getZero() and getOne() static method to ConstantOp
Lei Zhang
2019-11-27
1
-0
/
+29
*
[spirv] Add folders for spv.IAdd and spv.IMul
Lei Zhang
2019-11-27
1
-0
/
+30
*
Introduce attributes that specify the final ABI for a spirv::ModuleOp.
Mahesh Ravishankar
2019-11-25
1
-0
/
+13
*
NFC: Wire up DRR settings for SPIR-V canonicalization patterns
Lei Zhang
2019-11-23
1
-57
/
+9
*
[spirv] Add a canonicalizer for `spirv::LogicalNotOp`.
Denis Khalikov
2019-11-22
1
-0
/
+41
*
Support SPIR-V constant op to take DenseElementsAttr as input.
Hanhan Wang
2019-11-18
1
-7
/
+37
*
[spirv] Add a canonicalizer for BitcastOp.
Denis Khalikov
2019-11-18
1
-4
/
+33
*
[spirv] Add bit ops
Denis Khalikov
2019-11-15
1
-0
/
+86
*
Add support for OpPhi in loop header block
Lei Zhang
2019-11-12
1
-0
/
+12
*
Add support for nested symbol references.
River Riddle
2019-11-11
1
-8
/
+9
*
[spirv] Add bit ops
Denis Khalikov
2019-11-08
1
-0
/
+34
*
Add (parse|print)OptionalAttrDictWithKeyword hooks to simplify parsing attrib...
River Riddle
2019-11-05
1
-17
/
+3
*
NFC: Rename parseOptionalAttributeDict -> parseOptionalAttrDict to match the ...
River Riddle
2019-11-05
1
-5
/
+5
*
[spirv] Add cast operations
Denis Khalikov
2019-10-30
1
-22
/
+34
*
Add a utility accessor 'has_single_element' for ranges.
River Riddle
2019-10-30
1
-1
/
+1
*
[spirv] Fix gen_spirv_dialect.py and add spv.Unreachable
Lei Zhang
2019-10-30
1
-0
/
+20
*
Add a convenient operation build method for spirv::SelectOp
Mahesh Ravishankar
2019-10-28
1
-0
/
+5
*
[spirv] AccessChainOp canonicalization.
Denis Khalikov
2019-10-24
1
-3
/
+39
*
Fix minor spelling tweaks (NFC)
Kazuaki Ishizaki
2019-10-20
1
-3
/
+3
*
Use new eraseOp instead of replaceOp with empty values
Geoffrey Martin-Noble
2019-10-19
1
-1
/
+1
*
NFC: Remove trivial builder get methods.
River Riddle
2019-10-17
1
-1
/
+1
*
[spirv] Add a canonicalization pattern for spv.selection.
Denis Khalikov
2019-10-17
1
-0
/
+164
*
[spirv] Implement inliner interface
Lei Zhang
2019-10-16
1
-0
/
+9
*
[spirv] Add support for SpecId decoration on spv.specConstant
Lei Zhang
2019-10-15
1
-2
/
+20
*
Add support for parsing/printing non bare-identifier SymbolRefs.
River Riddle
2019-10-08
1
-11
/
+15
*
[spirv] Allow return ops to be in control flow ops
Lei Zhang
2019-10-04
1
-2
/
+2
*
Add spv.Undef op to support OpUndef instruction in SPIR-V.
Mahesh Ravishankar
2019-10-04
1
-0
/
+17
*
Add some utility builder functions for SPIR-V operations.
Mahesh Ravishankar
2019-10-04
1
-10
/
+43
*
[spirv] Add support for spv.selection
Lei Zhang
2019-10-02
1
-8
/
+104
*
Add support for Logical Ops in SPIR-V dialect
Mahesh Ravishankar
2019-09-30
1
-10
/
+26
*
Add spv.Bitcast operation to SPIR-V dialect
Mahesh Ravishankar
2019-09-25
1
-0
/
+73
[next]