Historial de Commits

Autor SHA1 Mensaje Fecha
  Nikolay Nikolov afbc36897d + WebAssembly threads internal linker: introduced TWasmExeOutput.GenerateCode_InitTls (not ready, yet, just writes some dummy data) hace 1 año
  Nikolay Nikolov df4ef39762 * WebAssembly threads internal linker: ignore RELOC_GLOBAL_INDEX_LEB hace 1 año
  Nikolay Nikolov cd8fda1c28 * WebAssembly threads internal linker: create double relocation entries for hace 1 año
  Nikolay Nikolov 605ca8144f * WebAssembly threads internal linker: set objsection properly for global hace 1 año
  Nikolay Nikolov d1348d17bf + WebAssembly threads internal linker: create a global symbol for all AT_TLS data symbols hace 1 año
  Nikolay Nikolov 7e938ffafc * WebAssembly threads internal linker: set MemPos for data sections correctly hace 1 año
  Nikolay Nikolov 99b7b19f17 * WebAssembly threads internal linker: import WASM_SYM_TLS symbols as AT_TLS, instead of AT_DATA hace 1 año
  Nikolay Nikolov db86dd07fb * WebAssembly threads internal linker: mark the __tls_base, __tls_size and __tls_align symbols as WebAssembly globals hace 1 año
  Nikolay Nikolov 6ec1b7e1b5 + WebAssembly threads internal linker: debug print threadvar relocations, hace 1 año
  Nikolay Nikolov 44a5f6623b + WebAssembly threads internal linker: create the __wasm_init_tls symbol's hace 1 año
  Nikolay Nikolov 961042356c * WebAssembly threads internal linker: fix validation of R_WASM_GLOBAL_INDEX_LEB relocations in modules that support threads hace 1 año
  Nikolay Nikolov c88037b8a7 * fixed another crash in the wasi internal linker, caused by missing resource section hace 1 año
  Nikolay Nikolov 07da0058e3 + wasm internal linker optimization: write only the non-empty data sections to hace 1 año
  Nikolay Nikolov c4f046f1b8 + wasi internal linker: also write the fpc.resources section to the file hace 1 año
  florian 4867d48e99 + support for .debug_loc and .debuc_loclist sections hace 1 año
  Nikolay Nikolov e3f4bad164 * fixed internal linker crash if no tags are defined (i.e. no WASM native exceptions used) hace 1 año
  Nikolay Nikolov 93365f7e38 * wasm internal linker: produce an internal error on unknown relocations hace 1 año
  Nikolay Nikolov cd72a8910e + wasm internal linker: implemented RELOC_TAG_INDEX_LEB relocations hace 1 año
  Nikolay Nikolov 4084da63ab + wasm internal linker: create the tag section (if not empty) hace 1 año
  Nikolay Nikolov 033a2ae2e7 * wasm internal linker: set mempos of the .wasm_tags (and .wasm_globals) section to 0 hace 1 año
  Nikolay Nikolov 6b47a03cc9 * wasm internal object reader: handle tag symbol flags properly (support weak and local symbols) hace 1 año
  Nikolay Nikolov 1d48cd7eba * wasm internal linker: treat exception symbols as AB_COMMON hace 1 año
  Nikolay Nikolov 07677f4214 * wasm internal object reader: convert R_WASM_TAG_INDEX_LEB relocations to relocation objects hace 1 año
  Nikolay Nikolov 3121f3f8a0 * wasm internal object reader: validate that R_WASM_TAG_INDEX_LEB relocations point to a SYMTAB_EVENT symbol hace 1 año
  Nikolay Nikolov 962b36a6e8 + wasm internal object reader: create symbols for SYMTAB_EVENT entries in the symbol table hace 1 año
  Nikolay Nikolov 09accffd28 + wasm internal object reader: range check event symbols against the tag index space (imports + tag section) hace 1 año
  Nikolay Nikolov 02b7cc0e56 + wasm internal object reader: read tags from the export section hace 1 año
  Nikolay Nikolov 79d739baa6 + wasm internal object reader: bounds check the tag type index against the types table hace 1 año
  Nikolay Nikolov 2de0bcb8d0 + wasm internal object reader: store the tags from the tag section in the TagTypes array hace 1 año
  Nikolay Nikolov 55002d1905 + wasm internal object reader: read tag imports hace 1 año