Commit Graph

131 Commits

Author SHA1 Message Date
khyperia
31ac70ea07 Don't use xargo 2020-09-14 15:01:13 +02:00
Jasper Bekkers
3bba335477
Add binary back 2020-09-14 12:18:04 +01:00
khyperia
e26d1a7616 Fix the horrible no-good very bad u32 sub linkage 2020-09-11 16:08:01 +02:00
khyperia
c5dfee6e1e Start work on integrating linker 2020-09-11 13:09:06 +02:00
Johan Andersson
f890ce0fcc Switch from Slack to Discord 2020-09-10 18:28:37 +02:00
khyperia
07bf66cb8f OpenCL intrinsics 2020-09-10 16:58:19 +02:00
khyperia
c1134788cd Sort blocks topologically
Also lots of spirv-val work
2020-09-10 16:37:12 +02:00
khyperia
89065c1db0 Deal with a bunch of spirv-val issues 2020-09-09 18:24:02 +02:00
khyperia
575490b25e Start work on making spirv-val pass 2020-09-09 15:20:11 +02:00
khyperia
a7603597a4 Prettier function names 2020-09-09 14:39:51 +02:00
khyperia
7a5aa3b241 Poison system 2020-09-09 14:17:26 +02:00
khyperia
3a20252b4c spirv-val 2020-09-09 12:37:24 +02:00
khyperia
b560d5e0b1 Make modules reparseable
Mostly by handling u128
2020-09-09 12:25:57 +02:00
khyperia
ac53d9395e libcore compiles, drop some printlns 2020-09-08 17:33:17 +02:00
khyperia
913e19f696 Extension instructions 2020-09-08 16:21:55 +02:00
khyperia
3a9d6f87ca Fix up some integer weirdness 2020-09-07 18:53:32 +02:00
khyperia
e9d9be316a Get final emit steps working 2020-09-07 18:03:11 +02:00
khyperia
7591e582d9 Remove spv lifetime
Turns out it wasn't actually needed, doh
2020-09-07 15:55:39 +02:00
khyperia
9d9d418979 Move intrinsics to their own file 2020-09-07 15:45:46 +02:00
khyperia
148f7ba163 Do some atomics 2020-09-07 15:26:34 +02:00
khyperia
81f868d4ec Fix up Option<&u8> constant 2020-09-07 14:24:23 +02:00
khyperia
f557e5b54f Add some intrinsics 2020-09-07 11:45:05 +02:00
khyperia
3bfc0289d6 rustup update 2020-09-07 10:55:14 +02:00
Johan Andersson
8342b34c07
Official emoji in the README 2020-09-07 10:35:17 +02:00
khyperia
c5cf6d089b Handle recursive pointer types 2020-09-07 10:31:16 +02:00
khyperia
cd9e372ddb Refactor scalar type translation 2020-09-07 09:49:53 +02:00
Jasper Bekkers
0c64a5eb33
Proper type checking 2020-09-04 15:35:04 +01:00
Jasper Bekkers
470c2ff2e2
Test case for OpGroupDecorate 2020-09-04 15:35:03 +01:00
Jasper Bekkers
92feaf36f0
Enable test func_ctrl 2020-09-04 15:35:03 +01:00
khyperia
85601dec70 Start work on the surprisingly difficult task of recursive types 2020-09-04 14:14:23 +02:00
khyperia
e177eeed11 Always try to figure out the full type. 2020-09-03 18:01:38 +02:00
Jasper Bekkers
9cdf751643
Add another failing testcase 2020-09-03 18:00:38 +01:00
Jasper Bekkers
cc77d911d3
Add a bunch of test cases from spirv-linker and bug fixes to make these test cases work 2020-09-03 17:58:52 +01:00
Jasper Bekkers
733008a993
Add some tests 2020-09-03 17:58:51 +01:00
Jasper Bekkers
1f4a2d0eb0
Add spirv header 2020-09-03 17:58:51 +01:00
khyperia
9ec911930c Fix up a few little things 2020-09-03 16:49:18 +02:00
khyperia
a8fc001e4c SpirvValue::alignof 2020-09-03 16:15:02 +02:00
khyperia
194e337da3 Split SpirvType into its own file 2020-09-03 15:39:25 +02:00
khyperia
04b4f8aa88 Start implementing proper constants
Also rework ADTs to store their size
2020-09-03 15:35:54 +02:00
khyperia
582258a873 Even more intrinsics 2020-09-02 17:53:01 +02:00
khyperia
b6d2c0972b 64 bit switches 2020-09-02 17:53:01 +02:00
Ari V
e1f1d88d33
Fix small typos 2020-09-02 16:28:36 +02:00
Jasper Bekkers
8a71903c2e
Formatting 2020-09-02 15:16:13 +01:00
Jasper Bekkers
dfb0db67a0
Compact ids 2020-09-02 14:11:42 +01:00
Jasper Bekkers
e08ad8ca4e
Drop linkage related OpDecorates, import functions/variables and OpCapability Linkage 2020-09-02 14:11:42 +01:00
Jasper Bekkers
65dd2f1149
Cleanup import/export pair matching, strip annotations for imports and replace all uses of imported symbol with the exported symbol 2020-09-02 14:11:41 +01:00
Jasper Bekkers
f11a49619a
Check for import/export type matches 2020-09-02 14:11:41 +01:00
khyperia
82292799b6 Implement a bunch of stuff 2020-09-02 14:00:55 +02:00
Jasper Bekkers
52084da4b0
Basic steps on linker 2020-09-01 22:58:26 +01:00
khyperia
e31ea83852 Delete old scripts no longer used 2020-09-01 16:44:51 +02:00