2017-10-25 |
commit-queue@webki... | Unreviewed, rolling out r223691 and r223729. |
blob | commitdiff |
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 |
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 |
2017-01-13 |
sbarati@apple.com | Initialize the ArraySpecies watchpoint as Clear and... |
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-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-15 |
fpizlo@apple.com | Rename CONCURRENT_JIT/ConcurrentJIT to CONCURRENT_JS... |
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 |
sbarati@apple.com | Unreviewed try to fix windows build after https://bugs... |
blob | commitdiff | diff to current |
2016-11-11 |
sbarati@apple.com | We recursively grab a lock in the DFGBytecodeParser... |
blob | commitdiff | diff to current |
2016-11-11 |
cdumez@apple.com | Unreviewed, rolling out r208584. |
blob | commitdiff | diff to current |
next |