76
I Use This!
Activity Not Available

Commits : Listings

Analyzed 12 months ago. based on code collected 12 months ago.
Dec 19, 2023 — Jan 18, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
+ wasm internal object reader: read tag imports More... 12 months ago
+ wasm internal object reader: parse the tag section More... 12 months ago
* wasm internal linker: skip the element section when reading object files. This fixes linking with object modules, produced by the external assembler. More... 12 months ago
* wasm internal linker: fixed the relocation of imported function symbol aliases More... 12 months ago
+ WASI internal linker: simplify linker script generation for the .text, .rodata, .data and .bss sections via the use of ScriptAddGenericSections More... 12 months ago
+ WASI internal linker: also add .debug_frame and .debug_str sections to the output binary More... 12 months ago
+ WASI internal linker: add all object sections, starting with '.bss' to the .bss section More... 12 months ago
+ test from Rika for merge request 566
FPK
as florian
More... 12 months ago
* Some code cleanup in Extract* functions. Fixes issue #40587 More... 12 months ago
* fix warning More... 12 months ago
* fix warning More... 12 months ago
+ wasm internal linker: implemented R_WASM_FUNCTION_OFFSET_I32 relocations More... 12 months ago
- 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) More... 12 months ago
* wasm internal linker: set mempos of debug sections to 0 More... 12 months ago
* wasm internal linker: perform R_WASM_SECTION_OFFSET_I32 relocations More... 12 months ago
+ wasm internal object reader: check that R_WASM_GLOBAL_INDEX_LEB point to a SYMTAB_GLOBAL symbol More... 12 months ago
* fix warning More... 12 months ago
+ wasm internal object reader: check that relocations that should point to a SYMTAB_DATA symbol, actually point to such symbol More... 12 months ago
+ wasm internal object reader: added range check to the reader of the SymKind field More... 12 months ago
* fix warning More... 12 months ago
m68k-atari: regenerated Makefile More... 12 months ago
m68k-atari: fix installation of sysconts and heaptrc units More... 12 months ago
+ wasm internal object reader: validate that relocations that should point to a SYMTAB_FUNCTION entry, actually point to such entry More... 12 months ago
* refactor: changed the type of SymbolTable.SymKind to TWasmSymbolType, to avoid type casts. No functional changes. More... 12 months ago
* refactor: changed the type RelocationTable.RelocType to avoid type casts. No functional changes. More... 12 months ago
* wasm internal object reader: removed the warnings in case of missing symbol (this will now create an internal error, instead) More... 12 months ago
* wasm internal object reader: validation of the RelocIndex range moved to a single place - in ReadRelocationSection More... 12 months ago
+ support R_WASM_SECTION_OFFSET_I32 relocations in the wasm internal object reader More... 12 months ago
+ wasm internal object reader: support relocations for debug sections More... 12 months ago
+ wasm internal object reader: record section indices for debug sections. Check for duplicated debug sections. More... 12 months ago