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
Commit message (
Expand
)
Author
Age
Files
Lines
*
[mlir][spirv] Properly support SPIR-V conversion target
Lei Zhang
2020-01-14
4
-28
/
+151
*
Make helper functions static or move them into anonymous namespaces. NFC.
Benjamin Kramer
2020-01-14
2
-5
/
+8
*
[mlir] NFC: Remove Value::operator* and Value::operator-> now that Value is p...
River Riddle
2020-01-11
5
-90
/
+88
*
[mlir][spirv] Fix typos related to (de)serialization.
Denis Khalikov
2020-01-10
2
-5
/
+5
*
Sprinkle some constexpr on default ctors so the compiler can diagnose unused ...
Benjamin Kramer
2020-01-10
1
-1
/
+0
*
[mlir][spirv] Fix ADDITIONAL_HEADER_DIRS for SPIR-V libraries
Lei Zhang
2020-01-03
3
-2
/
+5
*
[mlir][spirv] Fix shader ABI attribute prefix and add verification
Lei Zhang
2020-01-03
2
-2
/
+62
*
[mlir][spirv] Allow specifying availability on enum attribute cases
Lei Zhang
2020-01-02
2
-0
/
+3
*
[mlir][spirv] NFC: Move shader ABI attributes to a new file
Lei Zhang
2020-01-01
4
-41
/
+54
*
[mlir][spirv] Add basic definitions for supporting availability
Lei Zhang
2019-12-27
2
-0
/
+9
*
NFC: Replace ValuePtr with Value and remove it now that Value is value-typed.
River Riddle
2019-12-23
6
-47
/
+46
*
Change the `notifyRootUpdated` API to be transaction based.
River Riddle
2019-12-23
1
-7
/
+5
*
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
11
-143
/
+44
*
NFC: Introduce new ValuePtr/ValueRef typedefs to simplify the transition to V...
River Riddle
2019-12-22
6
-55
/
+56
*
NFC: Cleanup non-conforming usages of namespaces.
River Riddle
2019-12-18
1
-1
/
+1
*
NFC: Remove unnecessary 'llvm::' prefix from uses of llvm symbols declared in...
River Riddle
2019-12-18
6
-25
/
+23
*
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
*
Add missing virtual inliner interface method in SPIR-V dialect.
Mahesh Ravishankar
2019-12-17
1
-0
/
+11
*
Add atomic operations to SPIR-V dialect.
Mahesh Ravishankar
2019-12-16
2
-1
/
+66
*
Plug gpu.func into the GPU lowering pipelines
Alex Zinenko
2019-12-16
1
-37
/
+0
*
NFC: Cleanup the various Op::print methods.
River Riddle
2019-12-12
1
-73
/
+43
*
Expose a convenience function to add interface attributes to a function.
Mahesh Ravishankar
2019-12-11
1
-6
/
+13
*
More convenience build methods for SPIR-V ops.
Mahesh Ravishankar
2019-12-10
2
-61
/
+85
*
[spirv] Add CompositeConstruct operation.
Denis Khalikov
2019-12-09
1
-0
/
+67
*
[spirv] Add spv.IAdd, spv.ISub, and spv.IMul folders
Lei Zhang
2019-12-09
1
-5
/
+36
*
Add lowering for module with gpu.kernel_module attribute.
Mahesh Ravishankar
2019-12-09
2
-9
/
+42
*
Minor spelling tweaks
Kazuaki Ishizaki
2019-12-09
1
-1
/
+1
*
Update the builder API to take ValueRange instead of ArrayRef<Value *>
River Riddle
2019-12-07
1
-3
/
+2
*
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
2
-5
/
+4
*
[spirv] Add CompositeInsertOp operation
Denis Khalikov
2019-12-05
1
-21
/
+86
*
Add spv.AtomicCompareExchangeWeak
Lei Zhang
2019-12-05
1
-0
/
+77
*
[spirv] Fix nested loop (de)serialization
Lei Zhang
2019-12-05
2
-45
/
+108
*
[spirv] Add spv.GroupNonUniformBallot
Lei Zhang
2019-12-03
1
-0
/
+40
*
Convert MemRefType to a linearized array in SPIR-V lowering.
Mahesh Ravishankar
2019-12-03
1
-33
/
+41
*
[spirv] Add spv.SubgroupBallotKHROp
Lei Zhang
2019-12-03
1
-3
/
+24
*
[spirv] Check that operand of `spirv::CompositeExtractOp` is constant while f...
Denis Khalikov
2019-11-28
1
-0
/
+3
*
NFC: A few cleanups for SPIRVLowering
Lei Zhang
2019-11-27
1
-51
/
+53
*
[spirv] NFC: Add getZero() and getOne() static method to ConstantOp
Lei Zhang
2019-11-27
2
-2
/
+31
*
[spirv] Add folders for spv.IAdd and spv.IMul
Lei Zhang
2019-11-27
1
-0
/
+30
*
Misc changes to lowering to SPIR-V.
Mahesh Ravishankar
2019-11-26
2
-19
/
+65
*
Add missing rule to generate SPIR-V ABI Attribute using tblgen to CMake.
Mahesh Ravishankar
2019-11-25
1
-0
/
+1
*
Introduce attributes that specify the final ABI for a spirv::ModuleOp.
Mahesh Ravishankar
2019-11-25
6
-177
/
+360
*
NFC: Wire up DRR settings for SPIR-V canonicalization patterns
Lei Zhang
2019-11-23
3
-58
/
+55
*
[spirv] Add a canonicalizer for `spirv::LogicalNotOp`.
Denis Khalikov
2019-11-22
1
-0
/
+41
[next]