提交歷史

作者 SHA1 備註 提交日期
  Nikolay Nikolov 557e823734 + introduced trefaddr.addr_got_tls, to be used for generating WebAssembly threadvar access, when WASM multithreading is turned on 3 年之前
  Nikolay Nikolov b821b9d502 + WebAssembly multithreading: also declare threadvar sections as TLS and prefix their name with '.tbss' when using the external assembler 3 年之前
  Pierre Muller 2307dc8f26 Try to fix real constant problems for llvm compiler 3 年之前
  Nikolay Nikolov 66b471e516 + support different versions of llvm-mc (version 10 seems to be the earliest that works) 3 年之前
  Nikolay Nikolov ddab39dbdc + enable the atomics extension on the llvm-mc command line (extension appears 3 年之前
  Nikolay Nikolov 026d23632a + added the memory.copy and memory.fill WebAssembly instructions 3 年之前
  Nikolay Nikolov f6b4a54f7d * fixed output of 32-bit floating point constants in the llvm-mc asm output 3 年之前
  Nikolay Nikolov 8226233aa3 * introduced the tai_globaltype asm directive, use that to declare the stack 3 年之前
  Nikolay Nikolov a1c8e92904 * emit a tai_tagtype for __FPC_exception instead of hardcoding the asm output 3 年之前
  Nikolay Nikolov 54481d7218 * moved the imports/funcdef writing from the llvm-mc assembler writer to 3 年之前
  Nikolay Nikolov d19919aa13 * TLLVMMachineCodePlaygroundAssembler.WriteImports now uses just a single TAsmList 3 年之前
  Nikolay Nikolov a6e75d52f7 + introduced tai_import_module and tai_import_name that represent the 3 年之前
  Nikolay Nikolov ac2f299d04 + declare __FPC_exception as a label, otherwise wasm-ld crashes 3 年之前
  Nikolay Nikolov 288f79cb3b + declare the __FPC_exception tag, when compiling with native WebAssembly 3 年之前
  Nikolay Nikolov d8665f8a51 * write the .globaltype directive and the imports in the beginning of the 3 年之前
  Nikolay Nikolov d36e239f45 + enabled the exception handling instructions in the llvm-mc command line 3 年之前
  nickysn 715de4547a * fixed WASI dll imports that are declared in a different unit 4 年之前
  pierre 570af33fa9 Add a second handling of NIL entries in deflist 4 年之前
  pierre e6045673ee Handle NIL entries in deflist after commit 48986 4 年之前
  nickysn 4f828929a3 * fixed the support for infinity and nan float literal values in the webassembly 4 年之前
  nickysn d090af4abe * skip nil values in current_module.deflist in TLLVMMachineCodePlaygroundAssembler.WriteImports 4 年之前
  nickysn 807c743e35 * system identifier system_wasm32_wasm renamed system_wasm32_embedded 4 年之前
  nickysn 9908a9d82a + add functypes for the unit init and finalization code procedures 4 年之前
  nickysn 4e57c4d89e + enable smartlink sections for the llvm-mc assembler 4 年之前
  nickysn 8697fb4822 * write the WebAssembly procdefs in the standard way, instead of using the special JVM way 4 年之前
  nickysn f83ef3c610 * avoid creating threadvar sections in the LLVM-MC WebAssembly output 4 年之前
  nickysn ca3cf821f3 * fixed writing of floating point constants for the LLVM-MC assembler 4 年之前
  nickysn b6735179ed * use a functype operand for a_if, instead of hardcoding 4 年之前
  nickysn 07c1783e24 * refactored call_indirect to use a 'functype' operand type. This type will be reused for block instructions as well. 4 年之前
  nickysn 6ef60815b8 * fixed the 'if' instruction syntax in the llvm-mc asm writer 4 年之前