История коммитов

Автор SHA1 Сообщение Дата
  Michael Ferris ad1f74e17a Strengthen switch-cases with WasmTypes to make sure we always handled the main types. 7 лет назад
  Michael Ferris 8b41068929 CR review and fix prefast warning 8 лет назад
  Michael Ferris eba643379f WebAssembly: Support signature in blocks with in parameters and multi-results. 8 лет назад
  Michael Ferris dfd9306850 Re-enable Wasm short signature check. 8 лет назад
  Michael Ferris a7aa47c018 Fix build of when wasm is enabled, but wasm.simd is disabled. 8 лет назад
  Arun 1f295d25af Incorporating CR feedback1 8 лет назад
  Arun Purushan (Intel Americas Inc) 647fc621e6 Merge from Master to wasm.simd 8 лет назад
  Michael Ferris 47e3cbdd46 Cleanup Wasm tracing flags 8 лет назад
  Nikolay Korovaiko 074bc4e1a7 removing redundant exclude_xplat tags & resolving code conflict 8 лет назад
  Nikolay Korovaiko bc130b82b3 merge 8 лет назад
  Michael Ferris b3bee81b8d WasmReader code style: Return type on same line as declaration, No space between type and * 8 лет назад
  Michael Ferris bb1aef46cc Change WasmSignature to use Js::ArgSlot for param size/count. 8 лет назад
  Derek Morris 6902ebd1e0 Add test, better length handling, address comments 8 лет назад
  Derek Morris 93762d6398 Change WasmSignature::Debug internal buffer size. 8 лет назад
  Derek Morris 67bf6d7985 Attempt to appease prefast, and make message clearer, and fix baselines. 8 лет назад
  Derek Morris 36858e110f Some small improvements to wasm exception messages. 8 лет назад
  Nikolay Korovaiko 1e30eecf48 CI 3 fixing win7 failures 9 лет назад
  Arun 2ea6c86820 Adding WASM-SIMD feature flag 9 лет назад
  Derek Morris 1f67fbfc58 Modify debug function to fix issues from review. 9 лет назад
  Derek Morris 7eb978044a Add dump function to WasmSignature. 9 лет назад
  Michael Holman c9014efb9a small cleanup 9 лет назад
  Michael Holman 3dccfd8fa2 more review comments 9 лет назад
  Michael Holman a4deeba05b add fast signature support for jit; fixup import/exports 9 лет назад
  Michael Holman cb1a308f07 add fast signature 9 лет назад
  Michael Holman 0323c5796d get WebAssembly.Table working in JIT 9 лет назад
  Michael Holman fa9b096701 add table support for interpreter 9 лет назад
  Michael Ferris 417b0d69ed It is valid to do call_indirect on equivalent signatures ie: `call_indirect (sig 1) (int32.const 0)` with `(table anyfunc (elem (func sig 0))` where `sig 1` and `sig 0` are the same 9 лет назад
  Michael Ferris 4dc7aabe10 WebAssembly Cleanup 9 лет назад
  Michael Ferris aaca02a8a8 Fix call binary read 9 лет назад
  George Kuan 79b99306b4 wasm: Decode Names Section 10 лет назад