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
/
SPIRVDialect.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
[mlir][spirv] Properly support SPIR-V conversion target
Lei Zhang
2020-01-14
1
-9
/
+20
*
Make helper functions static or move them into anonymous namespaces. NFC.
Benjamin Kramer
2020-01-14
1
-0
/
+2
*
[mlir] NFC: Remove Value::operator* and Value::operator-> now that Value is p...
River Riddle
2020-01-11
1
-1
/
+1
*
[mlir][spirv] Fix shader ABI attribute prefix and add verification
Lei Zhang
2020-01-03
1
-0
/
+60
*
NFC: Replace ValuePtr with Value and remove it now that Value is value-typed.
River Riddle
2019-12-23
1
-1
/
+1
*
NFC: Introduce new ValuePtr/ValueRef typedefs to simplify the transition to V...
River Riddle
2019-12-22
1
-1
/
+1
*
NFC: Remove unnecessary 'llvm::' prefix from uses of llvm symbols declared in...
River Riddle
2019-12-18
1
-1
/
+1
*
Add missing virtual inliner interface method in SPIR-V dialect.
Mahesh Ravishankar
2019-12-17
1
-0
/
+11
*
Update the SPV dialect type parser to use the methods on DialectAsmParser dir...
River Riddle
2019-11-01
1
-250
/
+158
*
Remove the need for passing a location to parseAttribute/parseType.
River Riddle
2019-11-01
1
-1
/
+2
*
Add DialectAsmParser/Printer classes to simplify dialect attribute and type p...
River Riddle
2019-11-01
1
-7
/
+10
*
[spirv] Implement inliner interface
Lei Zhang
2019-10-16
1
-0
/
+64
*
[spirv] Add a pass to decorate the composite types with layout info.
Denis Khalikov
2019-10-08
1
-3
/
+4
*
Add some utility builder functions for SPIR-V operations.
Mahesh Ravishankar
2019-10-04
1
-0
/
+5
*
[spirv] Add array length check.
Denis Khalikov
2019-09-30
1
-0
/
+7
*
Simplify the way spirv::StructTypes are parsed.
Mahesh Ravishankar
2019-09-23
1
-119
/
+68
*
Add variants of interleave that take separator
Jacques Pienaar
2019-09-23
1
-3
/
+1
*
Allow specification of decorators on SPIR-V StructType members.
Mahesh Ravishankar
2019-09-19
1
-57
/
+98
*
Autogenerate (de)serialization for Extended Instruction Sets
Mahesh Ravishankar
2019-09-16
1
-7
/
+0
*
Add mechanism to specify extended instruction sets in SPIR-V.
Mahesh Ravishankar
2019-09-15
1
-0
/
+8
*
Add folding rule and dialect materialization hook for spv.constant
Lei Zhang
2019-09-03
1
-2
/
+17
*
[spirv] Support i1 as bool type
Lei Zhang
2019-08-21
1
-8
/
+14
*
[spirv] Extend spv.array with Layoutinfo
Denis Khalikov
2019-08-16
1
-10
/
+51
*
Initial implementation to translate kernel fn in GPU Dialect to SPIR-V Dialect
Mahesh Ravishankar
2019-07-30
1
-0
/
+33
*
Make SPIR-V spv.EntryPoint and spv.ExecutionMode consistent with SPIR-V spec
Mahesh Ravishankar
2019-07-19
1
-9
/
+1
*
NFC: Move SPIR-V dialect to Dialect/ subdirectory
Lei Zhang
2019-07-16
1
-0
/
+563