2018-01-03 |
rmorisset@apple.com | Inlining of a function that ends in op_unreachable... |
blob | commitdiff |
2017-12-22 |
sbarati@apple.com | lowering get_by_val to GetById inside bytecode parser... |
blob | commitdiff | diff to current |
2017-12-13 |
utatane.tea@gmail.com | [JSC] Implement optimized WeakMap and WeakSet |
blob | commitdiff | diff to current |
2017-12-01 |
utatane.tea@gmail.com | [JSC] Use JSFixedArray for op_new_array_buffer |
blob | commitdiff | diff to current |
2017-11-29 |
rmorisset@apple.com | The recursive tail call optimisation is wrong on closures |
blob | commitdiff | diff to current |
2017-11-28 |
rmorisset@apple.com | Support recursive tail call optimization for polymorphi... |
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] Introduce {Set,Map,WeakMap}Fields |
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-16 |
rmorisset@apple.com | Provide a runtime option for disabling the optimization... |
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 |
rmorisset@apple.com | Turn recursive tail calls into loops |
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-25 |
commit-queue@webki... | Unreviewed, rolling out r223691 and r223729. |
blob | commitdiff | diff to current |
2017-10-19 |
sbarati@apple.com | REGRESSION(r223691): DFGByteCodeParser.cpp:1483:83... |
blob | commitdiff | diff to current |
2017-10-19 |
rmorisset@apple.com | Turn recursive tail calls into loops |
blob | commitdiff | diff to current |
2017-10-18 |
mark.lam@apple.com | The compiler should always register a structure when... |
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-11 |
rmorisset@apple.com | Avoid allocating useless landingBlocks in DFGByteCodePa... |
blob | commitdiff | diff to current |
2017-10-10 |
rmorisset@apple.com | Evaluate the benefit of skipping dead code in the DFGBy... |
blob | commitdiff | diff to current |
2017-10-09 |
rmorisset@apple.com | Refactor the inliner to simplify block linking |
blob | commitdiff | diff to current |
2017-10-09 |
rmorisset@apple.com | Source/JavaScriptCore: |
blob | commitdiff | diff to current |
2017-10-05 |
sbarati@apple.com | Make sure all prototypes under poly proto get added... |
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 | Unreviewed, fix x86 breaking due to exhausted registers |
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-15 |
sbarati@apple.com | Arity fixup during inlining should do a 2 phase commit... |
blob | commitdiff | diff to current |
2017-09-14 |
sbarati@apple.com | It should be valid to exit before each set when doing... |
blob | commitdiff | diff to current |
2017-09-14 |
utatane.tea@gmail.com | [JSC] Disable Arity Fixup Inlining until crash in faceb... |
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-13 |
keith_miller@apple.com | Do unified source builds for JSC |
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-05 |
sbarati@apple.com | Make the distinction between entrypoints and CFG roots... |
blob | commitdiff | diff to current |
2017-09-05 |
sbarati@apple.com | Support compiling catch in the FTL |
blob | commitdiff | diff to current |
2017-09-02 |
utatane.tea@gmail.com | [DFG] Relax arity requirement |
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-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 |
commit-queue@webki... | JSTests: |
blob | commitdiff | diff to current |
2017-08-23 |
gskachkov@gmail.com | [ESNext] Async iteration - Implement Async Generator... |
blob | commitdiff | diff to current |
2017-08-22 |
sbarati@apple.com | We are using valueProfileForBytecodeOffset when there... |
blob | commitdiff | diff to current |
2017-08-16 |
commit-queue@webki... | JSTests: |
blob | commitdiff | diff to current |
2017-08-15 |
keith_miller@apple.com | JSC named bytecode offsets should use references rather... |
blob | commitdiff | diff to current |
2017-08-15 |
keith_miller@apple.com | Enable named offsets into JSC bytecodes |
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-10 |
mark.lam@apple.com | Apply the UNLIKELY macro to some unlikely things. |
blob | commitdiff | diff to current |
2017-07-27 |
utatane.tea@gmail.com | Hoist DOM binding attribute getter prologue into JavaSc... |
blob | commitdiff | diff to current |
2017-07-20 |
cdumez@apple.com | Replace calls to Vector::resize() with calls to more... |
blob | commitdiff | diff to current |
2017-07-19 |
aestes@apple.com | [Xcode] Enable CLANG_WARN_RANGE_LOOP_ANALYSIS |
blob | commitdiff | diff to current |
2017-07-04 |
sbarati@apple.com | DFGBytecodeParser op_to_this does not access the correc... |
blob | commitdiff | diff to current |
2017-06-16 |
mark.lam@apple.com | Interpreter methods for mapping between Opcode and... |
blob | commitdiff | diff to current |
2017-06-12 |
utatane.tea@gmail.com | [DFG] Add ArrayIndexOf intrinsic |
blob | commitdiff | diff to current |
2017-06-06 |
fpizlo@apple.com | index out of bound in bytecodebasicblock |
blob | commitdiff | diff to current |
2017-05-27 |
utatane.tea@gmail.com | [DOMJIT] Move DOMJIT patchpoint infrastructure out... |
blob | commitdiff | diff to current |
2017-05-25 |
sbarati@apple.com | Our for-in optimization in the bytecode generator does... |
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 |
fpizlo@apple.com | DFG inlining should be hardened for the no-result case |
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-08 |
mark.lam@apple.com | op_throw_static_error's use of its first operand should... |
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-04-18 |
utatane.tea@gmail.com | [DFG] Use Phantom for base instead of getter when inlin... |
blob | commitdiff | diff to current |
2017-04-18 |
utatane.tea@gmail.com | Unreviewed, follow-up patch after r215459 |
blob | commitdiff | diff to current |
2017-04-18 |
utatane.tea@gmail.com | [DFG] Drop unknown use of CheckCell's child2 to work... |
blob | commitdiff | diff to current |
2017-04-14 |
mark.lam@apple.com | Should use flushDirect() when flushing the scopeRegiste... |
blob | commitdiff | diff to current |
2017-03-22 |
commit-queue@webki... | [DFG] Don't use ArraySlice intrinsic on MIPS |
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 | [JSC] Default parameter part should be retrieved by... |
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-24 |
sbarati@apple.com | Intrinsicify parseInt |
blob | commitdiff | diff to current |
2017-02-22 |
utatane.tea@gmail.com | JSModuleNamespace object should have IC |
blob | commitdiff | diff to current |
2017-02-21 |
ryanhaddad@apple.com | Unreviewed, rolling out r212712. |
blob | commitdiff | diff to current |
2017-02-21 |
utatane.tea@gmail.com | JSModuleNamespace object should have IC |
blob | commitdiff | diff to current |
2017-02-16 |
keith_miller@apple.com | Refactor AccessCase to be more like B3Value |
blob | commitdiff | diff to current |
2017-02-15 |
utatane.tea@gmail.com | [JSC] Drop PassRefPtr |
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 |
next |