2016-04-21 |
fpizlo@apple.com | DFG del_by_id support forgets to set() |
blob | commitdiff |
2016-04-20 |
msaboff@apple.com | REGRESSION(r190289): Spin trying to view/sign in to... |
blob | commitdiff | diff to current |
2016-04-20 |
mark.lam@apple.com | Re-landing: ES6: Implement RegExp.prototype[@@search]. |
blob | commitdiff | diff to current |
2016-04-19 |
gskachkov@gmail.com | Unreviewed, rolling out r199712. |
blob | commitdiff | diff to current |
2016-04-19 |
gskachkov@gmail.com | calling super() a second time in a constructor should... |
blob | commitdiff | diff to current |
2016-04-19 |
sbarati@apple.com | implement dynamic scope accesses in the DFG/FTL |
blob | commitdiff | diff to current |
2016-04-18 |
keith_miller@apple.com | We should support delete in the DFG |
blob | commitdiff | diff to current |
2016-04-13 |
commit-queue@webki... | Unreviewed, rolling out r199502 and r199511. |
blob | commitdiff | diff to current |
2016-04-13 |
mark.lam@apple.com | ES6: Implement RegExp.prototype[@@search]. |
blob | commitdiff | diff to current |
2016-04-13 |
keith_miller@apple.com | [ES6] Add support for Symbol.isConcatSpreadable. |
blob | commitdiff | diff to current |
2016-04-11 |
fpizlo@apple.com | It should be possible to edit StructureStubInfo without... |
blob | commitdiff | diff to current |
2016-04-10 |
keith_miller@apple.com | tryGetById should be supported by the DFG/FTL |
blob | commitdiff | diff to current |
2016-04-07 |
commit-queue@webki... | Unreviewed, rolling out r199128 and r199141. |
blob | commitdiff | diff to current |
2016-04-07 |
keith_miller@apple.com | [ES6] Add support for Symbol.isConcatSpreadable. |
blob | commitdiff | diff to current |
2016-04-06 |
fpizlo@apple.com | Improve some other cases of context-sensitive inlining |
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 |
utatane.tea@gmail.com | [JSC] Add truncate operation (rounding to zero) |
blob | commitdiff | diff to current |
2016-03-30 |
keith_miller@apple.com | Unreviewed, rollout r198808. The patch causes crashes... |
blob | commitdiff | diff to current |
2016-03-29 |
keith_miller@apple.com | [ES6] Add support for Symbol.isConcatSpreadable. |
blob | commitdiff | diff to current |
2016-03-29 |
sbarati@apple.com | Allow builtin JS functions to be intrinsics |
blob | commitdiff | diff to current |
2016-03-23 |
commit-queue@webki... | Unreviewed, rolling out r198582. |
blob | commitdiff | diff to current |
2016-03-23 |
sbarati@apple.com | We should not disable inlining when the debugger is... |
blob | commitdiff | diff to current |
2016-03-23 |
sbarati@apple.com | We should FTL compile code when the debugger is enabled |
blob | commitdiff | diff to current |
2016-03-18 |
fpizlo@apple.com | Replace all of the various non-working and non-compilin... |
blob | commitdiff | diff to current |
2016-03-16 |
mark.lam@apple.com | Add support for setting Function.name from computed... |
blob | commitdiff | diff to current |
2016-03-14 |
keith_miller@apple.com | We should be able to eliminate cloned arguments objects... |
blob | commitdiff | diff to current |
2016-03-06 |
fpizlo@apple.com | RegExpMatchesArray doesn't know how to have a bad time |
blob | commitdiff | diff to current |
2016-03-03 |
fpizlo@apple.com | DFG should be able to compile StringReplace |
blob | commitdiff | diff to current |
2016-03-01 |
fpizlo@apple.com | Turn String.prototype.replace into an intrinsic |
blob | commitdiff | diff to current |
2016-03-01 |
utatane.tea@gmail.com | [DFG][FTL][B3] Support floor and ceil |
blob | commitdiff | diff to current |
2016-02-29 |
fpizlo@apple.com | FTL should be able to run everything in Octane/regexp |
blob | commitdiff | diff to current |
2016-02-11 |
fpizlo@apple.com | DFG::ByteCodeParser needs to null check the result... |
blob | commitdiff | diff to current |
2016-01-30 |
sbarati@apple.com | Remove our notion of having a single activation register |
blob | commitdiff | diff to current |
2016-01-11 |
keith_miller@apple.com | Use a profile to store allocation structures for subcla... |
blob | commitdiff | diff to current |
2016-01-08 |
mark.lam@apple.com | Rolling out: Rename StringFromCharCode to StringFromSin... |
blob | commitdiff | diff to current |
2016-01-08 |
mark.lam@apple.com | Rename StringFromCharCode to StringFromSingleCharCode. |
blob | commitdiff | diff to current |
2016-01-05 |
mark.lam@apple.com | Profiling should detect when multiplication overflows... |
blob | commitdiff | diff to current |
2016-01-05 |
keith_miller@apple.com | Turn off Internal Function inlining in the DFG for... |
blob | commitdiff | diff to current |
2015-12-27 |
mark.lam@apple.com | Rename NodeMayOverflowInXXX to NodeMayOverflowInt32InXXX. |
blob | commitdiff | diff to current |
2015-12-18 |
keith_miller@apple.com | verboseDFGByteCodeParsing option should show the byteco... |
blob | commitdiff | diff to current |
2015-12-18 |
keith_miller@apple.com | [ES6] Add support for Symbol.hasInstance |
blob | commitdiff | diff to current |
2015-12-17 |
utatane.tea@gmail.com | [ES6] Handle new_generator_func / new_generator_func_ex... |
blob | commitdiff | diff to current |
2015-12-16 |
commit-queue@webki... | Unreviewed, rolling out r194135. |
blob | commitdiff | diff to current |
2015-12-16 |
utatane.tea@gmail.com | [ES6] Handle new_generator_func / new_generator_func_ex... |
blob | commitdiff | diff to current |
2015-12-15 |
utatane.tea@gmail.com | Math.random should have an intrinsic thunk and it shoul... |
blob | commitdiff | diff to current |
2015-12-14 |
cdumez@apple.com | Roll out r193974 and follow-up fixes as it caused JSC... |
blob | commitdiff | diff to current |
2015-12-11 |
keith_miller@apple.com | [ES6] Add support for Symbol.hasInstance |
blob | commitdiff | diff to current |
2015-12-08 |
commit-queue@webki... | [ES6] "super" and "this" should be lexically bound... |
blob | commitdiff | diff to current |
2015-12-07 |
sbarati@apple.com | Add op_watchdog opcode that is generated when VM has... |
blob | commitdiff | diff to current |
2015-12-07 |
ddkilzer@apple.com | REGRESSION(r193584): Causes heap use-after-free crashes... |
blob | commitdiff | diff to current |
2015-12-06 |
commit-queue@webki... | [ES6] "super" and "this" should be lexically bound... |
blob | commitdiff | diff to current |
2015-12-04 |
fpizlo@apple.com | Having a bad time has a really awful time when it runs... |
blob | commitdiff | diff to current |
2015-12-02 |
utatane.tea@gmail.com | [ES6] Implement LLInt/Baseline Support for ES6 Generato... |
blob | commitdiff | diff to current |
2015-12-02 |
commit-queue@webki... | Unreviewed, rolling out r192914. |
blob | commitdiff | diff to current |
2015-12-01 |
utatane.tea@gmail.com | [ES6] Implement LLInt/Baseline Support for ES6 Generato... |
blob | commitdiff | diff to current |
2015-12-01 |
carlosgc@webkit.org | Unreviewed, rolling out r192876. |
blob | commitdiff | diff to current |
2015-12-01 |
commit-queue@webki... | [ES6] "super" and "this" should be lexically bound... |
blob | commitdiff | diff to current |
2015-11-30 |
sbarati@apple.com | implement op_get_rest_length so that we can allocate... |
blob | commitdiff | diff to current |
2015-11-20 |
sbarati@apple.com | [ES6] Add support for rest parameters |
blob | commitdiff | diff to current |
2015-11-19 |
keith_miller@apple.com | [JSC] TailCalls should not trigger assertion failures... |
blob | commitdiff | diff to current |
2015-11-17 |
fpizlo@apple.com | It's best for the DFG to always have some guess of... |
blob | commitdiff | diff to current |
2015-11-03 |
msaboff@apple.com | Rename InlineCallFrame:: getCallerSkippingDeadFrames... |
blob | commitdiff | diff to current |
2015-11-02 |
utatane.tea@gmail.com | Rename op_put_getter_setter to op_put_getter_setter_by_id |
blob | commitdiff | diff to current |
2015-11-01 |
commit-queue@webki... | Unreviewed, rolling out r191858. |
blob | commitdiff | diff to current |
2015-11-01 |
utatane.tea@gmail.com | Rename op_put_getter_setter to op_put_getter_setter_by_id |
blob | commitdiff | diff to current |
2015-10-27 |
utatane.tea@gmail.com | [ES6] Add DFG/FTL support for accessor put operations |
blob | commitdiff | diff to current |
2015-10-24 |
commit-queue@webki... | Unreviewed, rolling out r191500. |
blob | commitdiff | diff to current |
2015-10-23 |
utatane.tea@gmail.com | [ES6] Add DFG/FTL support for accessor put operations |
blob | commitdiff | diff to current |
2015-10-16 |
keith_miller@apple.com | Add Intrinsic Getters and use them to fix performance... |
blob | commitdiff | diff to current |
2015-10-14 |
mark.lam@apple.com | Rename some JSC option names to be more uniform. |
blob | commitdiff | diff to current |
2015-10-09 |
ggaren@apple.com | 2015-10-09 Geoffrey Garen <ggaren@apple.com> |
blob | commitdiff | diff to current |
2015-10-09 |
ggaren@apple.com | 2015-10-09 Geoffrey Garen <ggaren@apple.com> |
blob | commitdiff | diff to current |
2015-10-07 |
ggaren@apple.com | Unreviewed, rolling back in r190450 |
blob | commitdiff | diff to current |
2015-10-06 |
commit-queue@webki... | Unreviewed, rolling out r190589. |
blob | commitdiff | diff to current |
2015-10-05 |
ggaren@apple.com | Unreviewed, rolling back in r190450 |
blob | commitdiff | diff to current |
2015-10-04 |
commit-queue@webki... | Unreviewed, rolling out r190522. |
blob | commitdiff | diff to current |
2015-10-02 |
ggaren@apple.com | Unreviewed, rolling back in r190450 |
blob | commitdiff | diff to current |
2015-10-02 |
ggaren@apple.com | 2015-10-01 Geoffrey Garen <ggaren@apple.com> |
blob | commitdiff | diff to current |
2015-10-02 |
ggaren@apple.com | CodeBlock should be a GC object |
blob | commitdiff | diff to current |
2015-09-30 |
msaboff@apple.com | Source/JavaScriptCore: |
blob | commitdiff | diff to current |
2015-09-29 |
commit-queue@webki... | Unreviewed, rolling out r190289. |
blob | commitdiff | diff to current |
2015-09-28 |
msaboff@apple.com | [ES6] Implement tail calls in the FTL |
blob | commitdiff | diff to current |
2015-09-24 |
msaboff@apple.com | [ES6] Implement tail calls in the DFG |
blob | commitdiff | diff to current |
2015-09-21 |
fpizlo@apple.com | JSC should infer property types |
blob | commitdiff | diff to current |
2015-09-18 |
sbarati@apple.com | Implement try/catch in the DFG. |
blob | commitdiff | diff to current |
2015-09-18 |
commit-queue@webki... | Unreviewed, rolling out r189938, r189952, and r189956. |
blob | commitdiff | diff to current |
2015-09-17 |
sbarati@apple.com | Implement try/catch in the DFG. |
blob | commitdiff | diff to current |
2015-09-16 |
msaboff@apple.com | [ES6] Implement tail calls in the LLInt and Baseline JIT |
blob | commitdiff | diff to current |
2015-09-16 |
msaboff@apple.com | Rollout r189774 and 189818. |
blob | commitdiff | diff to current |
2015-09-15 |
msaboff@apple.com | [ES6] Implement tail calls in the LLInt and Baseline JIT |
blob | commitdiff | diff to current |
2015-09-15 |
fpizlo@apple.com | LLInt get/put inline caches shouldn't use tons of opcodes |
blob | commitdiff | diff to current |
2015-09-14 |
commit-queue@webki... | Unreviewed, rolling out r189751, r189752, and r189754. |
blob | commitdiff | diff to current |
2015-09-14 |
fpizlo@apple.com | LLInt get/put inline caches shouldn't use tons of opcodes |
blob | commitdiff | diff to current |
2015-09-04 |
utatane.tea@gmail.com | [ES6] Instantiate Module Environment bindings and execu... |
blob | commitdiff | diff to current |
2015-09-03 |
saambarati1@gmail.com | Block scoped variables should be visible across scripts |
blob | commitdiff | diff to current |
2015-08-28 |
commit-queue@webki... | Create WebAssembly functions |
blob | commitdiff | diff to current |
2015-08-28 |
commit-queue@webki... | Unreviewed, rolling out r189079. |
blob | commitdiff | diff to current |
2015-08-28 |
commit-queue@webki... | Create WebAssembly functions |
blob | commitdiff | diff to current |
2015-08-27 |
mark.lam@apple.com | watchdog m_didFire state erroneously retained. |
blob | commitdiff | diff to current |
2015-08-26 |
fpizlo@apple.com | Node::origin should be able to tell you if it's OK... |
blob | commitdiff | diff to current |
next |