2017-11-30 |
utatane.tea@gmail.com | [DFG][FTL] operationHasIndexedProperty does not conside... |
blob | commitdiff |
2017-11-30 |
fpizlo@apple.com | GC should support isoheaps |
blob | commitdiff | diff to current |
2017-11-30 |
sbarati@apple.com | Remove pointer caging for double arrays |
blob | commitdiff | diff to current |
2017-11-27 |
utatane.tea@gmail.com | [DFG] Add NormalizeMapKey DFG IR |
blob | commitdiff | diff to current |
2017-11-27 |
utatane.tea@gmail.com | [DFG] Remove GetLocalUnlinked |
blob | commitdiff | diff to current |
2017-11-21 |
utatane.tea@gmail.com | [DFG][FTL] Support MapSet / SetAdd intrinsics |
blob | commitdiff | diff to current |
2017-11-16 |
sbarati@apple.com | Add some X86 intrinsics to $vm to help with some perf... |
blob | commitdiff | diff to current |
2017-11-08 |
keith_miller@apple.com | Add super sampler begin and end bytecodes. |
blob | commitdiff | diff to current |
2017-11-08 |
sbarati@apple.com | Only cage double butterfly accesses |
blob | commitdiff | diff to current |
2017-11-01 |
msaboff@apple.com | Integer overflow in code generated by LoadVarargs proce... |
blob | commitdiff | diff to current |
2017-11-01 |
utatane.tea@gmail.com | [JSC] Introduce @toObject |
blob | commitdiff | diff to current |
2017-11-01 |
utatane.tea@gmail.com | [DFG][FTL] Introduce StringSlice |
blob | commitdiff | diff to current |
2017-10-18 |
utatane.tea@gmail.com | [JSC] __proto__ getter should be fast |
blob | commitdiff | diff to current |
2017-10-17 |
ryanhaddad@apple.com | Unreviewed, rolling out r223523. |
blob | commitdiff | diff to current |
2017-10-17 |
utatane.tea@gmail.com | [JSC] __proto__ getter should be fast |
blob | commitdiff | diff to current |
2017-10-14 |
utatane.tea@gmail.com | Reland "Add Above/Below comparisons for UInt32 patterns" |
blob | commitdiff | diff to current |
2017-10-04 |
sbarati@apple.com | Implement polymorphic prototypes |
blob | commitdiff | diff to current |
2017-10-01 |
commit-queue@webki... | Unreviewed, rolling out r222564. |
blob | commitdiff | diff to current |
2017-09-30 |
utatane.tea@gmail.com | [DFG] Support ArrayPush with multiple args |
blob | commitdiff | diff to current |
2017-09-29 |
commit-queue@webki... | Unreviewed, rolling out r222563, r222565, and r222581. |
blob | commitdiff | diff to current |
2017-09-27 |
utatane.tea@gmail.com | Add Above/Below comparisons for UInt32 patterns |
blob | commitdiff | diff to current |
2017-09-27 |
utatane.tea@gmail.com | [DFG] Support ArrayPush with multiple args |
blob | commitdiff | diff to current |
2017-09-26 |
commit-queue@webki... | Unreviewed, rolling out r222518. |
blob | commitdiff | diff to current |
2017-09-26 |
utatane.tea@gmail.com | Add Above/Below comparisons for UInt32 patterns |
blob | commitdiff | diff to current |
2017-09-22 |
utatane.tea@gmail.com | [DFG][FTL] Profile array vector length for array allocation |
blob | commitdiff | diff to current |
2017-09-22 |
utatane.tea@gmail.com | Unreviewed, rolling out r222380. |
blob | commitdiff | diff to current |
2017-09-22 |
utatane.tea@gmail.com | [DFG][FTL] Profile array vector length for array allocation |
blob | commitdiff | diff to current |
2017-09-18 |
utatane.tea@gmail.com | [DFG] Remove ToThis more aggressively |
blob | commitdiff | diff to current |
2017-09-17 |
utatane.tea@gmail.com | Merge JSLexicalEnvironment and JSEnvironmentRecord |
blob | commitdiff | diff to current |
2017-09-13 |
utatane.tea@gmail.com | [DFG] Optimize WeakMap::get by adding intrinsic and... |
blob | commitdiff | diff to current |
2017-09-11 |
ryanhaddad@apple.com | Unreviewed, rolling out r221854. |
blob | commitdiff | diff to current |
2017-09-11 |
utatane.tea@gmail.com | [DFG] Optimize WeakMap::get by adding intrinsic and... |
blob | commitdiff | diff to current |
2017-09-08 |
utatane.tea@gmail.com | [DFG] PutByVal with Array::Generic is too generic |
blob | commitdiff | diff to current |
2017-09-08 |
utatane.tea@gmail.com | [DFG][FTL] GetByVal(ObjectUse with Array::Generic,... |
blob | commitdiff | diff to current |
2017-09-05 |
sbarati@apple.com | typeCheckHoistingPhase may emit a CheckStructure on... |
blob | commitdiff | diff to current |
2017-09-05 |
sbarati@apple.com | Support compiling catch in the FTL |
blob | commitdiff | diff to current |
2017-09-05 |
utatane.tea@gmail.com | [DFG][FTL] Efficiently execute number#toString() |
blob | commitdiff | diff to current |
2017-09-01 |
sbarati@apple.com | Throwing an exception in the DFG/FTL should not cause... |
blob | commitdiff | diff to current |
2017-08-30 |
commit-queue@webki... | Unreviewed, rolling out r221317. |
blob | commitdiff | diff to current |
2017-08-29 |
sbarati@apple.com | Throwing an exception in the DFG/FTL should not be... |
blob | commitdiff | diff to current |
2017-08-25 |
sbarati@apple.com | Support compiling catch in the DFG |
blob | commitdiff | diff to current |
2017-08-25 |
commit-queue@webki... | Unreviewed, rolling out r221119, r221124, and r221143. |
blob | commitdiff | diff to current |
2017-08-23 |
sbarati@apple.com | Support compiling catch in the DFG |
blob | commitdiff | diff to current |
2017-08-23 |
utatane.tea@gmail.com | [JSC] Optimize Map iteration with intrinsic |
blob | commitdiff | diff to current |
2017-08-23 |
gskachkov@gmail.com | [ESNext] Async iteration - Implement Async Generator... |
blob | commitdiff | diff to current |
2017-08-15 |
keith_miller@apple.com | Add testing tool to lie to the DFG about profiles |
blob | commitdiff | diff to current |
2017-08-14 |
commit-queue@webki... | JSTests: |
blob | commitdiff | diff to current |
2017-08-11 |
fpizlo@apple.com | DFG should do caging |
blob | commitdiff | diff to current |
2017-08-03 |
mark.lam@apple.com | Rename ScratchBuffer::activeLengthPtr to addressOfActiv... |
blob | commitdiff | diff to current |
2017-08-02 |
fpizlo@apple.com | Bmalloc and GC should put auxiliaries (butterflies... |
blob | commitdiff | diff to current |
2017-06-23 |
sbarati@apple.com | The lowering of Identity in the DFG backend needs to... |
blob | commitdiff | diff to current |
2017-06-12 |
sbarati@apple.com | We should not claim that SpecEmpty is filtered out... |
blob | commitdiff | diff to current |
2017-06-12 |
utatane.tea@gmail.com | [DFG] Add ArrayIndexOf intrinsic |
blob | commitdiff | diff to current |
2017-06-07 |
sbarati@apple.com | Assertion failure in com.apple.WebKit.WebContent.Develo... |
blob | commitdiff | diff to current |
2017-05-22 |
utatane.tea@gmail.com | [FTL] Support GetByVal with ArrayStorage and SlowPutArr... |
blob | commitdiff | diff to current |
2017-05-20 |
utatane.tea@gmail.com | [JSC] Drop MapBase |
blob | commitdiff | diff to current |
2017-05-20 |
mark.lam@apple.com | [Re-landing] DFG::SpeculativeJIT::pickCanTrample()... |
blob | commitdiff | diff to current |
2017-05-19 |
ryanhaddad@apple.com | Unreviewed, rolling out r217156. |
blob | commitdiff | diff to current |
2017-05-19 |
mark.lam@apple.com | DFG::SpeculativeJIT::pickCanTrample() is wrongly ignori... |
blob | commitdiff | diff to current |
2017-05-19 |
utatane.tea@gmail.com | [JSC][DFG][DOMJIT] Extend CheckDOM to CheckSubClass |
blob | commitdiff | diff to current |
2017-05-18 |
commit-queue@webki... | Unreviewed, rolling out r217031, r217032, and r217037. |
blob | commitdiff | diff to current |
2017-05-18 |
utatane.tea@gmail.com | [JSC][DFG][DOMJIT] Extend CheckDOM to CheckSubClass |
blob | commitdiff | diff to current |
2017-05-04 |
utatane.tea@gmail.com | [JSC] Math unary functions should be handled by DFG |
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-26 |
commit-queue@webki... | Unreviewed, rolling out r215476. |
blob | commitdiff | diff to current |
2017-04-20 |
fpizlo@apple.com | Optimize SharedArrayBuffer in the DFG+FTL |
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-03-29 |
sbarati@apple.com | LinkBuffer and ExecutableAllocator shouldn't have anyth... |
blob | commitdiff | diff to current |
2017-03-29 |
sbarati@apple.com | AssemblyHelpers should not have a VM field |
blob | commitdiff | diff to current |
2017-03-21 |
utatane.tea@gmail.com | [JSC] Optimize Number.prototype.toString on Int32 ... |
blob | commitdiff | diff to current |
2017-03-16 |
utatane.tea@gmail.com | [DFG] ToString operation should have fixup for primitiv... |
blob | commitdiff | diff to current |
2017-03-09 |
utatane.tea@gmail.com | [GTK] JSC test stress/arity-check-ftl-throw.js.ftl... |
blob | commitdiff | diff to current |
2017-03-06 |
commit-queue@webki... | op_get_by_id_with_this should use inline caching |
blob | commitdiff | diff to current |
2017-03-02 |
mark.lam@apple.com | Add Options::alwaysCheckTraps() and Options::usePolling... |
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-02-04 |
jfbastien@apple.com | OSR entry: delay outer-loop compilation when at inner... |
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-27 |
commit-queue@webki... | Unreviewed, rolling out r211224. |
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-26 |
jfbastien@apple.com | OSR entry: delay outer-loop compilation when at inner... |
blob | commitdiff | diff to current |
2017-01-18 |
fpizlo@apple.com | Make opaque root scanning truly constraint-based |
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 |
2016-12-15 |
fpizlo@apple.com | DirectTailCall implementation needs to tell the shuffle... |
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-30 |
sbarati@apple.com | We should be able optimize the pattern where we spread... |
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-15 |
fpizlo@apple.com | The GC should be optionally concurrent and disabled... |
blob | commitdiff | diff to current |
2016-11-14 |
caitp@igalia.com | [JSC] Handle new_async_func / new_async_func_exp in... |
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 |
next |