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
/
tools
/
mlir-tblgen
/
SPIRVUtilsGen.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
[mlir] Only generate default for uncovered cases
Jacques Pienaar
2020-01-02
1
-0
/
+4
*
[mlir] Revert default case that was needed
Jacques Pienaar
2020-01-02
1
-0
/
+2
*
[mlir] Remove redudant default cases
Jacques Pienaar
2020-01-02
1
-4
/
+0
*
[mlir][spirv] Allow specifying availability on enum attribute cases
Lei Zhang
2020-01-02
1
-12
/
+258
*
[mlir][spirv] Add basic definitions for supporting availability
Lei Zhang
2019-12-27
1
-8
/
+320
*
NFC: Replace ValuePtr with Value and remove it now that Value is value-typed.
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
-1
/
+1
*
Fix (de)serialization generation for SPV_ScopeAttr, SPV_MemorySemanticsAttr.
Mahesh Ravishankar
2019-12-16
1
-2
/
+14
*
minor spelling tweaks
Kazuaki Ishizaki
2019-12-06
1
-1
/
+1
*
Make VariableOp instructions be in the first block in the function.
Hanhan Wang
2019-11-12
1
-1
/
+1
*
[spirv] Properly return when finding error in serialization
Lei Zhang
2019-11-12
1
-4
/
+3
*
Move BitEnumAttr from SPIRVBase.td to OpBase.td
Lei Zhang
2019-11-01
1
-179
/
+0
*
NFC: Rename SPIR-V serializer find*ID() to get*ID() to be consistent
Lei Zhang
2019-10-18
1
-1
/
+1
*
minor spelling tweaks
Kazuaki Ishizaki
2019-10-09
1
-2
/
+2
*
Remove unused variables and methods to address compiler warnings
Lei Zhang
2019-09-25
1
-1
/
+1
*
Miscellaneous fixes to SPIR-V Deserializer (details below).
Mahesh Ravishankar
2019-09-24
1
-4
/
+12
*
[spirv] Add OpControlBarrier and OpMemoryBarrier.
Denis Khalikov
2019-09-21
1
-0
/
+6
*
Autogenerate (de)serialization for Extended Instruction Sets
Mahesh Ravishankar
2019-09-16
1
-197
/
+436
*
[spirv] Add support for BitEnumAttr
Lei Zhang
2019-09-16
1
-2
/
+186
*
[spirv] Provide decorations in batch for op construction
Lei Zhang
2019-08-06
1
-11
/
+10
*
Use operand number during serialization to get the <id>s of the operands
Mahesh Ravishankar
2019-07-31
1
-1
/
+1
*
Add support for (de)serialization of SPIR-V Op Decorations
Mahesh Ravishankar
2019-07-30
1
-32
/
+49
*
Initial implementation to translate kernel fn in GPU Dialect to SPIR-V Dialect
Mahesh Ravishankar
2019-07-30
1
-0
/
+3
*
Enable (de)serialization support for spirv::AccessChainOp
Mahesh Ravishankar
2019-07-30
1
-11
/
+30
*
[spirv] NFC: adjust `encode*` function signatures in Serializer
Lei Zhang
2019-07-22
1
-3
/
+3
*
[spirv] Remove one level of indirection: processOp to processOpImpl
Lei Zhang
2019-07-22
1
-2
/
+2
*
Add (de)serialization of EntryPointOp and ExecutionModeOp
Mahesh Ravishankar
2019-07-20
1
-1
/
+1
*
Suppress compiler warnings regarding unused variables
Lei Zhang
2019-07-19
1
-2
/
+2
*
Automatically generate (de)serialization methods for SPIR-V ops
Mahesh Ravishankar
2019-07-19
1
-22
/
+300
*
Add serialization and deserialization of FuncOps. To support this the
Mahesh Ravishankar
2019-07-12
1
-4
/
+7
*
Update the gen_spirv_dialect.py script to add opcodes from the SPIR-V
Mahesh Ravishankar
2019-07-12
1
-6
/
+10
*
NFC: Refactoring to remove code bloat in SPIRV due to handling of Enum
Mahesh Ravishankar
2019-07-03
1
-0
/
+142