커밋 기록

작성자 SHA1 메시지 날짜
  Nikolay Nikolov bc76487b87 + enable the WebAssembly internal assembler and object writer 4 년 전
  Nikolay Nikolov db843287a2 + generate funcdef for external procs, that don't have an import dll 4 년 전
  Nikolay Nikolov 2102fbdc97 - removed debug writelns from the wasm internal object writer 4 년 전
  Nikolay Nikolov 99c84da071 + generate the export section in the wasm internal obj writer 4 년 전
  Nikolay Nikolov 1c8579da2e * simplified and integrated the WriteImportExport procedure into the case 4 년 전
  Nikolay Nikolov 346b57e238 * tai_impexp renamed tai_export_name 4 년 전
  Nikolay Nikolov 2940d0f45f - removed unused constructor of tai_impexp, as well as unused member variable extmodule 4 년 전
  J. Gareth "Kit" Moreton 79f60923ba Bug fix to XMM block move optimisation 4 년 전
  Nikolay Nikolov abf831c430 + fixed the addend in the relocations that point to data 4 년 전
  florian 2d1ebe4cb3 + re-added accidently removed internal error 4 년 전
  Nikolay Nikolov c881d05793 * fixed bug in the code, generated for the RELOC_FUNCTION_INDEX_LEB 4 년 전
  Nikolay Nikolov 07461d0fc3 * made the constructor of TObjSymbol virtual, so it can be overriden 4 년 전
  Nikolay Nikolov cb3ac37fb3 * fixed i32.const with large unsigned 32-bit const parameter (>2GB) 4 년 전
  Nikolay Nikolov efd5831742 * generate an internal error if an attempt is made to emit a 4 년 전
  Nikolay Nikolov 392ca81c20 + add threadvar symbols to the symbol table 4 년 전
  Nikolay Nikolov 92fb1d2564 * fixed warning 4 년 전
  Nikolay Nikolov 9e0c028142 + support load/store with op_const 4 년 전
  Nikolay Nikolov 7e9607a62c * fixed warning 4 년 전
  Nikolay Nikolov 2e491d1ffa + implemented the br and br_if instructions in the wasm internal asm 4 년 전
  Nikolay Nikolov ca70cb05a7 * fixed warning 4 년 전
  Nikolay Nikolov 07b71ac6ce * generate an internal error instead of warning for unsupported opcodes 4 년 전
  Nikolay Nikolov d7b141d70e + implemented the if, loop and else instructions 4 년 전
  Nikolay Nikolov 6133affad6 + implemented the f32.const and f64.const instructions in the wasm 4 년 전
  Nikolay Nikolov 0486caeb91 * generate an internal error, instead of warning for i32.const and 4 년 전
  Nikolay Nikolov 81b8574bfd + implemented all the load/store instructions in the wasm internal asm 4 년 전
  Nikolay Nikolov ea401ccc82 + support writing R_WASM_MEMORY_ADDR_I32 relocations 4 년 전
  Nikolay Nikolov 7f5250bf46 + implemented support for R_WASM_TABLE_INDEX_SLEB relocations 4 년 전
  Nikolay Nikolov 9fa2e2934b + support the call_indirect instruction and the R_WASM_TYPE_INDEX_LEB 4 년 전
  Nikolay Nikolov bd6bbb6cf4 + support writing imports from a different module in the wasm binary object writer 4 년 전
  Nikolay Nikolov 238d09d875 + support writing RELOC_FUNCTION_INDEX_LEB relocations to non-external functions 4 년 전