- 48a2a9a "this" missing after await in async arrow function by gskachkov@gmail.com · 8 years ago
- 5fa9d96 Make opaque root scanning truly constraint-based by fpizlo@apple.com · 8 years ago
- 6831a7c Nested parenthesized regular expressions with non-zero minimum counts appear to hang and use lots of memory by msaboff@apple.com · 8 years ago
- 35819c2 Annotate large string tests with largeHeap by utatane.tea@gmail.com · 8 years ago
- 7ee6926 Reserve capacity for StringBuilder in unescape by utatane.tea@gmail.com · 8 years ago
- fd407a5 Add a slice intrinsic to the DFG/FTL by sbarati@apple.com · 8 years ago
- 94b5982 Mark es6/typed_arrays_correct_prototype_chains.js as failing after r210570. by ryanhaddad@apple.com · 8 years ago
- c399e98 Unreviewed, rolling out r210052. https://bugs.webkit.org/show_bug.cgi?id=166915 by commit-queue@webkit.org · 8 years ago
- 2d7eb6d Property setters should not be called for bound arguments list entries. by mark.lam@apple.com · 8 years ago
- c78531a Calling async arrow function which is in a class's member function will cause error by gskachkov@gmail.com · 8 years ago
- 5e63912 [JSC] Prototype dynamic-import https://bugs.webkit.org/show_bug.cgi?id=165724 by utatane.tea@gmail.com · 8 years ago
- af62dbf Unreviewed, rolling out r210476. https://bugs.webkit.org/show_bug.cgi?id=166859 by commit-queue@webkit.org · 8 years ago
- 2ab0a68 Add a slice intrinsic to the DFG/FTL by sbarati@apple.com · 8 years ago
- c2eceb9 @putByValDirect in Array.of and Array.from overwrites non-writable/configurable properties by msaboff@apple.com · 8 years ago
- adfa052 DeferGC::~DeferGC should be super cheap by fpizlo@apple.com · 8 years ago
- e078cd9 WebAssembly: sections with the same name are allowed by jfbastien@apple.com · 8 years ago
- 93b92df stress/spread-calling.js timing out on the bots by sbarati@apple.com · 8 years ago
- 23693f7 WebAssembly JS API: add Module.sections by jfbastien@apple.com · 8 years ago
- 1e8af70 We don't properly handle exceptions inside the nativeCallTrampoline macro in the LLInt by sbarati@apple.com · 8 years ago
- 5349bb2 WebAssembly JS API: check and test in-call / out-call values by jfbastien@apple.com · 8 years ago
- 373aa05 WebAssembly: handle and optimize wasm export → wasm import calls by jfbastien@apple.com · 8 years ago
- 613ca35 WebAssembly: Some loads don't take into account the offset by sbarati@apple.com · 8 years ago
- 595a628 WebAssembly: Rebase spec-tests now that wabt has been updated to produce certain kinds of invalid modules by sbarati@apple.com · 8 years ago
- 8b5d9cf WebAssembly: Don't allow duplicate export names by sbarati@apple.com · 8 years ago
- 3259fe6 WebAssembly: Implement grow_memory and current_memory by sbarati@apple.com · 8 years ago
- c4ec8e2 Propagate the source origin as much as possible by utatane.tea@gmail.com · 8 years ago
- 812d82a [test262] Fixing mapped arguments object property test case by commit-queue@webkit.org · 8 years ago
- 0eac894 WebAssembly: trap on bad division. by keith_miller@apple.com · 8 years ago
- 45cee7a WebAssembly: Make spec-tests/f32.wast.js and spec-tests/f64.wast.js pass by keith_miller@apple.com · 8 years ago
- 25dea42 WebAssembly: Make calling Wasm functions that returns or takes an i64 as a parameter an early exception by sbarati@apple.com · 8 years ago
- 8bdb8db De-duplicate finally blocks. https://bugs.webkit.org/show_bug.cgi?id=160168 by mark.lam@apple.com · 8 years ago
- 8b5533a WebAssembly: Make the spec-tests/address.wast.js test pass by sbarati@apple.com · 8 years ago
- c71449d WebAssembly: The validator should not allow unused stack entries at the end of a block by keith_miller@apple.com · 8 years ago
- 5fbd6dd WebAssembly: Make the spec-tests/start.wast.js test pass by sbarati@apple.com · 8 years ago
- 08a8b18 WebAssembly: Fix decode floating point constants in unreachable code by keith_miller@apple.com · 8 years ago
- 470fd13 WebAssembly: Allow br, br_if, and br_table to act as a return by keith_miller@apple.com · 8 years ago
- 0cb5865 WebAssembly: Import spec tests https://bugs.webkit.org/show_bug.cgi?id=166395 by sbarati@apple.com · 8 years ago
- 8257a7e Unreviewed, mark passing test as passing. by keith_miller@apple.com · 8 years ago
- 9d13bb7 WebAssembly JS API: cleanup & pass VM around to {Compile/Runtime}Error by jfbastien@apple.com · 8 years ago
- 11af4db Add support for global https://bugs.webkit.org/show_bug.cgi?id=165171 by keith_miller@apple.com · 8 years ago
- 5d2a7e3 WebAssembly API: implement WebAssembly.LinkError by jfbastien@apple.com · 8 years ago
- 5fb7731 WebAssembly: unique function signatures by jfbastien@apple.com · 8 years ago
- 7da8504 Rolling out r209974 and r209952. They break some websites in mysterious ways. Step 2: Rollout r209952. by mark.lam@apple.com · 8 years ago
- e2b859f WebAssembly: Make running Wasm tests take less time by reducing some tests' iteration count and by splitting some tests into different files by sbarati@apple.com · 8 years ago
- 7fbb1b2 WebAssembly: Implement the WebAssembly.compile and WebAssembly.validate by sbarati@apple.com · 8 years ago
- 2ee93d9 by mark.lam@apple.com · 8 years ago
- d95ce07 WebAssembly: WasmB3IRGenerator should throw exceptions instead of crash by sbarati@apple.com · 8 years ago
- fc42bda i64.eqz should use an Int64 zero https://bugs.webkit.org/show_bug.cgi?id=165942 by keith_miller@apple.com · 8 years ago
- 19c8b9f Fix validation of non-void if blocks with no else by keith_miller@apple.com · 8 years ago
- 6cd6884 Wasm should not create empty unlinked callsites by keith_miller@apple.com · 8 years ago
- 54a8f92 WebAssembly: improve compilation error messages by jfbastien@apple.com · 8 years ago
- 54a53ba JSTests: by jfbastien@apple.com · 8 years ago
- 363a4e8 Fix 64-bit shift family Wasm opcodes by keith_miller@apple.com · 8 years ago
- 4efe46a WebAssembly: test_BuilderJSON.js is broken by keith_miller@apple.com · 8 years ago
- aa479c6 Unreviewed, fix test. by keith_miller@apple.com · 8 years ago
- 2b91de9 Wasm should decode constants correctly by keith_miller@apple.com · 8 years ago
- a4ec838 WebAssembly: Add various low hanging fruit that will allow us to run the LLVM torture tests in Wasm by sbarati@apple.com · 8 years ago
- 5001f5f DirectTailCall implementation needs to tell the shuffler what to put into the ArgumentCount explicitly by fpizlo@apple.com · 8 years ago
- dc13ef5 WebAssembly JS API: implement Global by keith_miller@apple.com · 8 years ago
- 9fab881 WebAssembly: implement the elements section by sbarati@apple.com · 8 years ago
- 6fa39dc WebAssembly: implement the table section and table import by sbarati@apple.com · 8 years ago
- 2cb9c25 Unreviewed, rolling out r209725. https://bugs.webkit.org/show_bug.cgi?id=165811 by commit-queue@webkit.org · 8 years ago
- 2600063 REGRESSION(r209653): speedometer crashes making virtual slow path tailcalls by msaboff@apple.com · 8 years ago
- 7033fcc Debug JSC test timeout: stress/string-prototype-replace-should-throw-out-of-memory-error-when-using-too-much-memory.js.ftl-no-cjit. by mark.lam@apple.com · 8 years ago
- 812da91 We should be able to throw exceptions from Wasm code and when Wasm frames are on the stack by sbarati@apple.com · 8 years ago
- ebd27a8 Unreviewed, rolling out r209653, r209654, r209663, and by commit-queue@webkit.org · 8 years ago
- 45fe933 REGRESSION(r209653) Crash in CallFrameShuffler::snapshot() by msaboff@apple.com · 8 years ago
- 380b726 Fix indirect_call if the result type is used. by keith_miller@apple.com · 8 years ago
- cd31035 [JSC] Module namespace object behaves like immutable prototype exotic object by utatane.tea@gmail.com · 8 years ago
- d4429ff JSVALUE64: Pass arguments in platform argument registers when making JavaScript calls by msaboff@apple.com · 8 years ago
- 8e01a1d Wasm should support call_indirect https://bugs.webkit.org/show_bug.cgi?id=165718 by keith_miller@apple.com · 8 years ago
- 64983d4 WebAssembly: implement data section by jfbastien@apple.com · 8 years ago
- dacdc39 WebAssembly JS API: implement start function by jfbastien@apple.com · 8 years ago
- 73916bb WebAssembly JS API: implement importing and defining Memory by sbarati@apple.com · 8 years ago
- 462719e WebAssembly: JSC::link* shouldn't need a CodeBlock by jfbastien@apple.com · 8 years ago
- 50c9e31 Green the cloop bot by raising this threshold. by fpizlo@apple.com · 8 years ago
- 148b8d9 WebAssembly JS API: wire up Instance imports by jfbastien@apple.com · 8 years ago
- 8558a4a Add more missing trivial wasm ops. by keith_miller@apple.com · 8 years ago
- e6549df Add support for truncation operators by keith_miller@apple.com · 8 years ago
- f033f69 Introduce the concept of Immutable Prototype Exotic Objects to comply with the spec. by mark.lam@apple.com · 8 years ago
- f4614de [JSC] report unexpected token when "async" is followed by identifier by caitp@igalia.com · 8 years ago
- f06e032 Add Wasm i64 to i32 conversion. https://bugs.webkit.org/show_bug.cgi?id=165378 by keith_miller@apple.com · 8 years ago
- 6dbc5be Add support for Wasm ctz and popcnt by keith_miller@apple.com · 8 years ago
- 338be4a WebAssembly: update binary format to 0xD version by jfbastien@apple.com · 8 years ago
- 24599f8 Add Wasm copysign https://bugs.webkit.org/show_bug.cgi?id=165355 by keith_miller@apple.com · 8 years ago
- 72907e4 Unreviewed, rolling out r209298. https://bugs.webkit.org/show_bug.cgi?id=165359 by commit-queue@webkit.org · 8 years ago
- f235c6a Add Wasm copysign https://bugs.webkit.org/show_bug.cgi?id=165355 by keith_miller@apple.com · 8 years ago
- 1d3b49c Unreviewed, fix git having a breakdown over trying to reland a rollout. by keith_miller@apple.com · 8 years ago
- 4f47dc5 [JSC] add additional bit to JSTokenType bitfield by keith_miller@apple.com · 8 years ago
- aeb17fe [JSC] add additional bit to JSTokenType bitfield by caitp@igalia.com · 8 years ago
- 23a3f98 Unreviewed, rolling out r209275 and r209276. by cdumez@apple.com · 8 years ago
- ec9a737 Add Wasm floating point nearest and trunc by keith_miller@apple.com · 8 years ago
- c2fe4f9 WebAssembly: revert patch causing odd breakage by jfbastien@apple.com · 8 years ago
- f85c566 Skip flaky test ChakraCore/test/fieldopts/objtypespec-newobj-invalidation.1.js by ryanhaddad@apple.com · 8 years ago
- 57f1f73 Add wasm int to floating point opcodes by keith_miller@apple.com · 8 years ago
- f6f71ca Land a test case for <rdar://problem/27889416> by ggaren@apple.com · 8 years ago
- e8660c9 [Win] Skip failing JSC tests. https://bugs.webkit.org/show_bug.cgi?id=165140 by pvollan@apple.com · 8 years ago
- 843c8b6 WebAssembly: update binary format to 0xD version by jfbastien@apple.com · 8 years ago
- e7b6e8e WebAssembly builder: don't throw when checker not implemented by jfbastien@apple.com · 8 years ago
- f738dd1 WebAssembly JS API: improve Instance by jfbastien@apple.com · 8 years ago