Историја ревизија

Аутор SHA1 Порука Датум
  Nikolay Nikolov 02b7cc0e56 + wasm internal object reader: read tags from the export section пре 1 година
  Nikolay Nikolov 79d739baa6 + wasm internal object reader: bounds check the tag type index against the types table пре 1 година
  Nikolay Nikolov 2de0bcb8d0 + wasm internal object reader: store the tags from the tag section in the TagTypes array пре 1 година
  Nikolay Nikolov 55002d1905 + wasm internal object reader: read tag imports пре 1 година
  Nikolay Nikolov c527437594 + wasm internal object reader: parse the tag section пре 1 година
  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. пре 1 година
  Nikolay Nikolov 6a9376cb9e * wasm internal linker: fixed the relocation of imported function symbol aliases пре 1 година
  Nikolay Nikolov b8db469c48 + WASI internal linker: simplify linker script generation for the .text, .rodata, .data and .bss sections via the use of ScriptAddGenericSections пре 1 година
  Nikolay Nikolov 749688b3b0 + WASI internal linker: also add .debug_frame and .debug_str sections to the output binary пре 1 година
  Nikolay Nikolov 49395f2b00 + WASI internal linker: add all object sections, starting with '.bss' to the .bss section пре 1 година
  Rika Ichinose 35345fe145 Fix FillQWord_SSE2 stack usage. пре 1 година
  florian 94a56ba3d5 + test from Rika for merge request 566 пре 1 година
  Michaël Van Canneyt 29f2f12496 * Some code cleanup in Extract* functions. Fixes issue #40587 пре 1 година
  Nikolay Nikolov aac37e3179 * fix warning пре 1 година
  Nikolay Nikolov 4b2a924ea0 * fix warning пре 1 година
  Nikolay Nikolov 3fddae4a40 + wasm internal linker: implemented R_WASM_FUNCTION_OFFSET_I32 relocations пре 1 година
  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) пре 1 година
  Nikolay Nikolov e3b6d70f93 * wasm internal linker: set mempos of debug sections to 0 пре 1 година
  Nikolay Nikolov baee5b9fd4 * wasm internal linker: perform R_WASM_SECTION_OFFSET_I32 relocations пре 1 година
  Nikolay Nikolov 1061965ea5 + wasm internal object reader: check that R_WASM_GLOBAL_INDEX_LEB point to a SYMTAB_GLOBAL symbol пре 1 година
  Nikolay Nikolov 30c8930c30 * fix warning пре 1 година
  Nikolay Nikolov dc16426790 + wasm internal object reader: check that relocations that should point to a SYMTAB_DATA symbol, actually point to such symbol пре 1 година
  Nikolay Nikolov b35c118244 + wasm internal object reader: added range check to the reader of the SymKind field пре 1 година
  Nikolay Nikolov f3401c3f53 * fix warning пре 1 година
  Karoly Balogh 0bb6ab24a2 m68k-atari: regenerated Makefile пре 1 година
  Karoly Balogh 2ec9f59b38 m68k-atari: fix installation of sysconts and heaptrc units пре 1 година
  Nikolay Nikolov 3071ae231a + wasm internal object reader: validate that relocations that should point to a SYMTAB_FUNCTION entry, actually point to such entry пре 1 година
  Nikolay Nikolov baf9681684 * refactor: changed the type of SymbolTable.SymKind to TWasmSymbolType, to avoid type casts. No functional changes. пре 1 година
  Nikolay Nikolov 00d8d53c4e * refactor: changed the type RelocationTable.RelocType to avoid type casts. No functional changes. пре 1 година
  Nikolay Nikolov d87a6c89d4 * wasm internal object reader: removed the warnings in case of missing symbol (this will now create an internal error, instead) пре 1 година