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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Make helper functions static or move them into anonymous namespaces. NFC.
Benjamin Kramer
2020-01-14
1
-5
/
+6
*
[mlir] NFC: Remove Value::operator* and Value::operator-> now that Value is p...
River Riddle
2020-01-11
2
-7
/
+7
*
[mlir][spirv] Fix typos related to (de)serialization.
Denis Khalikov
2020-01-10
2
-5
/
+5
*
[mlir][spirv] Fix ADDITIONAL_HEADER_DIRS for SPIR-V libraries
Lei Zhang
2020-01-03
1
-1
/
+1
*
NFC: Replace ValuePtr with Value and remove it now that Value is value-typed.
River Riddle
2019-12-23
2
-21
/
+21
*
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
4
-52
/
+16
*
NFC: Introduce new ValuePtr/ValueRef typedefs to simplify the transition to V...
River Riddle
2019-12-22
2
-28
/
+28
*
NFC: Remove unnecessary 'llvm::' prefix from uses of llvm symbols declared in...
River Riddle
2019-12-18
3
-16
/
+15
*
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
*
During serialization do a walk of ops in module to find spv.module.
Mahesh Ravishankar
2019-12-06
1
-4
/
+5
*
[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
2
-45
/
+108
*
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
2
-8
/
+40
*
Add support for nested symbol references.
River Riddle
2019-11-11
2
-2
/
+2
*
mlir-translate: support -verify-diagnostics
Alex Zinenko
2019-11-07
1
-13
/
+10
*
[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
2
-113
/
+406
*
[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
2
-19
/
+19
*
NFC: Rename SPIR-V serializer find*ID() to get*ID() to be consistent
Lei Zhang
2019-10-18
1
-29
/
+29
*
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
2
-33
/
+68
*
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
2
-0
/
+55
*
[spirv] Fix function entry block erase after moving to spv.selection
Lei Zhang
2019-10-07
2
-34
/
+58
*
[spirv] Add support for spv.selection
Lei Zhang
2019-10-02
2
-73
/
+183
*
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
3
-28
/
+52
*
Simplify the way spirv::StructTypes are parsed.
Mahesh Ravishankar
2019-09-23
1
-4
/
+7
*
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
2
-0
/
+102
*
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
2
-30
/
+61
*
Add (de)serialization support for OpRuntimeArray.
Mahesh Ravishankar
2019-09-17
2
-0
/
+31
*
Register a -test-spirv-roundtrip hook to mlir-translate
Lei Zhang
2019-09-17
4
-134
/
+158
*
Change MLIR translation functions signature
Lei Zhang
2019-09-17
2
-28
/
+15
*
Autogenerate (de)serialization for Extended Instruction Sets
Mahesh Ravishankar
2019-09-16
2
-5
/
+101
*
[spirv] Add support for function calls.
Denis Khalikov
2019-09-16
2
-6
/
+103
*
[spirv] Add support for spv.loop (de)serialization
Lei Zhang
2019-09-11
2
-42
/
+663
*
[spirv] Fix the entry block to start with OpLabel
Lei Zhang
2019-08-27
2
-2
/
+51
*
[spirv] Add Block decoration for spv.struct.
Denis Khalikov
2019-08-27
2
-0
/
+38
[next]