GitWeb
Get Gentoo!
gentoo.org sites
gentoo.org
Wiki
Bugs
Forums
Packages
Planet
Archives
Sources
Infra Status
Home
Gentoo Repository
Repositories
Projects
Developer Overlays
User Overlays
Data
Websites
index
:
fork/llvm-project.git
dev-main-update
dev-newmaster
dev/mdvorski/ranges_the_rest_algo
gentoo
main
master
release/1.0.x
release/1.1.x
release/1.2.x
release/1.3.x
release/1.4.x
release/1.5.x
release/1.6.x
release/1.7.x
release/1.8.x
release/1.9.x
release/10.x
release/11.x
release/12.x
release/2.0.x
release/2.1.x
release/2.2.x
release/2.3.x
release/2.4.x
release/2.5.x
release/2.6.x
release/2.7.x
release/2.8.x
release/2.9.x
release/3.0.x
release/3.1.x
release/3.2.x
release/3.3.x
release/3.4.x
release/3.5.x
release/3.6.x
release/3.7.x
release/3.8.x
release/3.9.x
release/4.x
release/5.x
release/6.x
release/7.x
release/8.x
release/9.x
temp-test-main
use-after-move-docs
Gentoo patchsets for LLVM
Gentoo LLVM project <llvm@gentoo.org>
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
mlir
/
test
/
Conversion
/
StandardToSPIRV
/
std-ops-to-spirv.mlir
Commit message (
Expand
)
Author
Age
Files
Lines
*
[mlir][StandardToSPIRV] Add support for lowering std.xor on bool to SPIR-V
main
Hanhan Wang
2021-04-20
1
-0
/
+4
*
[mlir][StandardToSPIRV] Add support for lowering math.powf to SPIR-V.
Hanhan Wang
2021-04-13
1
-0
/
+2
*
[mlir][spirv] Allow bitwidth emulation on runtime arrays
Lei Zhang
2021-04-12
1
-0
/
+13
*
[mlir][StandardToSPIRV] Handle i1 case for lowering memref.load/store op
Hanhan Wang
2021-04-08
1
-1
/
+54
*
[MLIR] Create memref dialect and move dialect-specific ops from std.
Julian Gross
2021-03-15
1
-17
/
+17
*
[mlir][spirv] Convert tensor.extract for very small tensors
Lei Zhang
2021-03-06
1
-0
/
+29
*
[MLIR][SPIRV] Rename `spv.constant` to `spv.Constant`.
KareemErgawy-TomTom
2021-03-04
1
-102
/
+102
*
Revert "[MLIR] Create memref dialect and move several dialect-specific ops fr...
Alexander Belyaev
2021-02-18
1
-8
/
+8
*
[MLIR] Create memref dialect and move several dialect-specific ops from std.
Julian Gross
2021-02-18
1
-8
/
+8
*
[mlir][StandardToSPIRV] Add support for lowering trunci to SPIR-V to i1 types.
Hanhan Wang
2021-02-17
1
-0
/
+24
*
[mlir][spirv] Lower sexti -> SConvert
Benjamin Kramer
2021-02-12
1
-0
/
+14
*
[mlir][math] Split off the math dialect.
Stephan Herhut
2021-02-12
1
-7
/
+7
*
[mlir][spirv] Add more vector conversion patterns
Lei Zhang
2021-02-05
1
-3
/
+3
*
[mlir][spirv] Define spv.IsNan/spv.IsInf and add lowerings
Lei Zhang
2021-01-22
1
-0
/
+26
*
[mlir][spirv] Fix script for availability autogen and refresh ops
Lei Zhang
2021-01-22
1
-2
/
+31
*
[mlir][StandardToSPIRV] Add support for lowering uitofp to SPIR-V
Hanhan Wang
2021-01-21
1
-0
/
+61
*
[mlir]][SPIRV] Define OrderedOp and UnorderedOp and add lowerings from Standard.
MaheshRavishankar
2021-01-21
1
-0
/
+4
*
[mlir][OpFormatGen] Format enum attribute cases as keywords when possible
River Riddle
2021-01-14
1
-27
/
+27
*
[mlir][spirv] Replace SPIRVOpLowering with OpConversionPattern
Lei Zhang
2021-01-09
1
-18
/
+28
*
[mlir][spirv] Convert functions returning one value
Lei Zhang
2020-12-23
1
-0
/
+26
*
[mlir][StandardToSPIRV] Extend support for lowering cmpi to SPIRV.
Hanhan Wang
2020-11-16
1
-0
/
+9
*
[MLIR][SPIRV] Support identified and recursive structs.
ergawy
2020-10-13
1
-4
/
+4
*
[mlir][StandardToSPIRV] Handle vector of i1 case for lowering zexti to SPIR-V.
Hanhan Wang
2020-09-18
1
-0
/
+9
*
[spirv][nfc] Simplify resource limit with default values
Lei Zhang
2020-09-03
1
-38
/
+12
*
Added std.floor operation to match std.ceil
Rob Suderman
2020-08-18
1
-0
/
+2
*
[mlir][StandardToSPIRV] Use spv.UMod for index re-calculation
Lei Zhang
2020-08-05
1
-6
/
+6
*
[MLIR][StdToSPIRV] Fixed a typo in ops conversion tests
George Mitenkov
2020-07-14
1
-1
/
+0
*
[mlir][StandardToSPIRV] Fix conversion for signed remainder
Lei Zhang
2020-07-13
1
-10
/
+32
*
[mlir] Refactor BoolAttr to be a special case of IntegerAttr
River Riddle
2020-06-04
1
-2
/
+2
*
[mlir][StandardToSPIRV] Handle i1 case for lowering std.zexti to SPIR-V.
Hanhan Wang
2020-06-03
1
-0
/
+9
*
[mlir][spirv] Lower allocation/deallocations of workgroup memory.
MaheshRavishankar
2020-05-27
1
-4
/
+8
*
[mlir][StandardToSPIRV] Fix signedness issue in bitwidth emulation.
Hanhan Wang
2020-05-19
1
-8
/
+36
*
[mlir][StandardToSPIRV] Add support for lowering index_cast to SPIR-V.
Hanhan Wang
2020-05-11
1
-0
/
+28
*
[mlir][StandardToSPIRV] Add support for lowering FPToSIOp to SPIR-V.
Hanhan Wang
2020-05-11
1
-0
/
+14
*
[mlir][StandardToSPIRV] Emulate bitwidths not supported for store op.
Hanhan Wang
2020-05-04
1
-1
/
+96
*
[mlir] Add sine operation to Standard dialect.
MaheshRavishankar
2020-04-30
1
-0
/
+2
*
[mlir][StandardToSPIRV] Add support for lowering integer casting.
Hanhan Wang
2020-04-30
1
-0
/
+28
*
[mlir][StandardToSPIRV] Emulate bitwidths not supported for load op.
Hanhan Wang
2020-04-30
1
-0
/
+112
*
[mlir][StandardToSPIRV] Handle conversion of cmpi operation with i1
MaheshRavishankar
2020-04-29
1
-0
/
+9
*
[mlir][spirv] Lower memref with dynamic dimensions to runtime arrays
Lei Zhang
2020-04-20
1
-0
/
+612