2016-04-26 |
fpizlo@apple.com | DFG backends shouldn't emit type checks at KnownBlah... |
blob | commitdiff |
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 |
2016-03-15 |
fpizlo@apple.com | Remove the Baker barrier from JSC |
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-09 |
fpizlo@apple.com | DFG should be able to constant-fold strings |
blob | commitdiff | diff to current |
2016-03-07 |
benjamin@webkit.org | [JSC] Simplify the overflow check of ArithAbs |
blob | commitdiff | diff to current |
2016-03-07 |
fpizlo@apple.com | Unreviewed, fix build. This was a messed up merge. |
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-07 |
sbarati@apple.com | [[GetPrototypeOf]] should be a fully virtual method... |
blob | commitdiff | diff to current |
2016-03-06 |
commit-queue@webki... | Unreviewed, rolling out r197645. |
blob | commitdiff | diff to current |
2016-03-06 |
sbarati@apple.com | [[GetPrototypeOf]] should be a fully virtual method... |
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-06 |
fpizlo@apple.com | The most aggressive form of RegExpTest/RegExpExec shoul... |
blob | commitdiff | diff to current |
2016-03-04 |
fpizlo@apple.com | DFG/FTL should inline accesses to RegExpObject::m_lastIndex |
blob | commitdiff | diff to current |
2016-03-03 |
fpizlo@apple.com | RegExpExec/RegExpTest should not unconditionally specul... |
blob | commitdiff | diff to current |
2016-03-01 |
fpizlo@apple.com | FTL should simplify StringReplace with an empty replace... |
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-28 |
fpizlo@apple.com | FTL should lower its abstract heaps to B3 heap ranges |
blob | commitdiff | diff to current |
2016-02-18 |
fpizlo@apple.com | Remove remaining references to LLVM, and make sure... |
blob | commitdiff | diff to current |
|