- 8357339 Revert bytecode checkpoints since it breaks watch by keith_miller@apple.com · 5 years ago
- 0ac4b9d [JSC] Introduce JSArrayIterator https://bugs.webkit.org/show_bug.cgi?id=204043 by keith_miller@apple.com · 5 years ago
- 3908082 DFG/FTL should be able to exit to the middle of a bytecode by keith_miller@apple.com · 5 years ago
- 88da11f [JSC] Improve our bound function implementation by ysuzuki@apple.com · 5 years ago
- 246c90e [JSC] Remove JSFixedArray, and use JSImmutableButterfly instead by ysuzuki@apple.com · 5 years ago
- 8961d36 Fix missing exception in JSValue::toWTFStringSlowCase(). by mark.lam@apple.com · 5 years ago
- dc840c3 Use LLInt profiling to rule out generating an IC for get_by_val by sbarati@apple.com · 5 years ago
- ec9d932 [ESNext][BigInt] Add support for op_inc by rmorisset@apple.com · 5 years ago
- bf01be2 [WebAssembly] Create a Wasm interpreter by tzagallo@apple.com · 5 years ago
- d6522b5 [JSC] Date functions should have intrinsic by ysuzuki@apple.com · 5 years ago
- 46e227a [JSC] Figure out missing prepareCallOperation by ysuzuki@apple.com · 5 years ago
- 0f985ec BytecodeIndex should be a proper C++ class by keith_miller@apple.com · 5 years ago
- 638dc2a [JSC] Remove non-LargeAllocation restriction for JSCallee by ysuzuki@apple.com · 5 years ago
- 5b2a3a4 Fix incorrect assertion in operationRegExpExecNonGlobalOrSticky(). by mark.lam@apple.com · 5 years ago
- 52e98bb [JSC] Thread JSGlobalObject* instead of ExecState* by ysuzuki@apple.com · 5 years ago
- 297e477 Rolling out r251411: Fix is incorrect. by mark.lam@apple.com · 5 years ago
- 828ff84 Fix incorrect assertion in operationRegExpExecNonGlobalOrSticky(). by mark.lam@apple.com · 5 years ago
- fcfff83 [JSC] AsyncGenerator should have internal fields by ysuzuki@apple.com · 5 years ago
- 782a6d3 [JSC] Keep JSString::value(ExecState*)'s result as String instead of `const String&` by ysuzuki@apple.com · 5 years ago
- 75bda5d [BigInt] Add ValueBitRShift into DFG by ticaiolima@gmail.com · 5 years ago
- 8bb1b39 [JSC] Generator should have internal fields by ysuzuki@apple.com · 5 years ago
- 48d4e53 [JSC] Make Promise implementation faster by ysuzuki@apple.com · 5 years ago
- 7a9b8ef Remove some obsolete statements that have no effect. by mark.lam@apple.com · 5 years ago
- 7a19435 Placate exception check validation in DFG's operationHasGenericProperty(). by mark.lam@apple.com · 5 years ago
- 5ba0779 Refactor to use VM& instead of VM* at as many places as possible. by mark.lam@apple.com · 5 years ago
- b4f2f73 [JSC] OSR entry to Wasm OMG https://bugs.webkit.org/show_bug.cgi?id=200362 by ysuzuki@apple.com · 5 years ago
- 43813ff Fix InBounds speculation of typed array PutByVal and add extra step to integer range optimization to search for equality relationships on the RHS value by justin_michaud@apple.com · 5 years ago
- e050fc3 [JSC] Potential GC fix for JSPropertyNameEnumerator by ysuzuki@apple.com · 5 years ago
- 7dc4125 [BigInt] Add ValueBitLShift into DFG by ticaiolima@gmail.com · 6 years ago
- fb3ba9f switch(String) needs to check for exceptions when resolving the string by msaboff@apple.com · 6 years ago
- 0ce67df Rename AtomicString to AtomString https://bugs.webkit.org/show_bug.cgi?id=195276 by darin@apple.com · 6 years ago
- f79caa4 Unreviewed, rolling out r246322. https://bugs.webkit.org/show_bug.cgi?id=198796 by commit-queue@webkit.org · 6 years ago
- 9f2f6e8 Roll out PAC cage https://bugs.webkit.org/show_bug.cgi?id=198726 by sbarati@apple.com · 6 years ago
- 0a76d8c [ESNext][BigInt] Implement support for "**" by ticaiolima@gmail.com · 6 years ago
- ecdc1fd [JSC] Shrink Metadata https://bugs.webkit.org/show_bug.cgi?id=197940 by ysuzuki@apple.com · 6 years ago
- 5bcb5ef [JSC] String substring operation should return ropes consistently by ysuzuki@apple.com · 6 years ago
- 9bca742 Remove Gigacage from arm64 and use PAC for arm64e instead by keith_miller@apple.com · 6 years ago
- e7e336f [BigInt] Add ValueMod into DFG https://bugs.webkit.org/show_bug.cgi?id=186174 by ticaiolima@gmail.com · 6 years ago
- b1b3857 Don't OSR enter into an FTL CodeBlock that has been jettisoned by sbarati@apple.com · 6 years ago
- a881a3b [JSC] We should check OOM for description string of Symbol by ysuzuki@apple.com · 6 years ago
- 9777f7c Make JITType an enum class https://bugs.webkit.org/show_bug.cgi?id=197394 by sbarati@apple.com · 6 years ago
- 0f006b9 [JSC] DFG should respect node's strict flag by ysuzuki@apple.com · 6 years ago
- 65ed337 [JSC] Exception verification crash on operationArrayIndexOfValueInt32OrContiguous by ysuzuki@apple.com · 6 years ago
- 743154c Refactor clz/ctz and fix getLSBSet. by keith_miller@apple.com · 6 years ago
- fd59bf3 Placate exception check validation in operationArrayIndexOfString(). by mark.lam@apple.com · 6 years ago
- f0d784a Cap length of an array with spread to MIN_ARRAY_STORAGE_CONSTRUCTION_LENGTH. by mark.lam@apple.com · 6 years ago
- b4811e7 Compress CodeOrigin into a single word in the common case by rmorisset@apple.com · 6 years ago
- b338104 [JSC] jsSubstring should resolve rope before calling JSRopeString::create by ysuzuki@apple.com · 6 years ago
- d450d06 [JSC] Retain PrivateName of Symbol before passing it to operations potentially incurring GC by ysuzuki@apple.com · 6 years ago
- 41b3fb7 [ESNext][BigInt] Implement "~" unary operation by ticaiolima@gmail.com · 6 years ago
- 5add11a [JSC] Should check exception for JSString::toExistingAtomicString by ysuzuki@apple.com · 6 years ago
- cb663b3 [JSC] sizeof(JSString) should be 16 by ysuzuki@apple.com · 6 years ago
- 76c0116 [JSC] mustHandleValues for dead bytecode locals should be ignored in DFG phases by ysuzuki@apple.com · 6 years ago
- 7fa3697 [JSC] Lazily create sentinel Map and Set buckets by ysuzuki@apple.com · 6 years ago
- 31eef2a We should only make rope strings when concatenating strings long enough. by ysuzuki@apple.com · 6 years ago
- 62d21cc Unreviewed, rolling out r241230. https://bugs.webkit.org/show_bug.cgi?id=194488 by commit-queue@webkit.org · 6 years ago
- 6c31d90 We should only make rope strings when concatenating strings long enough. by keith_miller@apple.com · 6 years ago
- c9db6aa [JSC] Shrink sizeof(CodeBlock) more by ysuzuki@apple.com · 6 years ago
- aaf87c8 [JSC] RegExpConstructor should not have own IsoSubspace by ysuzuki@apple.com · 6 years ago
- 90ec30a REGRESSION(r239612) Crash at runtime due to broken DFG assumption by ysuzuki@apple.com · 6 years ago
- 1e044b1 JSFunction::canUseAllocationProfile() should account for builtin functions with no own prototypes. by mark.lam@apple.com · 6 years ago
- 9fca117 [JSC] Optimize Object.prototype.toString by yusukesuzuki@slowstart.org · 6 years ago
- 8b7a022 wtf/Optional.h: move-constructor and move-assignment operator should disengage the value being moved from by cdumez@apple.com · 6 years ago
- 8178441 [JSC] Optimize Object.keys by caching own keys results in StructureRareData by yusukesuzuki@slowstart.org · 6 years ago
- 9c2e56e Unreviewed, rolling out r239153, r239154, and r239155. by commit-queue@webkit.org · 6 years ago
- 77f1746 [BigInt] Add ValueDiv into DFG https://bugs.webkit.org/show_bug.cgi?id=186178 by ticaiolima@gmail.com · 6 years ago
- 0ae781e [JSC] Optimize Object.keys by caching own keys results in StructureRareData by yusukesuzuki@slowstart.org · 6 years ago
- 7ec74d1 [DFG][FTL] Add NewSymbol https://bugs.webkit.org/show_bug.cgi?id=192620 by yusukesuzuki@slowstart.org · 6 years ago
- 3ac487d [BigInt] Add ValueMul into DFG https://bugs.webkit.org/show_bug.cgi?id=186175 by ticaiolima@gmail.com · 6 years ago
- 30786e6 [BigInt] Implement ValueBitXor into DFG by ticaiolima@gmail.com · 6 years ago
- 10f9b734 Re-introduce op_bitnot https://bugs.webkit.org/show_bug.cgi?id=190923 by ticaiolima@gmail.com · 6 years ago
- b56d983 [BigInt] JSBigInt::createWithLength should throw when length is greater than JSBigInt::maxLength by ticaiolima@gmail.com · 6 years ago
- 5bfd0d4 TypeProfileLog::processLogEntries should stash away any pending exceptions and re-apply them to the VM by sbarati@apple.com · 6 years ago
- 57a64be Unreviewed, rolling out r238132. by ryanhaddad@apple.com · 6 years ago
- c7e3d61 [BigInt] JSBigInt::createWithLength should throw when length is greater than JSBigInt::maxLength by ticaiolima@gmail.com · 6 years ago
- 843ddd3 [BigInt] Add support to BigInt into ValueAdd by ticaiolima@gmail.com · 6 years ago
- 5ea7781 [BigInt] Add ValueSub into DFG https://bugs.webkit.org/show_bug.cgi?id=186176 by ticaiolima@gmail.com · 6 years ago
- b858a8e Unreviewed, rolling out r237242. https://bugs.webkit.org/show_bug.cgi?id=190701 by commit-queue@webkit.org · 6 years ago
- 231c825 [BigInt] Add ValueSub into DFG https://bugs.webkit.org/show_bug.cgi?id=186176 by ticaiolima@gmail.com · 6 years ago
- 92b4c6b [ESNext][BigInt] Implement support for "|" by ticaiolima@gmail.com · 6 years ago
- 34bfc02 Create a RELEASE_AND_RETURN macro for ExceptionScopes by keith_miller@apple.com · 6 years ago
- 7438486 [ESNext][BigInt] Implement support for "&" by ticaiolima@gmail.com · 6 years ago
- a4a7f3a [DFG] DFG should handle String#toString by yusukesuzuki@slowstart.org · 6 years ago
- 43ba057 Need to handle CodeBlock::replacement() being null. by mark.lam@apple.com · 7 years ago
- 5d33893 constructArray() should always allocate the requested length. by mark.lam@apple.com · 7 years ago
- 8407763 [WTF] Add user-defined literal for ASCIILiteral by utatane.tea@gmail.com · 7 years ago
- 1726442 ensureWritableX should only convert away from CoW when it will succeed by sbarati@apple.com · 7 years ago
- 59ee41e Make DFG to FTL OSR entry code more sane by removing bad RELEASE_ASSERTS and making it trigger compiles in outer loops before inner ones by sbarati@apple.com · 7 years ago
- 537abd3 [JSC] Object.create should have intrinsic by utatane.tea@gmail.com · 7 years ago
- b860d69 [JSC] Pass VM& parameter as much as possible by utatane.tea@gmail.com · 7 years ago
- c02f5d3 We should have a CoW storage for NewArrayBuffer arrays. by keith_miller@apple.com · 7 years ago
- 12dc2c9 Unreviewed, fix exception checking, part 2 by utatane.tea@gmail.com · 7 years ago
- b7613d1 JSC should have InstanceOf inline caching by fpizlo@apple.com · 7 years ago
- 60e8b0f [JSC] Remove reifyPropertyNameIfNeeded by utatane.tea@gmail.com · 7 years ago
- 009b198 [ESNext][BigInt] Implement support for "/" operation by ticaiolima@gmail.com · 7 years ago
- 9d696de Unreviewed, rolling out r231845. https://bugs.webkit.org/show_bug.cgi?id=185702 by commit-queue@webkit.org · 7 years ago
- a951f67 [ESNext][BigInt] Implement support for "/" operation by ticaiolima@gmail.com · 7 years ago
- cb46cc5 [JSC] Check TypeInfo first before calling getCallData when we would like to check whether given object is a function by utatane.tea@gmail.com · 7 years ago
- eefa897 Speed up AbstractInterpreter::executeEdges by fpizlo@apple.com · 7 years ago
- 052434c Don't prevent CreateThis being folded to NewObject when the structure is poly proto by sbarati@apple.com · 7 years ago