J. Gareth "Curious Kit" Moreton
|
63879e74cd
|
* x86: Additional TEST/CMP optimisations to optimise CMOV blocks
that aren't optimal due to register pressure
|
2024-01-07 14:29:42 +00:00 |
|
J. Gareth "Curious Kit" Moreton
|
0b6faeba68
|
* x86: CMOV block optimisation overhauled
|
2024-01-07 14:29:42 +00:00 |
|
Pierre Muller
|
9dc75c3005
|
Avoid double declaration of seterrno
|
2024-01-07 14:40:04 +01:00 |
|
Pierre Muller
|
b1e1a107d3
|
Fix compilation of syscall unit for i386-beos target
|
2024-01-07 14:13:03 +01:00 |
|
Michaël Van Canneyt
|
859fa9fe8f
|
* Some fixes in code generation
|
2024-01-07 14:02:53 +01:00 |
|
mattias
|
c90503812a
|
fcl-js: fixed TBufferWriter on nodejs
|
2024-01-07 13:48:46 +01:00 |
|
mattias
|
20ac72e7aa
|
pastojs: fixed parsing multi line comment
|
2024-01-07 12:53:48 +01:00 |
|
mattias
|
03d7518b9b
|
pas2js: updated nodepas2js and compile with ecmascript6
|
2024-01-07 12:53:20 +01:00 |
|
Nikolay Nikolov
|
e3f4bad164
|
* fixed internal linker crash if no tags are defined (i.e. no WASM native exceptions used)
|
2024-01-07 03:29:32 +02:00 |
|
Nikolay Nikolov
|
9681378d37
|
+ enable the WASI internal linker
|
2024-01-07 03:17:07 +02:00 |
|
Nikolay Nikolov
|
93365f7e38
|
* wasm internal linker: produce an internal error on unknown relocations
|
2024-01-07 02:41:53 +02:00 |
|
Nikolay Nikolov
|
cd72a8910e
|
+ wasm internal linker: implemented RELOC_TAG_INDEX_LEB relocations
|
2024-01-07 02:39:57 +02:00 |
|
Nikolay Nikolov
|
4084da63ab
|
+ wasm internal linker: create the tag section (if not empty)
|
2024-01-07 02:35:35 +02:00 |
|
Nikolay Nikolov
|
033a2ae2e7
|
* wasm internal linker: set mempos of the .wasm_tags (and .wasm_globals) section to 0
|
2024-01-07 02:12:49 +02:00 |
|
Nikolay Nikolov
|
6b47a03cc9
|
* wasm internal object reader: handle tag symbol flags properly (support weak and local symbols)
|
2024-01-07 02:08:32 +02:00 |
|
Nikolay Nikolov
|
59c88f4c79
|
+ WASI internal linker: added the .wasm_tags exe section to the linker script
|
2024-01-07 01:56:34 +02:00 |
|
Nikolay Nikolov
|
1d48cd7eba
|
* wasm internal linker: treat exception symbols as AB_COMMON
|
2024-01-07 01:50:16 +02:00 |
|
Nikolay Nikolov
|
07677f4214
|
* wasm internal object reader: convert R_WASM_TAG_INDEX_LEB relocations to relocation objects
|
2024-01-07 01:45:27 +02:00 |
|
Nikolay Nikolov
|
3121f3f8a0
|
* wasm internal object reader: validate that R_WASM_TAG_INDEX_LEB relocations point to a SYMTAB_EVENT symbol
|
2024-01-07 01:43:47 +02:00 |
|
Nikolay Nikolov
|
962b36a6e8
|
+ wasm internal object reader: create symbols for SYMTAB_EVENT entries in the symbol table
|
2024-01-07 01:42:12 +02:00 |
|
Nikolay Nikolov
|
09accffd28
|
+ wasm internal object reader: range check event symbols against the tag index space (imports + tag section)
|
2024-01-07 01:33:00 +02:00 |
|
Nikolay Nikolov
|
02b7cc0e56
|
+ wasm internal object reader: read tags from the export section
|
2024-01-07 01:29:10 +02:00 |
|
Nikolay Nikolov
|
79d739baa6
|
+ wasm internal object reader: bounds check the tag type index against the types table
|
2024-01-07 01:25:48 +02:00 |
|
Nikolay Nikolov
|
2de0bcb8d0
|
+ wasm internal object reader: store the tags from the tag section in the TagTypes array
|
2024-01-07 01:23:05 +02:00 |
|
Nikolay Nikolov
|
55002d1905
|
+ wasm internal object reader: read tag imports
|
2024-01-07 01:15:13 +02:00 |
|
Nikolay Nikolov
|
c527437594
|
+ wasm internal object reader: parse the tag section
|
2024-01-07 01:06:04 +02:00 |
|
Nikolay Nikolov
|
7f3ed9e85c
|
* wasm internal linker: skip the element section when reading object files. This fixes linking with object modules, produced by the external assembler.
|
2024-01-07 00:11:59 +02:00 |
|
Nikolay Nikolov
|
6a9376cb9e
|
* wasm internal linker: fixed the relocation of imported function symbol aliases
|
2024-01-06 23:53:15 +02:00 |
|
Nikolay Nikolov
|
b8db469c48
|
+ WASI internal linker: simplify linker script generation for the .text, .rodata, .data and .bss sections via the use of ScriptAddGenericSections
|
2024-01-06 23:26:14 +02:00 |
|
Nikolay Nikolov
|
749688b3b0
|
+ WASI internal linker: also add .debug_frame and .debug_str sections to the output binary
|
2024-01-06 23:24:26 +02:00 |
|
Nikolay Nikolov
|
49395f2b00
|
+ WASI internal linker: add all object sections, starting with '.bss' to the .bss section
|
2024-01-06 23:22:25 +02:00 |
|
Rika Ichinose
|
35345fe145
|
Fix FillQWord_SSE2 stack usage.
|
2024-01-06 21:18:56 +00:00 |
|
florian
|
94a56ba3d5
|
+ test from Rika for merge request 566
|
2024-01-06 22:18:30 +01:00 |
|
Michaël Van Canneyt
|
29f2f12496
|
* Some code cleanup in Extract* functions. Fixes issue #40587
|
2024-01-06 21:42:03 +01:00 |
|
Nikolay Nikolov
|
aac37e3179
|
* fix warning
|
2024-01-06 22:10:34 +02:00 |
|
Nikolay Nikolov
|
4b2a924ea0
|
* fix warning
|
2024-01-06 22:05:35 +02:00 |
|
Nikolay Nikolov
|
3fddae4a40
|
+ wasm internal linker: implemented R_WASM_FUNCTION_OFFSET_I32 relocations
|
2024-01-06 21:55:20 +02:00 |
|
Nikolay Nikolov
|
b679f8bc06
|
- wasm internal object reader: removed redundant check for R_WASM_TABLE_INDEX_I32 pointing to a SYMTAB_FUNCTION entry (we now do this check earlier)
|
2024-01-06 21:39:31 +02:00 |
|
Nikolay Nikolov
|
e3b6d70f93
|
* wasm internal linker: set mempos of debug sections to 0
|
2024-01-06 21:16:31 +02:00 |
|
Nikolay Nikolov
|
baee5b9fd4
|
* wasm internal linker: perform R_WASM_SECTION_OFFSET_I32 relocations
|
2024-01-06 21:12:22 +02:00 |
|
Nikolay Nikolov
|
1061965ea5
|
+ wasm internal object reader: check that R_WASM_GLOBAL_INDEX_LEB point to a SYMTAB_GLOBAL symbol
|
2024-01-06 21:03:02 +02:00 |
|
Nikolay Nikolov
|
30c8930c30
|
* fix warning
|
2024-01-06 21:00:14 +02:00 |
|
Nikolay Nikolov
|
dc16426790
|
+ wasm internal object reader: check that relocations that should point to a SYMTAB_DATA symbol, actually point to such symbol
|
2024-01-06 20:57:23 +02:00 |
|
Nikolay Nikolov
|
b35c118244
|
+ wasm internal object reader: added range check to the reader of the SymKind field
|
2024-01-06 20:54:04 +02:00 |
|
Nikolay Nikolov
|
f3401c3f53
|
* fix warning
|
2024-01-06 20:51:35 +02:00 |
|
Karoly Balogh
|
0bb6ab24a2
|
m68k-atari: regenerated Makefile
|
2024-01-06 19:36:50 +01:00 |
|
Karoly Balogh
|
2ec9f59b38
|
m68k-atari: fix installation of sysconts and heaptrc units
|
2024-01-06 19:36:50 +01:00 |
|
Nikolay Nikolov
|
3071ae231a
|
+ wasm internal object reader: validate that relocations that should point to a SYMTAB_FUNCTION entry, actually point to such entry
|
2024-01-06 20:30:20 +02:00 |
|
Nikolay Nikolov
|
baf9681684
|
* refactor: changed the type of SymbolTable.SymKind to TWasmSymbolType, to avoid type casts. No functional changes.
|
2024-01-06 20:26:27 +02:00 |
|
Nikolay Nikolov
|
00d8d53c4e
|
* refactor: changed the type RelocationTable.RelocType to avoid type casts. No functional changes.
|
2024-01-06 20:22:47 +02:00 |
|