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
/
Serialization
/
Serializer.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
-4
/
+4
*
[mlir][spirv] Fix typos related to (de)serialization.
Denis Khalikov
2020-01-10
1
-3
/
+3
*
NFC: Replace ValuePtr with Value and remove it now that Value is value-typed.
River Riddle
2019-12-23
1
-7
/
+7
*
Resubmit: ReImplement the Value classes as value-typed objects wrapping an in...
River Riddle
2019-12-23
1
-1
/
+1
*
Automated rollback of commit f603a50109107b447b835dac11f0eb541288393e
MLIR Team
2019-12-23
1
-1
/
+1
*
ReImplement the Value classes as value-typed objects wrapping an internal poi...
River Riddle
2019-12-23
1
-1
/
+1
*
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
-9
/
+9
*
NFC: Remove unnecessary 'llvm::' prefix from uses of llvm symbols declared in...
River Riddle
2019-12-18
1
-5
/
+5
*
NFC: Use this-> to appease GCC bug related to template lambda.
River Riddle
2019-12-17
1
-1
/
+2
*
NFC: Use TypeSwitch to simplify existing code.
River Riddle
2019-12-17
1
-45
/
+25
*
Minor spelling tweaks
Kazuaki Ishizaki
2019-12-09
1
-1
/
+1
*
[spirv] Fix nested loop (de)serialization
Lei Zhang
2019-12-05
1
-8
/
+24
*
Support SPIR-V constant op to take DenseElementsAttr as input.
Hanhan Wang
2019-11-18
1
-167
/
+73
*
Make VariableOp instructions be in the first block in the function.
Hanhan Wang
2019-11-12
1
-20
/
+97
*
Add support for OpPhi in loop header block
Lei Zhang
2019-11-12
1
-0
/
+11
*
Add support for nested symbol references.
River Riddle
2019-11-11
1
-1
/
+1
*
[spirv] Use LLVM graph traversal utility for PrettyBlockOrderVisitor
Lei Zhang
2019-10-29
1
-72
/
+33
*
[spirv] Support OpPhi using block arguments
Lei Zhang
2019-10-28
1
-80
/
+251
*
Fix minor spelling tweaks (NFC)
Kazuaki Ishizaki
2019-10-20
1
-7
/
+7
*
NFC: Rename SPIR-V serializer find*ID() to get*ID() to be consistent
Lei Zhang
2019-10-18
1
-29
/
+29
*
[spirv] Add support for SpecId decoration on spv.specConstant
Lei Zhang
2019-10-15
1
-13
/
+32
*
Update UndefOp (de)serialization to generate OpUndef at module level.
Mahesh Ravishankar
2019-10-07
1
-0
/
+28
*
[spirv] Fix function entry block erase after moving to spv.selection
Lei Zhang
2019-10-07
1
-21
/
+22
*
[spirv] Add support for spv.selection
Lei Zhang
2019-10-02
1
-19
/
+71
*
Handle OpMemberName instruction in SPIR-V deserializer.
Mahesh Ravishankar
2019-09-23
1
-26
/
+9
*
Fix a number of Clang-Tidy warnings.
Christian Sigg
2019-09-23
1
-1
/
+1
*
[spirv] Add OpControlBarrier and OpMemoryBarrier.
Denis Khalikov
2019-09-21
1
-0
/
+39
*
Allow specification of decorators on SPIR-V StructType members.
Mahesh Ravishankar
2019-09-19
1
-5
/
+18
*
Add (de)serialization support for OpRuntimeArray.
Mahesh Ravishankar
2019-09-17
1
-0
/
+11
*
Autogenerate (de)serialization for Extended Instruction Sets
Mahesh Ravishankar
2019-09-16
1
-0
/
+39
*
[spirv] Add support for function calls.
Denis Khalikov
2019-09-16
1
-2
/
+45
*
[spirv] Add support for spv.loop (de)serialization
Lei Zhang
2019-09-11
1
-24
/
+231
*
[spirv] Fix the entry block to start with OpLabel
Lei Zhang
2019-08-27
1
-0
/
+2
*
[spirv] Add Block decoration for spv.struct.
Denis Khalikov
2019-08-27
1
-0
/
+31
*
[spirv] Add support for extension (de)serialization
Lei Zhang
2019-08-22
1
-0
/
+17
*
[spirv] Add support for capability (de)serialization
Lei Zhang
2019-08-22
1
-4
/
+19
*
Add spv.specConstant and spv._reference_of
Lei Zhang
2019-08-20
1
-84
/
+146
*
[spirv] Support (de)serialization of spv.struct
Denis Khalikov
2019-08-20
1
-0
/
+41
*
Add spirv::GlobalVariableOp that allows module level definition of variables
Mahesh Ravishankar
2019-08-17
1
-11
/
+109
*
[spirv] Extend spv.array with Layoutinfo
Denis Khalikov
2019-08-16
1
-5
/
+27
*
Add BuiltIn EnumAttr to SPIR-V dialect
Mahesh Ravishankar
2019-08-15
1
-0
/
+11
*
Refactor ElementsAttr::getValue and DenseElementsAttr::getSplatValue.
River Riddle
2019-08-14
1
-22
/
+20
*
[spirv] Add support for specialization constant
Lei Zhang
2019-08-01
1
-54
/
+79
*
Add support for (de)serialization of SPIR-V Op Decorations
Mahesh Ravishankar
2019-07-30
1
-0
/
+33
*
[spirv] Add basic infrastructure for negative deserializer tests
Lei Zhang
2019-07-30
1
-43
/
+7
*
(De)serialize composite spv.constant
Lei Zhang
2019-07-22
1
-4
/
+235
*
(De)serialize float scalar spv.constant
Lei Zhang
2019-07-22
1
-0
/
+49
*
(De)serialize bool and integer scalar spv.constant
Lei Zhang
2019-07-22
1
-28
/
+195
*
[spirv] NFC: adjust `encode*` function signatures in Serializer
Lei Zhang
2019-07-22
1
-26
/
+29
[next]