2018-01-31 |
sbarati@apple.com | JSC incorrectly interpreting script, sets Global Proper... |
blob | commitdiff |
2017-12-12 |
ticaiolima@gmail.com | [ESNext][BigInt] Implement BigInt literals and JSBigInt |
blob | commitdiff | diff to current |
2017-11-15 |
mark.lam@apple.com | Fix a bit-rotted Interpreter::dumpRegisters() and make... |
blob | commitdiff | diff to current |
2017-11-02 |
mark.lam@apple.com | Add support to throw OOM if MarkedArgumentBuffer may... |
blob | commitdiff | diff to current |
2017-11-01 |
jfbastien@apple.com | WebAssembly: Wasm::IndexOrName has a raw pointer to... |
blob | commitdiff | diff to current |
2017-10-24 |
keith_miller@apple.com | Unreviewed, reland r223866 |
blob | commitdiff | diff to current |
2017-10-24 |
commit-queue@webki... | Unreviewed, rolling out r223866. |
blob | commitdiff | diff to current |
2017-10-24 |
jfbastien@apple.com | WebAssembly: topEntryFrame on Wasm::Instance |
blob | commitdiff | diff to current |
2017-10-20 |
jfbastien@apple.com | WebAssembly: no VM / JS version of everything but Instance |
blob | commitdiff | diff to current |
2017-10-06 |
ryanhaddad@apple.com | Unreviewed, rolling out r222791 and r222873. |
blob | commitdiff | diff to current |
2017-10-03 |
jfbastien@apple.com | WebAssembly: no VM / JS version of everything but Instance |
blob | commitdiff | diff to current |
2017-10-02 |
ticaiolima@gmail.com | ChakraCore/test/Function/apply3.js is resulting wrong... |
blob | commitdiff | diff to current |
2017-09-28 |
mark.lam@apple.com | Add missing exception checks and book-keeping for excep... |
blob | commitdiff | diff to current |
2017-09-11 |
mark.lam@apple.com | Fix all ExceptionScope verification failures in JavaScr... |
blob | commitdiff | diff to current |
2017-09-10 |
fpizlo@apple.com | Error should compute .stack and friends lazily |
blob | commitdiff | diff to current |
2017-09-09 |
mark.lam@apple.com | Avoid duplicate computations of ExecState::vm(). |
blob | commitdiff | diff to current |
2017-08-10 |
timothy_horton@app... | Remove some unused lambda captures so that WebKit build... |
blob | commitdiff | diff to current |
2017-06-26 |
mark.lam@apple.com | Renamed DumpRegisterFunctor to DumpReturnVirtualPCFunctor. |
blob | commitdiff | diff to current |
2017-06-25 |
annulen@yandex.ru | Remove excessive headers from JavaScriptCore |
blob | commitdiff | diff to current |
2017-06-17 |
keith_miller@apple.com | ArrayPrototype methods should use JSValue::toLength... |
blob | commitdiff | diff to current |
2017-06-16 |
mark.lam@apple.com | Interpreter methods for mapping between Opcode and... |
blob | commitdiff | diff to current |
2017-05-28 |
mark.lam@apple.com | Implement a faster Interpreter::getOpcodeID(). |
blob | commitdiff | diff to current |
2017-05-26 |
utatane.tea@gmail.com | Give ModuleProgram the same treatment that we did for... |
blob | commitdiff | diff to current |
2017-05-10 |
jfbastien@apple.com | WebAssembly: support name section |
blob | commitdiff | diff to current |
2017-05-08 |
mark.lam@apple.com | Introduce ExceptionScope::assertNoException() and relea... |
blob | commitdiff | diff to current |
2017-04-30 |
gskachkov@gmail.com | Initialize functions too early in an eval |
blob | commitdiff | diff to current |
2017-04-30 |
gskachkov@gmail.com | [ES6]. Implement Annex B.3.3 function hoisting rules... |
blob | commitdiff | diff to current |
2017-04-27 |
sbarati@apple.com | Print Wasm function index in stack trace |
blob | commitdiff | diff to current |
2017-04-26 |
commit-queue@webki... | Unreviewed, rolling out r215476. |
blob | commitdiff | diff to current |
2017-04-25 |
utatane.tea@gmail.com | [JSC] Use JSFixedArray directly when using call_varargs |
blob | commitdiff | diff to current |
2017-04-18 |
gskachkov@gmail.com | [ES6]. Implement Annex B.3.3 function hoisting rules... |
blob | commitdiff | diff to current |
2017-04-07 |
msaboff@apple.com | Cannot Object.seal() or Object.freeze() global "this" |
blob | commitdiff | diff to current |
2017-04-04 |
sbarati@apple.com | WebAssembly: JSWebAssemblyCallee should not be a JSCell |
blob | commitdiff | diff to current |
2017-03-31 |
sbarati@apple.com | WebAssembly: When Wasm calls to C, it should use Wasm... |
blob | commitdiff | diff to current |
2017-03-23 |
mark.lam@apple.com | Add support for Error.stackTraceLimit. |
blob | commitdiff | diff to current |
2017-03-15 |
mark.lam@apple.com | Fix missing exception checks in Interpreter.cpp. |
blob | commitdiff | diff to current |
2017-03-03 |
mark.lam@apple.com | We should only check for traps that we're able to handle. |
blob | commitdiff | diff to current |
2017-03-02 |
mark.lam@apple.com | Add support for selective handling of VM traps. |
blob | commitdiff | diff to current |
2017-02-28 |
mark.lam@apple.com | Introduce a VM Traps mechanism and refactor Watchdog... |
blob | commitdiff | diff to current |
2017-02-21 |
mark.lam@apple.com | [Re-landing] CachedCall should let GC know to keep... |
blob | commitdiff | diff to current |
2017-02-20 |
commit-queue@webki... | Unreviewed, rolling out r212618. |
blob | commitdiff | diff to current |
2017-02-20 |
mark.lam@apple.com | CachedCall should let GC know to keep its arguments... |
blob | commitdiff | diff to current |
2017-02-03 |
sbarati@apple.com | When OSR entering to the baseline JIT from the LLInt... |
blob | commitdiff | diff to current |
2017-02-02 |
commit-queue@webki... | Removed unused m_errorHandlingModeReentry from Interpreter |
blob | commitdiff | diff to current |
2017-01-27 |
keith_miller@apple.com | classInfo should take a VM so it is not materialized... |
blob | commitdiff | diff to current |
2016-12-26 |
utatane.tea@gmail.com | Propagate the source origin as much as possible |
blob | commitdiff | diff to current |
2016-12-12 |
sbarati@apple.com | We should be able to throw exceptions from Wasm code... |
blob | commitdiff | diff to current |
2016-12-07 |
sbarati@apple.com | Remove old Wasm object model |
blob | commitdiff | diff to current |
2016-12-02 |
sbarati@apple.com | Rename CallFrame::callee() to CallFrame::jsCallee() |
blob | commitdiff | diff to current |
2016-12-01 |
ggaren@apple.com | Renamed EvalCodeCache => DirectEvalCodeCache |
blob | commitdiff | diff to current |
2016-11-14 |
ggaren@apple.com | JSC should distinguish between local and global eval |
blob | commitdiff | diff to current |
2016-11-04 |
ggaren@apple.com | EvalCodeCache should not give up in strict mode and... |
blob | commitdiff | diff to current |
2016-11-04 |
mark.lam@apple.com | ClonedArguments need to also support haveABadTime mode. |
blob | commitdiff | diff to current |
2016-11-02 |
ggaren@apple.com | One file per class for CodeBlock.h/.cpp |
blob | commitdiff | diff to current |
2016-10-21 |
fpizlo@apple.com | The tracking of the coarse-grain Heap state (allocating... |
blob | commitdiff | diff to current |
2016-10-18 |
fpizlo@apple.com | DFG and FTL should be able to use DirectCall ICs when... |
blob | commitdiff | diff to current |
2016-10-01 |
commit-queue@webki... | Rename DebugHookID to DebugHookType |
blob | commitdiff | diff to current |
2016-09-30 |
joepeck@webkit.org | Web Inspector: Stepping out of a function finishes... |
blob | commitdiff | diff to current |
2016-09-27 |
mark.lam@apple.com | Add some needed CatchScopes in code that should not... |
blob | commitdiff | diff to current |
2016-09-27 |
commit-queue@webki... | Unreviewed, rolling out r206405. |
blob | commitdiff | diff to current |
2016-09-26 |
mark.lam@apple.com | Add some needed CatchScopes in code that should not... |
blob | commitdiff | diff to current |
2016-09-26 |
mark.lam@apple.com | Exception unwinding code should use a CatchScope instea... |
blob | commitdiff | diff to current |
2016-09-26 |
mark.lam@apple.com | Added RETURN_IF_EXCEPTION() macro and use it for except... |
blob | commitdiff | diff to current |
2016-09-22 |
joepeck@webkit.org | Remove a bunch of unnecessary includes |
blob | commitdiff | diff to current |
2016-09-07 |
mark.lam@apple.com | Add CatchScope and force all exception checks to be... |
blob | commitdiff | diff to current |
2016-09-06 |
fpizlo@apple.com | Butterflies should be allocated in Auxiliary MarkedSpac... |
blob | commitdiff | diff to current |
2016-09-01 |
mark.lam@apple.com | Move some JSObject and JSArray inline functions to... |
blob | commitdiff | diff to current |
2016-08-30 |
mark.lam@apple.com | Introduce the ThrowScope and force every throw site... |
blob | commitdiff | diff to current |
2016-08-25 |
utatane.tea@gmail.com | [DFG][FTL] Implement ES6 Generators in DFG / FTL |
blob | commitdiff | diff to current |
2016-08-24 |
fpizlo@apple.com | Unreviewed, roll out r204901, r204897, r204866, r204856... |
blob | commitdiff | diff to current |
2016-08-23 |
sbarati@apple.com | strict mode eval should not fire the var injection... |
blob | commitdiff | diff to current |
2016-08-23 |
fpizlo@apple.com | Butterflies should be allocated in Auxiliary MarkedSpac... |
blob | commitdiff | diff to current |
2016-08-15 |
achristensen@apple.com | Remove unused includes of wtf headers |
blob | commitdiff | diff to current |
2016-08-05 |
sbarati@apple.com | Restore CodeBlock jettison code to jettison when a... |
blob | commitdiff | diff to current |
2016-07-27 |
mark.lam@apple.com | The second argument for Function.prototype.apply should... |
blob | commitdiff | diff to current |
2016-07-13 |
mark.lam@apple.com | We should use different stack limits for stack checks... |
blob | commitdiff | diff to current |
2016-07-11 |
mark.lam@apple.com | Refactor JSStack to only be the stack data structure... |
blob | commitdiff | diff to current |
2016-07-08 |
mark.lam@apple.com | Move CallFrame header info from JSStack.h to CallFrame.h |
blob | commitdiff | diff to current |
2016-07-07 |
benjamin@webkit.org | [JSC] Unify how we throw TypeError from C++ |
blob | commitdiff | diff to current |
2016-06-28 |
sbarati@apple.com | some Watchpoints' ::fireInternal method will call opera... |
blob | commitdiff | diff to current |
2016-06-13 |
keith_miller@apple.com | Add new builtin opcode tailCallForwardArguments |
blob | commitdiff | diff to current |
2016-06-11 |
mark.lam@apple.com | Minimize the amount of memcpy done for allocating Error... |
blob | commitdiff | diff to current |
2016-06-10 |
mark.lam@apple.com | Make some methods const. |
blob | commitdiff | diff to current |
2016-06-08 |
mark.lam@apple.com | Simplify Interpreter::StackFrame. |
blob | commitdiff | diff to current |
2016-06-07 |
mark.lam@apple.com | calculatedDisplayName() and friends actually need a... |
blob | commitdiff | diff to current |
2016-06-06 |
utatane.tea@gmail.com | Change ProxyObject.[[Get]] not to use custom accessor |
blob | commitdiff | diff to current |
2016-06-01 |
ggaren@apple.com | Unreviewed, rolling in r201436. |
blob | commitdiff | diff to current |
2016-05-29 |
sbarati@apple.com | Stack overflow crashes with deep or cyclic proxy protot... |
blob | commitdiff | diff to current |
2016-05-27 |
commit-queue@webki... | Unreviewed, rolling out r201436. |
blob | commitdiff | diff to current |
2016-05-26 |
ggaren@apple.com | REGRESSION: JSBench spends a lot of time transitioning... |
blob | commitdiff | diff to current |
2016-05-24 |
utatane.tea@gmail.com | ThisTDZMode is no longer needed |
blob | commitdiff | diff to current |
2016-05-21 |
joepeck@webkit.org | Remove LegacyProfiler |
blob | commitdiff | diff to current |
2016-05-16 |
joepeck@webkit.org | Unreviewed rollout r200924. Caused js/regress/string... |
blob | commitdiff | diff to current |
2016-05-14 |
commit-queue@webki... | Remove LegacyProfiler |
blob | commitdiff | diff to current |
2016-05-13 |
mark.lam@apple.com | We should have one calleeSaveRegistersBuffer per VMEntr... |
blob | commitdiff | diff to current |
2016-05-13 |
utatane.tea@gmail.com | Assertion failure for direct eval in non-class method |
blob | commitdiff | diff to current |
2016-04-22 |
commit-queue@webki... | Web Inspector: sourceMappingURL not loaded in generated... |
blob | commitdiff | diff to current |
2016-04-05 |
fpizlo@apple.com | JSC should use a shadow stack version of CHICKEN so... |
blob | commitdiff | diff to current |
2016-04-03 |
gskachkov@gmail.com | [ES6] Class syntax. Access to new.target inside of... |
blob | commitdiff | diff to current |
2016-03-29 |
utatane.tea@gmail.com | REGRESSION(r192914): 10% regression on Sunspider's... |
blob | commitdiff | diff to current |
next |