História revízii

Autor SHA1 Správa Dátum
  Nikolay Nikolov c515d45026 + added new target to the compiler: wasm32-wasip2. Not working, yet. 5 mesiacov pred
  Nikolay Nikolov d1dbbc0a35 + also handle system_wasm32_wasip1threads in the compiler anywhere system_wasm32_wasip1 is handled 5 mesiacov pred
  Nikolay Nikolov e20466ffd1 * system_wasm32_wasi renamed system_wasm32_wasip1 5 mesiacov pred
  Nikolay Nikolov 293ddffebd + disable the WebAssembly type checker for all LLVM-MC versions since version 13 11 mesiacov pred
  Nikolay Nikolov 6ab6d613e0 + add explicit support for LLVM-MC versions 15..18 11 mesiacov pred
  Nikolay Nikolov a76ca8f60e + pass '--no-type-check' to llvm-mc-13, because its type checking is broken 11 mesiacov pred
  Nikolay Nikolov 5e327453a8 + WebAssembly external asm writer: workaround for the 'missing functype' error, 11 mesiacov pred
  Nikolay Nikolov 21cc89f1e3 + added a second TWasmFuncType parameter to the CALL WebAssembly instruction. It 1 rok pred
  Nikolay Nikolov 8bd18fc6d3 Merge remote-tracking branch 'origin/main' into wasm_js_promise_integration 2 rokov pred
  Pierre Muller ad1812f90a Handle the specific NaN pattern of mips floating-point unit 2 rokov pred
  Nikolay Nikolov 48556ab039 + enable the reference types extension in llvm-mc via a command line option 2 rokov pred
  Nikolay Nikolov 557e823734 + introduced trefaddr.addr_got_tls, to be used for generating WebAssembly threadvar access, when WASM multithreading is turned on 3 rokov pred
  Nikolay Nikolov b821b9d502 + WebAssembly multithreading: also declare threadvar sections as TLS and prefix their name with '.tbss' when using the external assembler 3 rokov pred
  Pierre Muller 2307dc8f26 Try to fix real constant problems for llvm compiler 3 rokov pred
  Nikolay Nikolov 66b471e516 + support different versions of llvm-mc (version 10 seems to be the earliest that works) 3 rokov pred
  Nikolay Nikolov ddab39dbdc + enable the atomics extension on the llvm-mc command line (extension appears 3 rokov pred
  Nikolay Nikolov 026d23632a + added the memory.copy and memory.fill WebAssembly instructions 3 rokov pred
  Nikolay Nikolov f6b4a54f7d * fixed output of 32-bit floating point constants in the llvm-mc asm output 3 rokov pred
  Nikolay Nikolov 8226233aa3 * introduced the tai_globaltype asm directive, use that to declare the stack 3 rokov pred
  Nikolay Nikolov a1c8e92904 * emit a tai_tagtype for __FPC_exception instead of hardcoding the asm output 3 rokov pred
  Nikolay Nikolov 54481d7218 * moved the imports/funcdef writing from the llvm-mc assembler writer to 3 rokov pred
  Nikolay Nikolov d19919aa13 * TLLVMMachineCodePlaygroundAssembler.WriteImports now uses just a single TAsmList 3 rokov pred
  Nikolay Nikolov a6e75d52f7 + introduced tai_import_module and tai_import_name that represent the 3 rokov pred
  Nikolay Nikolov ac2f299d04 + declare __FPC_exception as a label, otherwise wasm-ld crashes 3 rokov pred
  Nikolay Nikolov 288f79cb3b + declare the __FPC_exception tag, when compiling with native WebAssembly 3 rokov pred
  Nikolay Nikolov d8665f8a51 * write the .globaltype directive and the imports in the beginning of the 3 rokov pred
  Nikolay Nikolov d36e239f45 + enabled the exception handling instructions in the llvm-mc command line 3 rokov pred
  nickysn 715de4547a * fixed WASI dll imports that are declared in a different unit 4 rokov pred
  pierre 570af33fa9 Add a second handling of NIL entries in deflist 4 rokov pred
  pierre e6045673ee Handle NIL entries in deflist after commit 48986 4 rokov pred