1. 0f5197e Enable WasmLLInt on ARMv7 by commit-queue@webkit.org · 2 years, 10 months ago
  2. b058b15 Revert "Enable WasmLLInt on ARMv7" by mark.lam@apple.com · 2 years, 10 months ago
  3. dcadf9d Enable WasmLLInt on ARMv7 by commit-queue@webkit.org · 2 years, 10 months ago
  4. 697c973 [WASM-GC] Introduce rtt types https://bugs.webkit.org/show_bug.cgi?id=239493 by dbezhetskov@igalia.com · 3 years ago
  5. 2cd3baa [WASM-GC] Introduce structs types https://bugs.webkit.org/show_bug.cgi?id=237029 by dbezhetskov@igalia.com · 3 years ago
  6. c488df6 Refactor OpcodeTraits to support the possibility of having 2-byte WASM opcode ids in bytecode streams by justin_michaud@apple.com · 3 years, 1 month ago
  7. 9ef8dd2 [WASM] Fix clang tidy bugprone-move-forwarding-reference static analyzer warnings in WasmLLIntGenerator.cpp by ddkilzer@apple.com · 3 years, 2 months ago
  8. 90f83ee Add support for Wasm exceptions in the Air generator by sbarati@apple.com · 3 years, 3 months ago
  9. b25c8d7 Consider merging Wasm::FunctionCodeBlock and Wasm::LLIntCallee by ysuzuki@apple.com · 3 years, 3 months ago
  10. e76f8ea4 [WASM-Function-References] Add call_ref spec tests by dbezhetskov@igalia.com · 3 years, 5 months ago
  11. 5f0c34b Address post-landing feedback to wasm exceptions by tzagallo@apple.com · 3 years, 5 months ago
  12. 82511e3 Remove Variant.h https://bugs.webkit.org/show_bug.cgi?id=231744 by commit-queue@webkit.org · 3 years, 6 months ago
  13. 3543f36 Remove WTF::Variant and WTF::get https://bugs.webkit.org/show_bug.cgi?id=231675 by commit-queue@webkit.org · 3 years, 6 months ago
  14. 79445f2 Use std::variant instead of WTF::Variant by commit-queue@webkit.org · 3 years, 6 months ago
  15. 1acd723 Use STL instead of WTF::get_if, WTF::Monostate, WTF::visit, and WTF::holds_alternative by commit-queue@webkit.org · 3 years, 6 months ago
  16. 9ff2b62 Implement the WebAssembly exception handling proposal by tzagallo@apple.com · 3 years, 6 months ago
  17. 307a0a7 Improve OSR entry into Wasm loops with arguments by rmorisset@apple.com · 3 years, 8 months ago
  18. 99b4e80 [WASM-Function-References] Add support for (ref null? $t) type constructor by commit-queue@webkit.org · 3 years, 9 months ago
  19. f1fcd7d [JSC] Fix consistency check during stack splitting in Wasm::LLIntGenerator::addLoop by commit-queue@webkit.org · 3 years, 9 months ago
  20. e82ce69 Rename Checked::unsafeGet() to Checked::value() by cdumez@apple.com · 3 years, 10 months ago
  21. d6c003b [WASM-Function-References] Add call_ref instruction by commit-queue@webkit.org · 4 years ago
  22. 3a615f1 numCalleeLocals, numParameters, and numVars should be unsigned by keith_miller@apple.com · 4 years ago
  23. afd8859 Use Hasher more, remove IntegerHasher, fix hashing-related mistakes by darin@apple.com · 4 years ago
  24. 44845a2 [WASM-Function-References] Update ref.func to produce (ref $t) by commit-queue@webkit.org · 4 years, 1 month ago
  25. 11a9f32 [WASM-Function-References] Extend wasm type with type index by commit-queue@webkit.org · 4 years, 1 month ago
  26. e5fae76 WebAssembly: implement non-trapping float to int conversion by ysuzuki@apple.com · 4 years, 1 month ago
  27. 67540b3 [WASM-References] Add support for memory.copy, memory.init and data.drop by commit-queue@webkit.org · 4 years, 3 months ago
  28. 6dae3fb [WASM-References] Add support for memory.fill by commit-queue@webkit.org · 4 years, 4 months ago
  29. e2c12c9 [WASM-References] Add table.init https://bugs.webkit.org/show_bug.cgi?id=219297 by commit-queue@webkit.org · 4 years, 4 months ago
  30. 0198ce7 [WASM-References] Add support for table.copy by commit-queue@webkit.org · 4 years, 4 months ago
  31. 9101bb6 [JSC] Add wasm atomics instructions by ysuzuki@apple.com · 4 years, 4 months ago
  32. 81172f8 [WASM-References] Remove subtyping rule for externref and funcref by commit-queue@webkit.org · 4 years, 4 months ago
  33. c53450d [WASM-References] Rename anyref to externref by commit-queue@webkit.org · 4 years, 5 months ago
  34. 48d5276 Correct misunderstandings on how ThreadSpecific work by sbarati@apple.com · 4 years, 10 months ago
  35. 0ebe33c [IWYU] Remove unnecessary includes from JSC implementation files by ross.kirsling@sony.com · 4 years, 11 months ago
  36. 2c7f307 Have a thread local cache for the Wasm LLInt bytecode buffer by sbarati@apple.com · 5 years ago
  37. 16d33b8 LLIntGenerator must link switch jumps to otherwise redundant labels by tzagallo@apple.com · 5 years ago
  38. a1c17ed Reland bytecode checkpoints since bugs have been fixed by keith_miller@apple.com · 5 years ago
  39. 8357339 Revert bytecode checkpoints since it breaks watch by keith_miller@apple.com · 5 years ago
  40. 6572436 by mark.lam@apple.com · 5 years ago
  41. 3908082 DFG/FTL should be able to exit to the middle of a bytecode by keith_miller@apple.com · 5 years ago
  42. b528b33 [JSC] Wasm OSR entry should capture top-most enclosing-stack by ysuzuki@apple.com · 5 years ago
  43. 2e6bebd [WebAssembly] Fix LLIntGenerator's checkConsistency contract by tzagallo@apple.com · 5 years ago
  44. dba397a [WebAssembly] Validate and generate bytecode in one pass by tzagallo@apple.com · 5 years ago
  45. 7d52c09 Adopt the new WebAssembly.Global system by ysuzuki@apple.com · 5 years ago
  46. 5059a86 [WebAssembly] Improve Wasm::LLIntGenerator by tzagallo@apple.com · 5 years ago
  47. c21f37a [WebAssembly] Improve bytecode dumping by tzagallo@apple.com · 5 years ago
  48. 50f9257 [WebAssembly] LLIntGenerator should not retain VirtualRegisters used for constants by tzagallo@apple.com · 5 years ago
  49. 9911edf Use fewer virtual registers in Wasm LLInt by tzagallo@apple.com · 5 years ago
  50. d75a8c3 LLIntGenerator should not allocate temporaries in between variables by tzagallo@apple.com · 5 years ago
  51. bf01be2 [WebAssembly] Create a Wasm interpreter by tzagallo@apple.com · 5 years ago