Dan Gohman
35cce408ee
[WebAssembly] Support the new "Lime1" CPU ( #112035 )
...
This adds WebAssembly support for the new [Lime1 CPU].
First, this defines some new target features. These are subsets of
existing
features that reflect implementation concerns:
- "call-indirect-overlong" - implied by "reference-types"; just the
overlong
encoding for the `call_indirect` immediate, and not the actual reference
types.
- "bulk-memory-opt" - implied by "bulk-memory": just `memory.copy` and
`memory.fill`, and not the other instructions in the bulk-memory
proposal.
Next, this defines a new target CPU, "lime1", which enables
mutable-globals,
bulk-memory-opt, multivalue, sign-ext, nontrapping-fptoint,
extended-const,
and call-indirect-overlong. Unlike the default "generic" CPU, "lime1" is
meant
to be frozen, and followed up by "lime2" and so on when new features are
desired.
[Lime1 CPU]:
https://github.com/WebAssembly/tool-conventions/blob/main/Lime.md#lime1
---------
Co-authored-by: Heejin Ahn <aheejin@gmail.com >
2024-12-03 16:35:23 -08:00
..
2024-06-04 08:31:03 +02:00
2023-02-01 15:14:11 +01:00
2022-12-19 13:07:59 +01:00
2022-12-19 13:07:59 +01:00
2022-12-19 13:07:59 +01:00
2022-12-19 13:07:59 +01:00
2024-09-06 16:19:20 +01:00
2024-10-24 14:13:58 -07:00
2024-10-24 14:13:58 -07:00
2022-12-19 13:07:59 +01:00
2024-12-02 17:08:07 -08:00
2023-04-05 01:42:36 -07:00
2024-01-13 14:55:54 -08:00
2019-03-29 19:36:51 +00:00
2024-12-02 17:08:07 -08:00
2024-11-05 21:45:13 -08:00
2024-12-02 17:08:07 -08:00
2024-02-05 14:07:09 +01:00
2022-12-19 13:07:59 +01:00
2022-12-19 13:07:59 +01:00
2021-07-14 11:17:08 -07:00
2021-07-14 11:17:08 -07:00
2022-11-02 12:51:28 -07:00
2021-07-14 11:17:08 -07:00
2021-07-14 11:17:08 -07:00
2020-06-15 08:31:56 -07:00
2021-07-14 11:17:08 -07:00
2022-12-19 13:07:59 +01:00
2021-07-14 11:17:08 -07:00
2024-12-02 17:08:07 -08:00
2021-07-14 11:17:08 -07:00
2022-12-19 13:07:59 +01:00
2024-05-28 16:27:04 -07:00
2024-11-05 21:45:13 -08:00
2024-11-05 21:45:13 -08:00
2024-11-05 21:45:13 -08:00
2024-08-09 13:25:04 +01:00
2019-10-09 21:42:08 +00:00
2021-07-14 11:17:08 -07:00
2024-10-22 13:48:00 -07:00
2022-06-20 10:57:41 +01:00
2022-06-20 10:57:41 +01:00
2022-06-20 10:57:41 +01:00
2022-09-27 09:16:30 +02:00
2022-09-27 09:16:30 +02:00
2022-06-20 10:57:41 +01:00
2022-06-20 10:57:41 +01:00
2021-07-14 11:17:08 -07:00
2023-06-23 14:07:11 -07:00
2023-06-23 14:07:11 -07:00
2021-07-14 11:17:08 -07:00
2021-07-14 11:17:08 -07:00
2024-10-09 14:31:16 -07:00
2024-06-04 08:31:03 +02:00
2024-10-09 14:31:16 -07:00
2022-12-19 13:07:59 +01:00
2021-07-14 11:17:08 -07:00
2020-08-26 09:20:46 +01:00
2023-07-11 15:17:26 -07:00
2022-08-31 14:54:13 -07:00
2023-02-07 15:56:10 +00:00
2022-06-20 10:57:41 +01:00
2022-06-20 10:57:41 +01:00
2022-09-27 09:16:30 +02:00
2022-09-27 09:16:30 +02:00
2022-09-27 09:16:30 +02:00
2022-12-19 13:07:59 +01:00
2022-12-19 13:07:59 +01:00
2023-01-16 10:30:00 +01:00
2024-09-04 16:14:13 -07:00
2024-12-02 17:08:07 -08:00
2022-12-19 13:07:59 +01:00
2022-12-19 13:07:59 +01:00
2024-02-05 14:07:09 +01:00
2022-12-19 13:07:59 +01:00
2024-09-11 10:00:10 -07:00
2022-12-19 13:07:59 +01:00
2021-07-14 11:17:08 -07:00
2022-12-19 13:07:59 +01:00
2021-07-14 11:17:08 -07:00
2023-08-03 10:21:43 +01:00
2021-07-14 11:17:08 -07:00
2024-02-05 17:38:54 -08:00
2021-07-14 11:17:08 -07:00
2021-07-14 11:17:08 -07:00
2022-12-19 13:07:59 +01:00
2022-12-19 13:07:59 +01:00
2023-07-11 10:36:25 -04:00
2022-12-19 13:07:59 +01:00
2022-12-19 13:07:59 +01:00
2022-12-19 13:07:59 +01:00
2022-12-19 13:07:59 +01:00
2022-12-19 13:07:59 +01:00
2024-10-17 10:39:36 -07:00
2024-06-11 10:43:51 -04:00
2023-05-17 17:03:15 +02:00
2022-12-19 13:07:59 +01:00
2022-12-19 13:07:59 +01:00
2022-12-19 13:07:59 +01:00
2022-12-19 13:07:59 +01:00
2024-04-23 17:48:59 +09:00
2024-05-28 11:36:48 -07:00
2024-03-28 04:41:29 +00:00
2022-12-19 13:07:59 +01:00
2024-05-19 14:59:03 +01:00
2024-03-25 18:11:56 -07:00
2024-03-25 18:11:56 -07:00
2024-03-28 04:41:29 +00:00
2024-07-25 00:00:59 +00:00
2024-03-25 18:11:56 -07:00
2024-03-25 18:11:56 -07:00
2023-07-12 14:35:55 +02:00
2021-07-14 11:17:08 -07:00
2022-12-19 13:07:59 +01:00
2022-11-02 12:51:28 -07:00
2021-07-14 11:17:08 -07:00
2021-07-14 11:17:08 -07:00
2021-07-14 11:17:08 -07:00
2024-04-04 16:47:25 +02:00
2024-04-23 17:48:59 +09:00
2024-04-23 17:48:59 +09:00
2024-04-23 17:48:59 +09:00
2023-05-17 10:48:52 +02:00
2024-04-23 17:48:59 +09:00
2022-11-02 12:51:28 -07:00
2024-10-18 09:35:42 +04:00
2022-12-19 13:07:59 +01:00
2024-02-21 03:35:36 +09:00
2022-12-19 13:07:59 +01:00
2022-12-19 13:07:59 +01:00
2023-01-26 10:26:24 +00:00
2022-12-19 13:07:59 +01:00
2024-08-22 09:44:33 -07:00
2022-12-19 13:07:59 +01:00
2021-07-14 11:17:08 -07:00
2022-12-19 13:07:59 +01:00
2022-12-19 13:07:59 +01:00
2023-03-13 08:59:52 +08:00
2023-09-13 12:33:39 +01:00
2023-03-30 20:14:11 -07:00
2024-03-20 08:42:42 -07:00
2023-02-09 18:45:20 +03:00
2022-12-19 13:07:59 +01:00
2022-12-19 13:07:59 +01:00
2021-07-14 11:17:08 -07:00
2024-10-15 02:41:43 +09:00
2022-06-20 10:57:41 +01:00
2024-04-23 17:57:49 +09:00
2024-12-02 17:08:07 -08:00
2024-05-28 16:10:11 -07:00
2024-05-28 16:10:11 -07:00
2024-07-01 19:12:01 -07:00
2024-07-16 20:56:18 +01:00
2023-01-26 10:26:24 +00:00
2021-07-14 11:17:08 -07:00
2022-11-02 12:51:28 -07:00
2024-07-24 09:23:49 +01:00
2024-07-23 11:50:56 -07:00
2021-07-14 11:17:08 -07:00
2023-06-09 08:42:27 -07:00
2023-01-26 14:26:02 +00:00
2024-08-05 14:38:12 -07:00
2021-07-14 11:17:08 -07:00
2022-09-13 16:03:18 -07:00
2022-11-02 12:51:28 -07:00
2022-12-19 13:07:59 +01:00
2023-06-09 08:42:27 -07:00
2023-06-09 08:42:27 -07:00
2022-12-19 10:37:19 +00:00
2023-01-26 10:26:24 +00:00
2024-09-22 10:12:41 +01:00
2023-05-03 16:00:20 -07:00
2023-01-04 15:07:47 +00:00
2022-12-19 13:07:59 +01:00
2022-12-19 13:07:59 +01:00
2021-07-14 11:17:08 -07:00
2023-06-09 08:42:27 -07:00
2023-01-04 15:07:47 +00:00
2023-07-12 14:35:55 +02:00
2021-07-14 11:17:08 -07:00
2021-07-14 11:17:08 -07:00
2024-08-15 00:07:00 +08:00
2024-10-01 14:22:54 +02:00
2023-10-24 12:35:43 +02:00
2022-12-19 13:07:59 +01:00
2024-09-30 11:44:49 -07:00
2023-06-30 11:30:18 -07:00
2021-12-15 09:22:40 -08:00
2024-04-04 16:47:25 +02:00
2022-12-19 13:07:59 +01:00
2021-07-14 11:17:08 -07:00
2023-01-26 10:26:24 +00:00
2022-12-19 13:07:59 +01:00
2022-12-19 13:07:59 +01:00
2022-12-19 13:07:59 +01:00
2024-02-06 09:07:58 +08:00
2024-07-01 19:12:01 -07:00
2022-12-19 13:07:59 +01:00
2021-07-14 11:17:08 -07:00
2020-07-30 10:52:16 -07:00
2022-11-23 18:45:52 +01:00
2022-11-23 18:45:52 +01:00
2022-11-23 18:45:52 +01:00
2023-03-22 09:28:48 -07:00
2024-12-02 17:08:07 -08:00
2024-12-03 16:35:23 -08:00
2024-12-02 17:08:07 -08:00
2024-11-26 17:19:14 -08:00
2024-04-10 16:24:02 -07:00
2024-04-10 16:24:02 -07:00
2024-07-16 20:56:18 +01:00
2023-01-26 10:26:24 +00:00
2024-04-28 10:13:02 +08:00
2022-12-19 13:07:59 +01:00
2024-02-05 14:07:09 +01:00
2024-06-06 10:44:53 +01:00
2022-12-19 13:07:59 +01:00
2024-07-24 09:23:49 +01:00
2022-12-19 13:07:59 +01:00
2022-12-19 13:07:59 +01:00
2024-02-13 13:43:21 -08:00
2022-12-19 13:07:59 +01:00
2024-10-23 11:39:58 -07:00
2024-02-06 12:39:48 +00:00