Sam Clegg
4690bf2ed3
[lld][WebAssembly] Take advantage of extended const expressions when available
...
In particular we use these in two places:
1. When building PIC code we no longer need to combine output segments
into a single segment that can be initialized at `__memory_base`.
Instead each segment can encode its offset from `__memory_base` in
its initializer. e.g.
```
(i32.add (global.get __memory_base) (i32.const offset)
```
2. When building PIC code we no longer need to relocation internalized
global addresses. We can just initialize them with their correct
offsets.
Differential Revision: https://reviews.llvm.org/D121420
2022-03-15 17:50:05 -07:00
..
2021-10-12 23:28:27 -07:00
2021-10-28 16:24:54 -07:00
2021-03-24 09:10:11 +01:00
2022-02-18 16:30:08 -08:00
2022-03-01 15:21:53 -08:00
2021-07-09 14:07:25 -07:00
2022-02-18 16:30:08 -08:00
2021-07-09 14:07:25 -07:00
2021-07-09 14:07:25 -07:00
2021-05-20 09:59:31 -07:00
2022-01-18 14:08:42 -08:00
2021-05-24 19:43:40 +02:00
2021-12-02 08:36:28 -08:00
2021-07-09 14:07:25 -07:00
2021-12-24 00:47:04 +02:00
2021-07-09 14:07:25 -07:00
2022-02-18 16:30:08 -08:00
2021-07-22 14:16:05 -07:00
2021-07-22 14:16:05 -07:00
2021-07-22 14:16:05 -07:00
2021-07-09 14:07:25 -07:00
2021-07-09 14:07:25 -07:00
2022-02-18 16:30:08 -08:00
2021-07-09 14:07:25 -07:00
2021-04-29 10:58:45 -07:00
2021-07-09 14:07:25 -07:00
2021-03-24 09:10:11 +01:00
2021-03-24 09:10:11 +01:00
2021-04-05 11:14:12 -07:00
2022-02-18 16:30:08 -08:00
2022-02-18 16:30:08 -08:00
2021-07-09 14:07:25 -07:00
2021-04-28 11:31:16 -07:00
2021-03-24 09:10:11 +01:00
2021-07-09 14:07:25 -07:00
2021-03-24 09:10:11 +01:00
2021-03-24 09:10:11 +01:00
2021-03-24 09:10:11 +01:00
2021-03-24 09:10:11 +01:00
2021-03-24 09:10:11 +01:00
2021-07-19 14:02:33 -07:00
2021-06-01 14:33:56 -07:00
2021-05-12 13:43:37 -07:00
2021-03-24 09:10:11 +01:00
2021-07-09 14:07:25 -07:00
2021-07-09 14:07:25 -07:00
2021-07-09 14:07:25 -07:00
2022-03-15 17:50:05 -07:00
2022-02-25 07:13:15 -08:00
2021-07-09 14:07:25 -07:00
2021-03-24 09:10:11 +01:00
2022-02-14 14:08:32 -08:00
2021-03-24 09:10:11 +01:00
2022-03-15 15:10:21 -07:00
2021-05-03 17:16:31 -07:00
2021-10-28 17:15:08 -07:00
2021-03-24 09:10:11 +01:00
2021-03-24 09:10:11 +01:00
2021-09-14 07:35:05 -07:00
2021-08-19 19:25:49 -04:00
2021-10-15 11:49:16 -07:00
2022-03-15 15:10:21 -07:00
2021-07-09 14:07:25 -07:00
2021-08-18 22:17:02 -04:00
2021-07-24 14:03:26 +02:00
2022-02-18 16:30:08 -08:00
2021-08-10 18:17:58 -04:00
2021-07-26 11:06:52 -07:00
2021-10-12 23:28:27 -07:00
2021-09-14 06:47:37 -07:00
2022-01-27 17:27:09 -08:00
2021-09-09 12:45:58 -04:00
2022-03-15 17:50:05 -07:00
2021-10-29 13:26:35 -07:00
2022-02-18 16:30:08 -08:00
2022-03-15 15:10:21 -07:00
2021-07-09 14:07:25 -07:00
2022-03-15 15:10:21 -07:00
2022-03-15 15:10:21 -07:00
2021-03-24 09:10:11 +01:00
2021-03-24 09:10:11 +01:00
2021-07-09 14:07:25 -07:00
2021-07-09 14:07:25 -07:00
2021-07-09 14:07:25 -07:00
2021-07-26 11:06:52 -07:00