2017-03-16 |
utatane.tea@gmail.com | [DFG] ToString operation should have fixup for primitiv... |
blob | commitdiff |
2017-03-06 |
commit-queue@webki... | op_get_by_id_with_this should use inline caching |
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-27 |
commit-queue@webki... | Unreviewed, rolling out r213019. |
blob | commitdiff | diff to current |
2017-02-27 |
commit-queue@webki... | op_get_by_id_with_this should use inline caching |
blob | commitdiff | diff to current |
2017-02-24 |
sbarati@apple.com | Intrinsicify parseInt |
blob | commitdiff | diff to current |
2017-02-09 |
keith_miller@apple.com | [JSC] op_in should have ArrayProfile |
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 |
2017-01-26 |
sbarati@apple.com | Harden how the compiler references GC objects |
blob | commitdiff | diff to current |
2017-01-13 |
sbarati@apple.com | Add a slice intrinsic to the DFG/FTL |
blob | commitdiff | diff to current |
2017-01-09 |
commit-queue@webki... | Unreviewed, rolling out r210476. |
blob | commitdiff | diff to current |
2017-01-07 |
sbarati@apple.com | Add a slice intrinsic to the DFG/FTL |
blob | commitdiff | diff to current |
2017-01-03 |
julien.brianceau... | Remove sh4 specific code from JavaScriptCore |
blob | commitdiff | diff to current |
2016-12-13 |
commit-queue@webki... | Unreviewed, rolling out r209725. |
blob | commitdiff | diff to current |
2016-12-12 |
msaboff@apple.com | REGRESSION(r209653): speedometer crashes making virtual... |
blob | commitdiff | diff to current |
2016-12-11 |
commit-queue@webki... | Unreviewed, rolling out r209653, r209654, r209663, and |
blob | commitdiff | diff to current |
2016-12-10 |
msaboff@apple.com | JSVALUE64: Pass arguments in platform argument register... |
blob | commitdiff | diff to current |
2016-12-10 |
fpizlo@apple.com | GC might be forced to look at a nuked object due to... |
blob | commitdiff | diff to current |
2016-11-27 |
utatane.tea@gmail.com | [WTF] Import std::optional reference implementation... |
blob | commitdiff | diff to current |
2016-11-12 |
sbarati@apple.com | We should have a more concise way of determining when... |
blob | commitdiff | diff to current |
2016-11-11 |
cdumez@apple.com | Unreviewed, rolling out r208584. |
blob | commitdiff | diff to current |
2016-11-11 |
cdumez@apple.com | Unreviewed, rolling out r208117 and r208160. |
blob | commitdiff | diff to current |
2016-11-11 |
sbarati@apple.com | We should have a more concise way of determining when... |
blob | commitdiff | diff to current |
2016-11-10 |
utatane.tea@gmail.com | [JSC] Avoid cloned arguments allocation in ArrayPrototy... |
blob | commitdiff | diff to current |
2016-11-03 |
utatane.tea@gmail.com | [DOMJIT] Add DOMJIT::Signature |
blob | commitdiff | diff to current |
2016-10-30 |
sbarati@apple.com | We should have a way of profiling when a get_by_id... |
blob | commitdiff | diff to current |
2016-10-28 |
utatane.tea@gmail.com | [DOMJIT] Rename CallDOM to CallDOMGetter |
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-15 |
commit-queue@webki... | [JSC] op_negate should with any type |
blob | commitdiff | diff to current |
2016-10-10 |
utatane.tea@gmail.com | [DOMJIT] Implement Node accessors in DOMJIT |
blob | commitdiff | diff to current |
2016-10-07 |
utatane.tea@gmail.com | [DOMJIT] Support slow path call |
blob | commitdiff | diff to current |
2016-10-06 |
utatane.tea@gmail.com | [DOMJIT] Add initial CheckDOM and CallDOM implementations |
blob | commitdiff | diff to current |
2016-10-05 |
sbarati@apple.com | String.prototype.toLowerCase should be a DFG/FTL intrinsic |
blob | commitdiff | diff to current |
2016-10-04 |
utatane.tea@gmail.com | [JSC] Add a new byte code op_define_property instead... |
blob | commitdiff | diff to current |
2016-09-28 |
fpizlo@apple.com | The write barrier should be down with TSO |
blob | commitdiff | diff to current |
2016-09-28 |
ryanhaddad@apple.com | Unreviewed, rolling out r206522. |
blob | commitdiff | diff to current |
2016-09-28 |
commit-queue@webki... | Unreviewed, rolling out r206506. |
blob | commitdiff | diff to current |
2016-09-28 |
commit-queue@webki... | Adopt #pragma once in JavaScriptCore |
blob | commitdiff | diff to current |
2016-09-23 |
commit-queue@webki... | [JSC] Use an inline cache to generate op_negate |
blob | commitdiff | diff to current |
2016-09-20 |
sbarati@apple.com | Make HasOwnProperty faster |
blob | commitdiff | diff to current |
2016-09-17 |
utatane.tea@gmail.com | [DFG] Introduce IsCellWithType node and unify IsJSArray... |
blob | commitdiff | diff to current |
2016-09-16 |
utatane.tea@gmail.com | [DFG] Introduce ArrayUse |
blob | commitdiff | diff to current |
2016-09-12 |
utatane.tea@gmail.com | [DFG][FTL] Add ArithTan |
blob | commitdiff | diff to current |
2016-09-08 |
fpizlo@apple.com | Typed arrays should use MarkedSpace instead of CopiedSpace |
blob | commitdiff | diff to current |
2016-09-06 |
sbarati@apple.com | Unreviewed build fix for 32-bit platforms after r205520. |
blob | commitdiff | diff to current |
2016-09-06 |
sbarati@apple.com | Make JSMap and JSSet faster |
blob | commitdiff | diff to current |
2016-09-06 |
commit-queue@webki... | [JSC] Make ArithClz32 work with Cell arguments |
blob | commitdiff | diff to current |
2016-09-06 |
ryanhaddad@apple.com | Unreviewed, rolling out r205494. |
blob | commitdiff | diff to current |
2016-09-06 |
ryanhaddad@apple.com | Unreviewed, rolling out r205504. |
blob | commitdiff | diff to current |
2016-09-06 |
sbarati@apple.com | Make JSMap and JSSet faster |
blob | commitdiff | diff to current |
2016-09-06 |
fpizlo@apple.com | Typed arrays should use MarkedSpace instead of CopiedSpace |
blob | commitdiff | diff to current |
2016-09-06 |
fpizlo@apple.com | Butterflies should be allocated in Auxiliary MarkedSpac... |
blob | commitdiff | diff to current |
2016-08-29 |
commit-queue@webki... | [JSC] Improve ArithAbs with polymorphic input |
blob | commitdiff | diff to current |
2016-08-25 |
benjamin@webkit.org | [JSC] Make FRound work with any type |
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 |
fpizlo@apple.com | Butterflies should be allocated in Auxiliary MarkedSpac... |
blob | commitdiff | diff to current |
2016-08-23 |
commit-queue@webki... | [JSC] Make Math.cos() and Math.sin() work with any... |
blob | commitdiff | diff to current |
2016-08-20 |
commit-queue@webki... | [JSC] ArithSqrt should work with any argument type |
blob | commitdiff | diff to current |
2016-08-13 |
sbarati@apple.com | Inline store loop for CopyRest in DFG and FTL for certa... |
blob | commitdiff | diff to current |
2016-07-29 |
utatane.tea@gmail.com | JSC::Symbol should be hash-consed |
blob | commitdiff | diff to current |
2016-07-25 |
fpizlo@apple.com | AssemblyHelpers should own all of the cell allocation... |
blob | commitdiff | diff to current |
2016-07-25 |
sbarati@apple.com | op_mul/ArithMul(Untyped,Untyped) should be an IC |
blob | commitdiff | diff to current |
2016-07-22 |
sbarati@apple.com | callOperation(.) variants in the DFG that explicitly... |
blob | commitdiff | diff to current |
2016-07-21 |
sbarati@apple.com | op_add/ValueAdd should be an IC in all JIT tiers |
blob | commitdiff | diff to current |
2016-07-21 |
fpizlo@apple.com | Switching on symbols should be fast |
blob | commitdiff | diff to current |
2016-07-18 |
fpizlo@apple.com | DFG should really support jneq_ptr |
blob | commitdiff | diff to current |
2016-07-08 |
keith_miller@apple.com | TypedArrays need more isNeutered checks. |
blob | commitdiff | diff to current |
2016-06-23 |
sbarati@apple.com | DFGSpeculativeJIT's m_slowPathLambdas should restore... |
blob | commitdiff | diff to current |
2016-06-23 |
keith_miller@apple.com | We should have a DFG intrinsic that checks if a value... |
blob | commitdiff | diff to current |
2016-06-16 |
keith_miller@apple.com | Add support for Symbol.isConcatSpreadable (round 2) |
blob | commitdiff | diff to current |
2016-06-10 |
fpizlo@apple.com | The backend should be happy to compile Unreachable... |
blob | commitdiff | diff to current |
2016-05-17 |
keith_miller@apple.com | Rollout r200426 since it causes PLT regressions. |
blob | commitdiff | diff to current |
2016-05-13 |
benjamin@webkit.org | [JSC] Move the CheckTierUp function calls out of the... |
blob | commitdiff | diff to current |
2016-05-10 |
fpizlo@apple.com | Polymorphic operands in operators coerces downstream... |
blob | commitdiff | diff to current |
2016-05-09 |
sbarati@apple.com | Getter and setter on super are called with wrong "this... |
blob | commitdiff | diff to current |
2016-05-05 |
keith_miller@apple.com | Add support for delete by value to the DFG |
blob | commitdiff | diff to current |
2016-05-04 |
keith_miller@apple.com | Unreviewed, reland r200149 since the rollout had inconc... |
blob | commitdiff | diff to current |
2016-04-27 |
keith_miller@apple.com | Unreviewed, Revert r199397 due to PLT regressions |
blob | commitdiff | diff to current |
2016-04-25 |
mark.lam@apple.com | Renaming SpecInt32, SpecInt52, MachineInt to SpecInt32O... |
blob | commitdiff | diff to current |
2016-04-22 |
commit-queue@webki... | [JSC] Add primitive String support to compare operators |
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 |
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-05 |
fpizlo@apple.com | Source/JavaScriptCore: |
blob | commitdiff | diff to current |
2016-04-05 |
zandobersek@gmail.com | Add missing EABI_32BIT_DUMMY_ARG arguments for some... |
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-16 |
mark.lam@apple.com | Add support for setting Function.name from computed... |
blob | commitdiff | diff to current |
2016-03-09 |
fpizlo@apple.com | DFG should be able to constant-fold strings |
blob | commitdiff | diff to current |
2016-03-07 |
benjamin@webkit.org | [JSC] Remove a superfluous Move in front of every doubl... |
blob | commitdiff | diff to current |
2016-03-07 |
fpizlo@apple.com | DFG should know how to speculate StringOrOther |
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 |
next |