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
/
Deserializer.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
-3
/
+3
*
[mlir][spirv] Fix typos related to (de)serialization.
Denis Khalikov
2020-01-10
1
-2
/
+2
*
NFC: Replace ValuePtr with Value and remove it now that Value is value-typed.
River Riddle
2019-12-23
1
-14
/
+14
*
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
/
+19
*
NFC: Remove unnecessary 'llvm::' prefix from uses of llvm symbols declared in...
River Riddle
2019-12-18
1
-1
/
+1
*
[spirv] Reorder `erase` and `emplace` to avoid "invalid iterator access".
Denis Khalikov
2019-12-06
1
-1
/
+3
*
minor spelling tweaks
Kazuaki Ishizaki
2019-12-06
1
-2
/
+1
*
[spirv] Fix nested loop (de)serialization
Lei Zhang
2019-12-05
1
-37
/
+84
*
Add support for OpPhi in loop header block
Lei Zhang
2019-11-12
1
-8
/
+29
*
Add support for nested symbol references.
River Riddle
2019-11-11
1
-1
/
+1
*
[spirv] Support OpPhi using block arguments
Lei Zhang
2019-10-28
1
-33
/
+155
*
[spirv] Allow block arguments on spv.Branch(Conditional)
Lei Zhang
2019-10-21
1
-2
/
+4
*
Fix minor spelling tweaks (NFC)
Kazuaki Ishizaki
2019-10-20
1
-12
/
+12
*
NFC: Remove trivial builder get methods.
River Riddle
2019-10-17
1
-4
/
+4
*
[spirv] Add support for SpecId decoration on spv.specConstant
Lei Zhang
2019-10-15
1
-20
/
+36
*
Do not add spirv::BitcastOp for cast from signed to unsigned type.
Mahesh Ravishankar
2019-10-07
1
-0
/
+75
*
Update UndefOp (de)serialization to generate OpUndef at module level.
Mahesh Ravishankar
2019-10-07
1
-0
/
+27
*
[spirv] Fix function entry block erase after moving to spv.selection
Lei Zhang
2019-10-07
1
-13
/
+36
*
[spirv] Add support for spv.selection
Lei Zhang
2019-10-02
1
-54
/
+112
*
Remove unused variables and methods to address compiler warnings
Lei Zhang
2019-09-25
1
-9
/
+0
*
Miscellaneous fixes to SPIR-V Deserializer (details below).
Mahesh Ravishankar
2019-09-24
1
-4
/
+17
*
Handle OpMemberName instruction in SPIR-V deserializer.
Mahesh Ravishankar
2019-09-23
1
-2
/
+27
*
Simplify the way spirv::StructTypes are parsed.
Mahesh Ravishankar
2019-09-23
1
-4
/
+7
*
[spirv] Add OpControlBarrier and OpMemoryBarrier.
Denis Khalikov
2019-09-21
1
-0
/
+63
*
NFC: Pass OperationState by reference instead of by pointer.
River Riddle
2019-09-20
1
-1
/
+1
*
Allow specification of decorators on SPIR-V StructType members.
Mahesh Ravishankar
2019-09-19
1
-25
/
+43
*
Add (de)serialization support for OpRuntimeArray.
Mahesh Ravishankar
2019-09-17
1
-0
/
+20
*
Autogenerate (de)serialization for Extended Instruction Sets
Mahesh Ravishankar
2019-09-16
1
-5
/
+62
*
[spirv] Add support for function calls.
Denis Khalikov
2019-09-16
1
-4
/
+58
*
[spirv] Add support for spv.loop (de)serialization
Lei Zhang
2019-09-11
1
-18
/
+432
*
[spirv] Fix the entry block to start with OpLabel
Lei Zhang
2019-08-27
1
-2
/
+49
*
[spirv] Add Block decoration for spv.struct.
Denis Khalikov
2019-08-27
1
-0
/
+7
*
[spirv] Add support for extension (de)serialization
Lei Zhang
2019-08-22
1
-2
/
+40
*
[spirv] Add support for capability (de)serialization
Lei Zhang
2019-08-22
1
-0
/
+42
*
Materialize spv.constants at use sites
Lei Zhang
2019-08-21
1
-58
/
+70
*
Add spv.specConstant and spv._reference_of
Lei Zhang
2019-08-20
1
-52
/
+102
*
[spirv] Support (de)serialization of spv.struct
Denis Khalikov
2019-08-20
1
-0
/
+71
*
Add spirv::GlobalVariableOp that allows module level definition of variables
Mahesh Ravishankar
2019-08-17
1
-6
/
+104
*
[spirv] Extend spv.array with Layoutinfo
Denis Khalikov
2019-08-16
1
-1
/
+12
*
Add BuiltIn EnumAttr to SPIR-V dialect
Mahesh Ravishankar
2019-08-15
1
-0
/
+9
*
Initialize local variables for opcode to fix MSAN failures
Lei Zhang
2019-08-07
1
-3
/
+3
*
[spirv] Add support for specialization constant
Lei Zhang
2019-08-01
1
-31
/
+59
*
Add support for (de)serialization of SPIR-V Op Decorations
Mahesh Ravishankar
2019-07-30
1
-0
/
+41
*
[spirv] Add basic infrastructure for negative deserializer tests
Lei Zhang
2019-07-30
1
-12
/
+32
*
(De)serialize composite spv.constant
Lei Zhang
2019-07-22
1
-1
/
+147
*
(De)serialize float scalar spv.constant
Lei Zhang
2019-07-22
1
-2
/
+28
*
(De)serialize bool and integer scalar spv.constant
Lei Zhang
2019-07-22
1
-6
/
+130
*
[spirv] Remove one level of indirection: processOp to processOpImpl
Lei Zhang
2019-07-22
1
-6
/
+1
*
Add (de)serialization of EntryPointOp and ExecutionModeOp
Mahesh Ravishankar
2019-07-20
1
-9
/
+153
[next]