2016-02-29 |
fpizlo@apple.com | FTL should be able to run everything in Octane/regexp |
blob | commitdiff |
2016-02-20 |
sbarati@apple.com | [ES6] Implement Proxy.[[Construct]] |
blob | commitdiff | diff to current |
2016-02-17 |
commit-queue@webki... | [JSC] Remove the overflow check on ArithAbs when possible |
blob | commitdiff | diff to current |
2016-01-22 |
mark.lam@apple.com | We should OSR exit with Int52Overflow when we fail... |
blob | commitdiff | diff to current |
2016-01-11 |
keith_miller@apple.com | Use a profile to store allocation structures for subcla... |
blob | commitdiff | diff to current |
2016-01-08 |
mark.lam@apple.com | Rolling out: Rename StringFromCharCode to StringFromSin... |
blob | commitdiff | diff to current |
2016-01-08 |
mark.lam@apple.com | Rename StringFromCharCode to StringFromSingleCharCode. |
blob | commitdiff | diff to current |
2016-01-07 |
fpizlo@apple.com | FTL B3 JS calls should do exceptions |
blob | commitdiff | diff to current |
2016-01-02 |
aestes@apple.com | Replace WTF::move with WTFMove |
blob | commitdiff | diff to current |
2015-12-18 |
keith_miller@apple.com | [ES6] Add support for Symbol.hasInstance |
blob | commitdiff | diff to current |
2015-12-17 |
utatane.tea@gmail.com | [ES6] Handle new_generator_func / new_generator_func_ex... |
blob | commitdiff | diff to current |
2015-12-16 |
commit-queue@webki... | Unreviewed, rolling out r194135. |
blob | commitdiff | diff to current |
2015-12-16 |
utatane.tea@gmail.com | [ES6] Handle new_generator_func / new_generator_func_ex... |
blob | commitdiff | diff to current |
2015-12-15 |
utatane.tea@gmail.com | Math.random should have an intrinsic thunk and it shoul... |
blob | commitdiff | diff to current |
2015-12-14 |
cdumez@apple.com | Roll out r193974 and follow-up fixes as it caused JSC... |
blob | commitdiff | diff to current |
2015-12-11 |
keith_miller@apple.com | [ES6] Add support for Symbol.hasInstance |
blob | commitdiff | diff to current |
2015-12-09 |
mark.lam@apple.com | Factoring out common DFG code for bitwise and shift... |
blob | commitdiff | diff to current |
2015-12-08 |
commit-queue@webki... | [ES6] "super" and "this" should be lexically bound... |
blob | commitdiff | diff to current |
2015-12-07 |
sbarati@apple.com | Add op_watchdog opcode that is generated when VM has... |
blob | commitdiff | diff to current |
2015-12-07 |
ddkilzer@apple.com | REGRESSION(r193584): Causes heap use-after-free crashes... |
blob | commitdiff | diff to current |
2015-12-06 |
commit-queue@webki... | [ES6] "super" and "this" should be lexically bound... |
blob | commitdiff | diff to current |
2015-12-01 |
carlosgc@webkit.org | Unreviewed, rolling out r192876. |
blob | commitdiff | diff to current |
2015-12-01 |
commit-queue@webki... | [ES6] "super" and "this" should be lexically bound... |
blob | commitdiff | diff to current |
2015-11-30 |
sbarati@apple.com | implement op_get_rest_length so that we can allocate... |
blob | commitdiff | diff to current |
2015-11-20 |
sbarati@apple.com | [ES6] Add support for rest parameters |
blob | commitdiff | diff to current |
2015-11-17 |
mark.lam@apple.com | Use the JITAddGenerator snippet in the DFG. |
blob | commitdiff | diff to current |
2015-11-16 |
sbarati@apple.com | 64-bit in the DFG: non tail Calls unnecessarily store... |
blob | commitdiff | diff to current |
2015-11-07 |
sbarati@apple.com | Control Flow Profiler should keep execution counts... |
blob | commitdiff | diff to current |
2015-11-04 |
mark.lam@apple.com | Rename DFG's compileAdd to compileArithAdd. |
blob | commitdiff | diff to current |
2015-11-03 |
msaboff@apple.com | Rename InlineCallFrame:: getCallerSkippingDeadFrames... |
blob | commitdiff | diff to current |
2015-10-27 |
utatane.tea@gmail.com | [ES6] Add DFG/FTL support for accessor put operations |
blob | commitdiff | diff to current |
2015-10-24 |
commit-queue@webki... | Unreviewed, rolling out r191500. |
blob | commitdiff | diff to current |
2015-10-23 |
utatane.tea@gmail.com | [ES6] Add DFG/FTL support for accessor put operations |
blob | commitdiff | diff to current |
2015-10-22 |
benjamin@webkit.org | [JSC] Remove two useless temporaries from the PutByOffs... |
blob | commitdiff | diff to current |
2015-10-12 |
fpizlo@apple.com | GC should have a Baker barrier for concurrent copying |
blob | commitdiff | diff to current |
2015-10-08 |
sbarati@apple.com | We should be able to inline getter/setter calls inside... |
blob | commitdiff | diff to current |
2015-09-30 |
msaboff@apple.com | Source/JavaScriptCore: |
blob | commitdiff | diff to current |
2015-09-29 |
commit-queue@webki... | Unreviewed, rolling out r190289. |
blob | commitdiff | diff to current |
2015-09-28 |
msaboff@apple.com | [ES6] Implement tail calls in the FTL |
blob | commitdiff | diff to current |
2015-09-24 |
msaboff@apple.com | [ES6] Implement tail calls in the DFG |
blob | commitdiff | diff to current |
2015-09-22 |
fpizlo@apple.com | Get rid of ENABLE(GGC) |
blob | commitdiff | diff to current |
2015-09-21 |
fpizlo@apple.com | JSC should infer property types |
blob | commitdiff | diff to current |
2015-09-18 |
sbarati@apple.com | Implement try/catch in the DFG. |
blob | commitdiff | diff to current |
2015-09-18 |
commit-queue@webki... | Unreviewed, rolling out r189938, r189952, and r189956. |
blob | commitdiff | diff to current |
2015-09-17 |
sbarati@apple.com | Implement try/catch in the DFG. |
blob | commitdiff | diff to current |
2015-09-10 |
msaboff@apple.com | Add support for Callee-Saves registers |
blob | commitdiff | diff to current |
2015-09-04 |
basile_clement@app... | JavaScript functions should restore the stack pointer... |
blob | commitdiff | diff to current |
2015-09-03 |
saambarati1@gmail.com | Block scoped variables should be visible across scripts |
blob | commitdiff | diff to current |
2015-08-29 |
commit-queue@webki... | Unreviewed, rolling out r189136. |
blob | commitdiff | diff to current |
2015-08-29 |
benjamin@webkit.org | [JSC][x86] Improve the compare functions when comparing... |
blob | commitdiff | diff to current |
2015-08-27 |
fpizlo@apple.com | DFG::StrCat isn't really effectful |
blob | commitdiff | diff to current |
2015-08-26 |
fpizlo@apple.com | Node::origin should be able to tell you if it's OK... |
blob | commitdiff | diff to current |
2015-08-25 |
saambarati1@gmail.com | Lets rename codeOriginIndex to callSiteIndex and get... |
blob | commitdiff | diff to current |
2015-08-22 |
fpizlo@apple.com | DFG string concatenation shouldn't be playing fast... |
blob | commitdiff | diff to current |
2015-08-21 |
saambarati1@gmail.com | DFG callOperations should not implicitly emit an except... |
blob | commitdiff | diff to current |
2015-08-21 |
fpizlo@apple.com | DFG should have a KnownBooleanUse for cases where we... |
blob | commitdiff | diff to current |
2015-08-19 |
mark.lam@apple.com | Add support for CheckWatchdogTimer as slow path in... |
blob | commitdiff | diff to current |
2015-08-19 |
benjamin@webkit.org | [JSC] Optimize more cases of something-compared-to... |
blob | commitdiff | diff to current |
2015-08-17 |
commit-queue@webki... | [ES6] Implement ES6 arrow function syntax. Arrow functi... |
blob | commitdiff | diff to current |
2015-08-14 |
benjamin@webkit.org | [JSC] Add support for GetByVal on arrays of Undecided... |
blob | commitdiff | diff to current |
2015-08-12 |
mark.lam@apple.com | Implementation JavaScript watchdog using WTF::WorkQueue. |
blob | commitdiff | diff to current |
2015-08-11 |
utatane.tea@gmail.com | Introduce get_by_id like IC into get_by_val when the... |
blob | commitdiff | diff to current |
2015-08-09 |
cdumez@apple.com | Regression(r188105): Seems to have caused crashes durin... |
blob | commitdiff | diff to current |
2015-08-07 |
utatane.tea@gmail.com | Introduce get_by_id like IC into get_by_val when the... |
blob | commitdiff | diff to current |
2015-07-29 |
basile_clement@app... | Remove native call inlining |
blob | commitdiff | diff to current |
2015-07-28 |
saambarati1@gmail.com | Make the type profiler work with lexical scoping and... |
blob | commitdiff | diff to current |
2015-06-25 |
fpizlo@apple.com | DFG::SpeculativeJIT shouldn't use filter==Contradiction... |
blob | commitdiff | diff to current |
2015-06-24 |
msaboff@apple.com | Refactor CallLinkInfo from a struct to a class |
blob | commitdiff | diff to current |
2015-06-24 |
commit-queue@webki... | Strict Equality on objects should only check that one... |
blob | commitdiff | diff to current |
2015-05-19 |
fpizlo@apple.com | Better optimize 'if' with ternaries conditional tests. |
blob | commitdiff | diff to current |
2015-05-18 |
benjamin@webkit.org | [JSC] When entering a CheckTierUp without OSREntry... |
blob | commitdiff | diff to current |
2015-05-15 |
fpizlo@apple.com | Remove unused constant-base and constant-value store... |
blob | commitdiff | diff to current |
2015-05-15 |
fpizlo@apple.com | Remove StoreBarrierWithNullCheck, nobody ever generates... |
blob | commitdiff | diff to current |
2015-05-15 |
fpizlo@apple.com | PutGlobalVar should reference the global object it... |
blob | commitdiff | diff to current |
2015-05-09 |
fpizlo@apple.com | Extend the SaneChain optimization to Contiguous arrays |
blob | commitdiff | diff to current |
2015-05-08 |
benjamin@webkit.org | [JSC] Add basic DFG/FTL support for Math.round |
blob | commitdiff | diff to current |
2015-05-05 |
basile_clement@app... | Allow CreateActivation sinking |
blob | commitdiff | diff to current |
2015-05-05 |
fpizlo@apple.com | Large array shouldn't be slow |
blob | commitdiff | diff to current |
2015-05-03 |
fpizlo@apple.com | TypeOf should be fast |
blob | commitdiff | diff to current |
2015-05-01 |
fpizlo@apple.com | Move all of the branchIs<type> helpers from Speculative... |
blob | commitdiff | diff to current |
2015-04-28 |
fpizlo@apple.com | DFG should not use or preserve Phantoms during transfor... |
blob | commitdiff | diff to current |
2015-04-28 |
akling@apple.com | Source/JavaScriptCore: |
blob | commitdiff | diff to current |
2015-04-27 |
fpizlo@apple.com | Rationalize DFG DCE handling of nodes that perform... |
blob | commitdiff | diff to current |
2015-04-26 |
benjamin@webkit.org | [JSC] Implement Math.clz32(), remove Number.clz() |
blob | commitdiff | diff to current |
2015-04-24 |
commit-queue@webki... | Allow function allocation sinking |
blob | commitdiff | diff to current |
2015-04-23 |
fpizlo@apple.com | Rename HardPhantom to MustGenerate. |
blob | commitdiff | diff to current |
2015-04-22 |
commit-queue@webki... | Don't de-allocate FunctionRareData |
blob | commitdiff | diff to current |
2015-04-22 |
fpizlo@apple.com | DFG should allow Phantoms after terminals |
blob | commitdiff | diff to current |
2015-04-21 |
fpizlo@apple.com | DFG Call/ConstructForwardVarargs fails to restore the... |
blob | commitdiff | diff to current |
2015-04-21 |
commit-queue@webki... | Remove AllocationProfileWatchpoint node |
blob | commitdiff | diff to current |
2015-04-21 |
fpizlo@apple.com | MovHint should be a strong use |
blob | commitdiff | diff to current |
2015-04-16 |
commit-queue@webki... | Extract the allocation profile from JSFunction into... |
blob | commitdiff | diff to current |
2015-04-15 |
msaboff@apple.com | DFG register fillSpeculate*() functions should validate... |
blob | commitdiff | diff to current |
2015-04-13 |
fpizlo@apple.com | JSC should detect singleton functions |
blob | commitdiff | diff to current |
2015-04-07 |
fpizlo@apple.com | Constant folding of typed array properties should be... |
blob | commitdiff | diff to current |
2015-04-06 |
mark.lam@apple.com | In the 64-bit DFG and FTL, Array::Double case for HasIn... |
blob | commitdiff | diff to current |
2015-04-06 |
utatane.tea@gmail.com | [ES6] DFG and FTL should be aware of that StringConstru... |
blob | commitdiff | diff to current |
2015-03-26 |
fpizlo@apple.com | Heap variables shouldn't end up in the stack frame |
blob | commitdiff | diff to current |
2015-03-24 |
msaboff@apple.com | REGRESSION (172175-172177): Change in for...in processi... |
blob | commitdiff | diff to current |
2015-03-17 |
fpizlo@apple.com | DFG IR shouldn't have a separate node for every kind... |
blob | commitdiff | diff to current |
next |