2017-12-21 |
utatane.tea@gmail.com | [JSC] Do not check isValid() in op_new_regexp |
blob | commitdiff |
2017-12-12 |
ticaiolima@gmail.com | [ESNext][BigInt] Implement BigInt literals and JSBigInt |
blob | commitdiff | diff to current |
2017-11-01 |
utatane.tea@gmail.com | [JSC] Introduce @toObject |
blob | commitdiff | diff to current |
2017-10-20 |
utatane.tea@gmail.com | [ARM64] static_cast<int32_t>() in BinaryOpNode::emitByt... |
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-12 |
utatane.tea@gmail.com | import.meta should not be assignable |
blob | commitdiff | diff to current |
2017-10-01 |
commit-queue@webki... | Unreviewed, rolling out r222564. |
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-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-25 |
achristensen@apple.com | Make Attribute an enum class |
blob | commitdiff | diff to current |
2017-09-23 |
gskachkov@gmail.com | [ESNext] Async iteration - Implement Async Generator... |
blob | commitdiff | diff to current |
2017-09-23 |
keith_miller@apple.com | Speculatively change iteration protocall to use the... |
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-05 |
commit-queue@webki... | test262: Completion values for control flow do not... |
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 |
gskachkov@gmail.com | [ESNext] Async iteration - Implement Async Generator... |
blob | commitdiff | diff to current |
2017-08-17 |
utatane.tea@gmail.com | [JSC] Avoid code bloating for iteration if block does... |
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-07-31 |
utatane.tea@gmail.com | [JSC] Support optional catch binding |
blob | commitdiff | diff to current |
2017-07-13 |
ticaiolima@gmail.com | [ESnext] Implement Object Spread |
blob | commitdiff | diff to current |
2017-07-06 |
sbarati@apple.com | We are missing places where we invalidate the for-in... |
blob | commitdiff | diff to current |
2017-06-29 |
commit-queue@webki... | Unreviewed, rolling out r218512. |
blob | commitdiff | diff to current |
2017-06-28 |
ticaiolima@gmail.com | [ESnext] Implement Object Rest - Implementing Object... |
blob | commitdiff | diff to current |
2017-06-20 |
gskachkov@gmail.com | Revert changes in bug#160417 about extending `null... |
blob | commitdiff | diff to current |
2017-06-19 |
commit-queue@webki... | test262: Completion values for control flow do not... |
blob | commitdiff | diff to current |
2017-05-22 |
utatane.tea@gmail.com | [JSC] Make get_by_val & string "499" to number 499 |
blob | commitdiff | diff to current |
2017-05-18 |
fpizlo@apple.com | Constructor calls set this too early |
blob | commitdiff | diff to current |
2017-05-16 |
mark.lam@apple.com | Rolling out r214038 and r213697: Crashes when using... |
blob | commitdiff | diff to current |
2017-05-10 |
fpizlo@apple.com | Null pointer dereference in WTF::RefPtr<WTF::StringImpl... |
blob | commitdiff | diff to current |
2017-05-04 |
sbarati@apple.com | stress/call-apply-exponential-bytecode-size.js.no-llint... |
blob | commitdiff | diff to current |
2017-04-29 |
utatane.tea@gmail.com | [JSC] LabelScopePtr is not necessary |
blob | commitdiff | diff to current |
2017-04-25 |
commit-queue@webki... | test262: test262/test/language/expressions/object/metho... |
blob | commitdiff | diff to current |
2017-04-21 |
annulen@yandex.ru | Remove unused lamda captures |
blob | commitdiff | diff to current |
2017-04-18 |
sbarati@apple.com | JSTests: |
blob | commitdiff | diff to current |
2017-04-18 |
sbarati@apple.com | BytecodeGenerator ".call" and ".apply" is exponential... |
blob | commitdiff | diff to current |
2017-04-05 |
utatane.tea@gmail.com | [JSC] Generate TemplateObjects at linking time |
blob | commitdiff | diff to current |
2017-03-16 |
commit-queue@webki... | [ESnext] Implement Object Spread |
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-03-11 |
mark.lam@apple.com | JSC: BindingNode::bindValue doesn't increase the scope... |
blob | commitdiff | diff to current |
2017-03-10 |
commit-queue@webki... | [ESnext] Implement Object Rest - Implementing Object... |
blob | commitdiff | diff to current |
2017-02-16 |
utatane.tea@gmail.com | [JSC] Drop PassRefPtr in bytecompiler/ |
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-28 |
utatane.tea@gmail.com | Lift template escape sequence restrictions in tagged... |
blob | commitdiff | diff to current |
2017-01-20 |
gskachkov@gmail.com | Super property access in base class constructor doesn... |
blob | commitdiff | diff to current |
2017-01-19 |
gskachkov@gmail.com | "this" missing after await in async arrow function |
blob | commitdiff | diff to current |
2017-01-10 |
gskachkov@gmail.com | Calling async arrow function which is in a class's... |
blob | commitdiff | diff to current |
2017-01-09 |
utatane.tea@gmail.com | [JSC] Prototype dynamic-import |
blob | commitdiff | diff to current |
2016-12-22 |
mark.lam@apple.com | De-duplicate finally blocks. |
blob | commitdiff | diff to current |
2016-12-20 |
annulen@yandex.ru | Modernize for loops in JSC |
blob | commitdiff | diff to current |
2016-12-20 |
mark.lam@apple.com | Rolling out r209974 and r209952. They break some websit... |
blob | commitdiff | diff to current |
2016-12-20 |
mark.lam@apple.com | Rolling out r209974 and r209952. They break some websit... |
blob | commitdiff | diff to current |
2016-12-18 |
mark.lam@apple.com | Rename finallyActionRegister to completionTypeRegister... |
blob | commitdiff | diff to current |
2016-12-17 |
mark.lam@apple.com | JSTests: |
blob | commitdiff | diff to current |
2016-12-12 |
mark.lam@apple.com | Rename BytecodeGenerator's ControlFlowContext to Contro... |
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 |
caitp@igalia.com | [JSC] do not reference AwaitExpression Promises 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 |
2016-11-11 |
sbarati@apple.com | We should have a more concise way of determining when... |
blob | commitdiff | diff to current |
2016-11-10 |
utatane.tea@gmail.com | [JSC] Avoid cloned arguments allocation in ArrayPrototy... |
blob | commitdiff | diff to current |
2016-10-28 |
caitp@igalia.com | [JSC] implement runtime for async functions |
blob | commitdiff | diff to current |
2016-10-14 |
commit-queue@webki... | Exception message for expressions with multiple bracket... |
blob | commitdiff | diff to current |
2016-10-12 |
joepeck@webkit.org | Emit DebugHooks uniformly with pause locations instead... |
blob | commitdiff | diff to current |
2016-10-06 |
utatane.tea@gmail.com | [WebCore][JSC] Use new @throwTypeError and @throwRangeE... |
blob | commitdiff | diff to current |
2016-10-06 |
utatane.tea@gmail.com | [JSC] Add @throwXXXError bytecode intrinsic |
blob | commitdiff | diff to current |
2016-10-04 |
utatane.tea@gmail.com | REGRESSION (r206778): Release JSC test ChakraCore.yaml... |
blob | commitdiff | diff to current |
2016-10-04 |
utatane.tea@gmail.com | [JSC] Add a new byte code op_define_property instead... |
blob | commitdiff | diff to current |
2016-09-30 |
joepeck@webkit.org | Breakpoints on blank lines or comments don't break |
blob | commitdiff | diff to current |
2016-09-30 |
joepeck@webkit.org | Web Inspector: Stepping out of a function finishes... |
blob | commitdiff | diff to current |
2016-09-23 |
caitp@igalia.com | [JSC] Implement parsing of Async Functions |
blob | commitdiff | diff to current |
2016-09-23 |
commit-queue@webki... | [JSC] Use an inline cache to generate op_negate |
blob | commitdiff | diff to current |
2016-09-22 |
joepeck@webkit.org | Remove a bunch of unnecessary includes |
blob | commitdiff | diff to current |
2016-09-21 |
commit-queue@webki... | Inline function only used in one place |
blob | commitdiff | diff to current |
2016-09-19 |
utatane.tea@gmail.com | [JSC] Use is_cell_with_type for @isRegExpObject, @isMap... |
blob | commitdiff | diff to current |
2016-09-18 |
utatane.tea@gmail.com | [JSC] Do not need to use defineProperty to define metho... |
blob | commitdiff | diff to current |
2016-09-17 |
utatane.tea@gmail.com | [DFG] Introduce IsCellWithType node and unify IsJSArray... |
blob | commitdiff | diff to current |
2016-09-15 |
commit-queue@webki... | ASSERT_NOT_REACHED when using spread inside an array... |
blob | commitdiff | diff to current |
2016-09-14 |
commit-queue@webki... | TaggedTemplateString function calls should emit tail... |
blob | commitdiff | diff to current |
2016-08-25 |
utatane.tea@gmail.com | [DFG][FTL] Implement ES6 Generators in DFG / FTL |
blob | commitdiff | diff to current |
2016-08-24 |
gskachkov@gmail.com | 2016] Allow assignment in for-in head in not-strict... |
blob | commitdiff | diff to current |
2016-08-18 |
sbarati@apple.com | Make @Array(size) a bytecode intrinsic |
blob | commitdiff | diff to current |
2016-08-17 |
commit-queue@webki... | We allow assignments to const variables when in a for... |
blob | commitdiff | diff to current |
2016-08-15 |
joepeck@webkit.org | Reduce includes of Debugger.h |
blob | commitdiff | diff to current |
2016-08-12 |
commit-queue@webki... | Use StringBuilder::appendLiteral when possible don... |
blob | commitdiff | diff to current |
2016-08-03 |
sbarati@apple.com | Implement nested rest destructuring w.r.t the ES7 spec |
blob | commitdiff | diff to current |
2016-08-03 |
sbarati@apple.com | update a class extending null w.r.t the ES7 spec |
blob | commitdiff | diff to current |
2016-07-21 |
utatane.tea@gmail.com | [ES7] Introduce exponentiation expression |
blob | commitdiff | diff to current |
2016-07-08 |
mark.lam@apple.com | Move CallFrame header info from JSStack.h to CallFrame.h |
blob | commitdiff | diff to current |
2016-06-30 |
utatane.tea@gmail.com | [JSC] Implement isFinite / isNaN in JS and make DFG... |
blob | commitdiff | diff to current |
2016-06-29 |
sbarati@apple.com | We don't emit TDZ checks for call_eval |
blob | commitdiff | diff to current |
2016-06-24 |
commit-queue@webki... | Unreviewed, rolling out r202413. |
blob | commitdiff | diff to current |
2016-06-24 |
utatane.tea@gmail.com | [JSC] Implement isFinite / isNaN in JS and make DFG... |
blob | commitdiff | diff to current |
2016-06-21 |
keith_miller@apple.com | It should be easy to add a private global helper functi... |
blob | commitdiff | diff to current |
2016-06-21 |
commit-queue@webki... | Unreviewed, rolling out r202248. |
blob | commitdiff | diff to current |
2016-06-20 |
keith_miller@apple.com | It should be easy to add a private global helper functi... |
blob | commitdiff | diff to current |
2016-06-16 |
keith_miller@apple.com | Add support for Symbol.isConcatSpreadable (round 2) |
blob | commitdiff | diff to current |
2016-06-13 |
oliver@apple.com | DFG Validation fails when performing a concatenation... |
blob | commitdiff | diff to current |
next |