Commit History

Author SHA1 Message Date
  Nikolay Nikolov 07b4ceac49 * WebAssembly threads internal linker: set threadvar globals as mutable 1 year ago
  Nikolay Nikolov c9f6b93d22 * WebAssembly threads internal linker: implemented the actual code generation in TWasmExeOutput.GenerateCode_InitTls 1 year ago
  Nikolay Nikolov 90a756931e * WebAssembly threads internal linker: set initial values for threadvar globals 1 year ago
  Nikolay Nikolov a441d8ff28 * WebAssembly threads internal linker: introduced TWasmObjSymbol.TlsDataSym 1 year ago
  Nikolay Nikolov 0d5dd4196f * WebAssembly threads: don't do anything in TWasmExeOutput.SetThreadVarGlobalsInitValues 1 year ago
  Nikolay Nikolov 334ef633a8 * WebAssembly threads internal linker: starting working on TWasmExeOutput.SetThreadVarGlobalsInitValues 1 year ago
  Nikolay Nikolov 39ab212642 * WebAssembly threads internal linker: set MainFuncSymbol of the section of threadvar globals 1 year ago
  Nikolay Nikolov f38b12240d * WebAssembly threads internal linker: set the global type of threadvar globals to wbt_i32 1 year ago
  Nikolay Nikolov afbc36897d + WebAssembly threads internal linker: introduced TWasmExeOutput.GenerateCode_InitTls (not ready, yet, just writes some dummy data) 1 year ago
  Nikolay Nikolov df4ef39762 * WebAssembly threads internal linker: ignore RELOC_GLOBAL_INDEX_LEB 1 year ago
  Nikolay Nikolov cd8fda1c28 * WebAssembly threads internal linker: create double relocation entries for 1 year ago
  Nikolay Nikolov 605ca8144f * WebAssembly threads internal linker: set objsection properly for global 1 year ago
  Nikolay Nikolov d1348d17bf + WebAssembly threads internal linker: create a global symbol for all AT_TLS data symbols 1 year ago
  Nikolay Nikolov 7e938ffafc * WebAssembly threads internal linker: set MemPos for data sections correctly 1 year ago
  Nikolay Nikolov 99b7b19f17 * WebAssembly threads internal linker: import WASM_SYM_TLS symbols as AT_TLS, instead of AT_DATA 1 year ago
  Nikolay Nikolov db86dd07fb * WebAssembly threads internal linker: mark the __tls_base, __tls_size and __tls_align symbols as WebAssembly globals 1 year ago
  Nikolay Nikolov 6ec1b7e1b5 + WebAssembly threads internal linker: debug print threadvar relocations, 1 year ago
  Nikolay Nikolov 44a5f6623b + WebAssembly threads internal linker: create the __wasm_init_tls symbol's 1 year ago
  Nikolay Nikolov 961042356c * WebAssembly threads internal linker: fix validation of R_WASM_GLOBAL_INDEX_LEB relocations in modules that support threads 1 year ago
  Nikolay Nikolov c88037b8a7 * fixed another crash in the wasi internal linker, caused by missing resource section 1 year ago
  Nikolay Nikolov 07da0058e3 + wasm internal linker optimization: write only the non-empty data sections to 1 year ago
  Nikolay Nikolov c4f046f1b8 + wasi internal linker: also write the fpc.resources section to the file 1 year ago
  florian 4867d48e99 + support for .debug_loc and .debuc_loclist sections 1 year ago
  Nikolay Nikolov e3f4bad164 * fixed internal linker crash if no tags are defined (i.e. no WASM native exceptions used) 1 year ago
  Nikolay Nikolov 93365f7e38 * wasm internal linker: produce an internal error on unknown relocations 1 year ago
  Nikolay Nikolov cd72a8910e + wasm internal linker: implemented RELOC_TAG_INDEX_LEB relocations 1 year ago
  Nikolay Nikolov 4084da63ab + wasm internal linker: create the tag section (if not empty) 1 year ago
  Nikolay Nikolov 033a2ae2e7 * wasm internal linker: set mempos of the .wasm_tags (and .wasm_globals) section to 0 1 year ago
  Nikolay Nikolov 6b47a03cc9 * wasm internal object reader: handle tag symbol flags properly (support weak and local symbols) 1 year ago
  Nikolay Nikolov 1d48cd7eba * wasm internal linker: treat exception symbols as AB_COMMON 1 year ago