File tree
33 files changed
+714
-153
lines changed- .github/ISSUE_TEMPLATE
- cmake/modules
- docs
- external
- include
- dxc/Support
- llvm/ADT
- lib
- Analysis
- DxilPIXPasses
- IR
- test/HLSL/opt
- tools
- clang
- lib
- SPIRV
- Sema
- test
- CodeGenDXIL/hlsl/types
- CodeGenSPIRV
- unittests/HLSL
- opt
- unittests/IR
33 files changed
+714
-153
lines changedLines changed: 5 additions & 5 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
12 | 12 |
| |
13 | 13 |
| |
14 | 14 |
| |
15 |
| - | |
16 |
| - | |
17 |
| - | |
18 |
| - | |
19 |
| - | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
20 | 20 |
| |
21 | 21 |
| |
22 | 22 |
| |
|
Lines changed: 5 additions & 3 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
357 | 357 |
| |
358 | 358 |
| |
359 | 359 |
| |
360 |
| - | |
361 |
| - | |
362 |
| - | |
| 360 | + | |
| 361 | + | |
| 362 | + | |
| 363 | + | |
| 364 | + | |
363 | 365 |
| |
364 | 366 |
| |
365 | 367 |
| |
|
Lines changed: 15 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
293 | 293 |
| |
294 | 294 |
| |
295 | 295 |
| |
| 296 | + | |
296 | 297 |
| |
| 298 | + | |
| 299 | + | |
| 300 | + | |
297 | 301 |
| |
298 | 302 |
| |
| 303 | + | |
| 304 | + | |
299 | 305 |
| |
300 | 306 |
| |
| 307 | + | |
301 | 308 |
| |
302 | 309 |
| |
303 | 310 |
| |
| 311 | + | |
304 | 312 |
| |
| 313 | + | |
| 314 | + | |
305 | 315 |
| |
| 316 | + | |
| 317 | + | |
| 318 | + | |
| 319 | + | |
306 | 320 |
| |
| 321 | + | |
307 | 322 |
| |
308 | 323 |
| |
309 | 324 |
| |
|
Submodule SPIRV-Headers updated 23 files
- BUILD.bazel+1
- CMakeLists.txt+1-1
- include/spirv/spir-v.xml+2-1
- include/spirv/unified1/spirv.bf+1-1
- include/spirv/unified1/spirv.core.grammar.json+36-1
- include/spirv/unified1/spirv.cs+1-1
- include/spirv/unified1/spirv.h+2-2
- include/spirv/unified1/spirv.hpp+2-2
- include/spirv/unified1/spirv.hpp11+2-2
- include/spirv/unified1/spirv.json+1-1
- include/spirv/unified1/spirv.lua+1-1
- include/spirv/unified1/spirv.py+1-1
- include/spirv/unified1/spv.d+1-1
- tests/CMakeLists.txt+14-7
- tests/example.c+37
- tests/example.cpp+8-4
- tests/example11.cpp+41
- tools/buildHeaders/header.cpp+1-1
- tools/buildHeaders/jsonToSpirv.cpp+5-7
- tools/buildHeaders/jsonToSpirv.h+5-5
- tools/buildHeaders/jsoncpp/dist/json/json-forwards.h+7-7
- tools/buildHeaders/jsoncpp/dist/json/json.h+9-9
- tools/buildHeaders/jsoncpp/dist/jsoncpp.cpp+8-8
Submodule SPIRV-Tools updated 38 files
- .github/workflows/bazel.yml+24-1
- .github/workflows/ios.yml+9-6
- .github/workflows/scorecard.yml+1-1
- CHANGES+6-1
- CMakeLists.txt-24
- DEPS+3-3
- external/CMakeLists.txt+1-1
- include/spirv-tools/libspirv.h+2
- source/disassemble.cpp+2
- source/disassemble.h+4-4
- source/ext_inst.cpp+1
- source/opt/folding_rules.cpp+1
- source/opt/loop_fission.cpp+1
- source/print.cpp+7-26
- source/spirv_target_env.cpp+105-29
- source/spirv_target_env.h+7
- source/table.cpp+1
- source/text.cpp+1-1
- source/val/function.h+1-1
- source/val/validate_decorations.cpp+1-1
- source/val/validate_extensions.cpp+96-27
- source/val/validate_function.cpp+1-1
- source/val/validate_id.cpp+2
- source/val/validate_layout.cpp+2-2
- source/val/validate_memory.cpp+10-8
- source/val/validate_non_uniform.cpp+2-3
- test/enum_set_test.cpp+1-4
- test/opt/inline_test.cpp+3-3
- test/opt/ir_context_test.cpp+16-5
- test/opt/loop_optimizations/unroll_simple.cpp+9-9
- test/opt/propagator_test.cpp+1-1
- test/opt/trim_capabilities_pass_test.cpp+5
- test/target_env_test.cpp+56-1
- test/val/val_ext_inst_debug_test.cpp+686-1.1k
- test/val/val_misc_test.cpp+21
- test/val/val_version_test.cpp+35-1
- tools/as/as.cpp+23-24
- tools/sva/yarn.lock+5-5
Lines changed: 13 additions & 11 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
27 | 27 |
| |
28 | 28 |
| |
29 | 29 |
| |
30 |
| - | |
| 30 | + | |
| 31 | + | |
31 | 32 |
| |
32 | 33 |
| |
33 | 34 |
| |
34 | 35 |
| |
35 | 36 |
| |
36 | 37 |
| |
37 | 38 |
| |
38 |
| - | |
39 |
| - | |
40 |
| - | |
41 |
| - | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
42 | 43 |
| |
43 |
| - | |
44 |
| - | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
45 | 47 |
| |
46 |
| - | |
| 48 | + | |
47 | 49 |
| |
48 |
| - | |
49 |
| - | |
50 |
| - | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
51 | 53 |
| |
52 | 54 |
| |
53 | 55 |
| |
|
Lines changed: 11 additions & 10 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
66 | 66 |
| |
67 | 67 |
| |
68 | 68 |
| |
| 69 | + | |
69 | 70 |
| |
70 |
| - | |
71 |
| - | |
72 |
| - | |
73 |
| - | |
74 |
| - | |
| 71 | + | |
| 72 | + | |
| 73 | + | |
| 74 | + | |
75 | 75 |
| |
76 | 76 |
| |
77 |
| - | |
78 |
| - | |
79 |
| - | |
80 |
| - | |
81 |
| - | |
| 77 | + | |
| 78 | + | |
| 79 | + | |
| 80 | + | |
| 81 | + | |
| 82 | + | |
82 | 83 |
| |
83 | 84 |
| |
84 | 85 |
| |
|
Lines changed: 9 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
17 | 17 |
| |
18 | 18 |
| |
19 | 19 |
| |
| 20 | + | |
20 | 21 |
| |
21 | 22 |
| |
22 | 23 |
| |
| |||
199 | 200 |
| |
200 | 201 |
| |
201 | 202 |
| |
| 203 | + | |
| 204 | + | |
| 205 | + | |
| 206 | + | |
202 | 207 |
| |
203 | 208 |
| |
204 | 209 |
| |
| |||
248 | 253 |
| |
249 | 254 |
| |
250 | 255 |
| |
| 256 | + | |
| 257 | + | |
| 258 | + | |
| 259 | + | |
251 | 260 |
| |
252 | 261 |
| |
253 | 262 |
| |
|
Lines changed: 73 additions & 9 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
77 | 77 |
| |
78 | 78 |
| |
79 | 79 |
| |
| 80 | + | |
80 | 81 |
| |
81 | 82 |
| |
82 | 83 |
| |
| |||
133 | 134 |
| |
134 | 135 |
| |
135 | 136 |
| |
| 137 | + | |
| 138 | + | |
| 139 | + | |
| 140 | + | |
| 141 | + | |
| 142 | + | |
| 143 | + | |
| 144 | + | |
| 145 | + | |
136 | 146 |
| |
137 | 147 |
| |
138 | 148 |
| |
| |||
297 | 307 |
| |
298 | 308 |
| |
299 | 309 |
| |
300 |
| - | |
301 |
| - | |
302 |
| - | |
303 |
| - | |
304 |
| - | |
305 |
| - | |
306 |
| - | |
307 |
| - | |
308 |
| - | |
| 310 | + | |
| 311 | + | |
| 312 | + | |
| 313 | + | |
| 314 | + | |
| 315 | + | |
| 316 | + | |
| 317 | + | |
| 318 | + | |
| 319 | + | |
| 320 | + | |
| 321 | + | |
| 322 | + | |
| 323 | + | |
| 324 | + | |
| 325 | + | |
| 326 | + | |
| 327 | + | |
| 328 | + | |
| 329 | + | |
| 330 | + | |
| 331 | + | |
| 332 | + | |
| 333 | + | |
| 334 | + | |
| 335 | + | |
| 336 | + | |
| 337 | + | |
| 338 | + | |
| 339 | + | |
| 340 | + | |
309 | 341 |
| |
310 | 342 |
| |
311 | 343 |
| |
| |||
365 | 397 |
| |
366 | 398 |
| |
367 | 399 |
| |
| 400 | + | |
| 401 | + | |
368 | 402 |
| |
369 | 403 |
| |
370 | 404 |
| |
| |||
433 | 467 |
| |
434 | 468 |
| |
435 | 469 |
| |
| 470 | + | |
| 471 | + | |
| 472 | + | |
| 473 | + | |
| 474 | + | |
| 475 | + | |
| 476 | + | |
| 477 | + | |
| 478 | + | |
| 479 | + | |
| 480 | + | |
| 481 | + | |
| 482 | + | |
| 483 | + | |
| 484 | + | |
| 485 | + | |
| 486 | + | |
| 487 | + | |
| 488 | + | |
| 489 | + | |
| 490 | + | |
| 491 | + | |
| 492 | + | |
| 493 | + | |
| 494 | + | |
| 495 | + | |
| 496 | + | |
| 497 | + | |
| 498 | + | |
| 499 | + | |
436 | 500 |
| |
437 | 501 |
| |
438 | 502 |
| |
|
Lines changed: 3 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1052 | 1052 |
| |
1053 | 1053 |
| |
1054 | 1054 |
| |
| 1055 | + | |
| 1056 | + | |
| 1057 | + | |
1055 | 1058 |
| |
1056 | 1059 |
| |
1057 | 1060 |
| |
|
0 commit comments