2016-09-06 |
commit-queue@webki... | [JSC] Make ArithClz32 work with Cell arguments |
blob | commitdiff |
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-09-02 |
commit-queue@webki... | [JSC] Remove some more useless cases from FTL Capabilities |
blob | commitdiff | diff to current |
2016-08-30 |
commit-queue@webki... | [JSC] Clean up the remaining compare nodes in FTLCapabi... |
blob | commitdiff | diff to current |
2016-08-30 |
commit-queue@webki... | [JSC] Clean up FTL Capabilities for CompareEq |
blob | commitdiff | diff to current |
2016-08-29 |
commit-queue@webki... | [JSC] Improve ArithAbs with polymorphic input |
blob | commitdiff | diff to current |
2016-08-27 |
benjamin@webkit.org | [JSC] Implement CompareStrictEq(String, Untyped) in FTL |
blob | commitdiff | diff to current |
2016-08-25 |
commit-queue@webki... | NewRegexp should not prevent inlining |
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-24 |
benjamin@webkit.org | [JSC] Make ArithLog works with any type |
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-08-04 |
keith_miller@apple.com | ASSERTION FAILED: !hasInstanceValueNode->isCellConstant... |
blob | commitdiff | diff to current |
2016-08-01 |
sbarati@apple.com | Sub should be a Math IC |
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-28 |
commit-queue@webki... | [JSC] Remove some unused code from FTL |
blob | commitdiff | diff to current |
2016-07-25 |
sbarati@apple.com | MathICs should be able to take and dump stats about... |
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-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-21 |
fpizlo@apple.com | FTL snippet generators should be able to request a... |
blob | commitdiff | diff to current |
2016-07-19 |
fpizlo@apple.com | Implement table-based switches in B3/Air |
blob | commitdiff | diff to current |
2016-07-18 |
fpizlo@apple.com | DFG and FTL should support op_call_eval |
blob | commitdiff | diff to current |
2016-07-18 |
fpizlo@apple.com | DFG should really support jneq_ptr |
blob | commitdiff | diff to current |
2016-07-12 |
mark.lam@apple.com | More stack limit and reserved zone renaming. |
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-08 |
keith_miller@apple.com | speculateTypedArrayIsNotNeutered has an inverted specul... |
blob | commitdiff | diff to current |
2016-07-08 |
mark.lam@apple.com | Rename jsCPUStackLimit to osStackLimitWithReserve and... |
blob | commitdiff | diff to current |
2016-07-08 |
keith_miller@apple.com | TypedArrays need more isNeutered checks. |
blob | commitdiff | diff to current |
2016-07-06 |
mark.lam@apple.com | Rename VM stack limit fields to better describe their... |
blob | commitdiff | diff to current |
2016-07-03 |
fpizlo@apple.com | FTL should refer to B3 types directly |
blob | commitdiff | diff to current |
2016-06-30 |
utatane.tea@gmail.com | [JSC] Implement isFinite / isNaN in JS and make DFG... |
blob | commitdiff | diff to current |
2016-06-27 |
fpizlo@apple.com | Crashing at an unreachable code trap in FTL should... |
blob | commitdiff | diff to current |
2016-06-24 |
commit-queue@webki... | Unreviewed, rolling out r202413. |
blob | commitdiff | diff to current |
2016-06-24 |
utatane.tea@gmail.com | [JSC] Implement isFinite / isNaN in JS and make DFG... |
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-19 |
sbarati@apple.com | We should be able to generate more types of ICs inline |
blob | commitdiff | diff to current |
2016-06-16 |
fpizlo@apple.com | Kraken/stanford-crypto-pbkdf2.js sometimes crashes... |
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-13 |
keith_miller@apple.com | Add new builtin opcode tailCallForwardArguments |
blob | commitdiff | diff to current |
2016-06-11 |
utatane.tea@gmail.com | [JSC] Inline JSC::toInt32 to improve kraken |
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-06-04 |
commit-queue@webki... | Eager FTL failure for strict comparison of NaN with... |
blob | commitdiff | diff to current |
2016-06-03 |
keith_miller@apple.com | Add argument_count bytecode for concat |
blob | commitdiff | diff to current |
2016-05-20 |
commit-queue@webki... | [JSC] FTL can crash on stack overflow |
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-16 |
sbarati@apple.com | Hook up ShadowChicken to the debugger to show tail... |
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-11 |
sbarati@apple.com | Air may decide to put the result register of an arithme... |
blob | commitdiff | diff to current |
2016-05-09 |
keith_miller@apple.com | CallObjectConstructor should not call operationToThis... |
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-04 |
fpizlo@apple.com | Speed up JSGlobalObject initialization by making some... |
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-05-04 |
cdumez@apple.com | Unreviewed, rolling out r200383 and r200406. |
blob | commitdiff | diff to current |
2016-05-03 |
fpizlo@apple.com | Speed up JSGlobalObject initialization by making some... |
blob | commitdiff | diff to current |
2016-04-28 |
benjamin@webkit.org | [JSC] Unify Math.pow() accross all tiers |
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-27 |
msaboff@apple.com | REGRESSION(r200117): Crash in lowerDFGToB3::compileStri... |
blob | commitdiff | diff to current |
2016-04-27 |
msaboff@apple.com | [ES] Implement RegExp.prototype.@@replace and use it... |
blob | commitdiff | diff to current |
2016-04-26 |
gskachkov@gmail.com | calling super() a second time in a constructor should... |
blob | commitdiff | diff to current |
2016-04-26 |
fpizlo@apple.com | DFG backends shouldn't emit type checks at KnownBlah... |
blob | commitdiff | diff to current |
2016-04-26 |
gskachkov@gmail.com | Unreviewed, rolling out r200083. |
blob | commitdiff | diff to current |
2016-04-26 |
gskachkov@gmail.com | calling super() a second time in a constructor should... |
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-24 |
fpizlo@apple.com | [INTL] Implement String.prototype.localeCompare in... |
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-22 |
keith_miller@apple.com | FTL should handle exceptions in operationInOptimize |
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 |
fpizlo@apple.com | ToThis should have a fast path based on type info flags |
blob | commitdiff | diff to current |
2016-04-18 |
fpizlo@apple.com | FTL should pin the tag registers at inline caches |
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-11 |
gskachkov@gmail.com | Remove NewArrowFunction from DFG IR |
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-08 |
commit-queue@webki... | UInt32ToNumber should have an Int52 path |
blob | commitdiff | diff to current |
2016-04-07 |
keith_miller@apple.com | We should support the ability to do a non-effectful... |
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 |
commit-queue@webki... | Unreviewed, rolling out r199104. |
blob | commitdiff | diff to current |
2016-04-06 |
keith_miller@apple.com | We should support the ability to do a non-effectful... |
blob | commitdiff | diff to current |
2016-04-05 |
ryanhaddad@apple.com | Unreviewed, rolling out r199073. |
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-05 |
fpizlo@apple.com | Source/JavaScriptCore: |
blob | commitdiff | diff to current |
2016-04-05 |
keith_miller@apple.com | We should support the ability to do a non-effectful... |
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 |
next |