2017-12-21 |
utatane.tea@gmail.com | [JSC] Do not check isValid() in op_new_regexp |
blob | commitdiff |
2017-12-18 |
guijemont@igalia.com | Skip stress/call-apply-exponential-bytecode-size.js... |
blob | commitdiff | diff to current |
2017-12-18 |
utatane.tea@gmail.com | [FTL] NewArrayBuffer should be sinked if it is only... |
blob | commitdiff | diff to current |
2017-12-15 |
sbarati@apple.com | The CleanUp after LICM is erroneously removing a Check |
blob | commitdiff | diff to current |
2017-12-14 |
msaboff@apple.com | REGRESSION (r225695): Repro crash on yahoo login page |
blob | commitdiff | diff to current |
2017-12-14 |
keith_miller@apple.com | JSObjects should have a mask for loading indexed properties |
blob | commitdiff | diff to current |
2017-12-14 |
sbarati@apple.com | Arrow functions need their own structure because they... |
blob | commitdiff | diff to current |
2017-12-13 |
sbarati@apple.com | Fix how JSFunction handles "caller" and "arguments... |
blob | commitdiff | diff to current |
2017-12-13 |
sbarati@apple.com | TypeCheckHoistingPhase needs to emit a CheckStructureOr... |
blob | commitdiff | diff to current |
2017-12-13 |
sbarati@apple.com | We need to model effects of Spread(@PhantomCreateRest... |
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-13 |
sbarati@apple.com | ConstantFoldingPhase rule for GetMyArgumentByVal must... |
blob | commitdiff | diff to current |
2017-12-12 |
ticaiolima@gmail.com | [ESNext][BigInt] Implement BigInt literals and JSBigInt |
blob | commitdiff | diff to current |
2017-12-12 |
sbarati@apple.com | We need to disableCaching() in ErrorInstance when we... |
blob | commitdiff | diff to current |
2017-12-05 |
jfbastien@apple.com | WebAssembly: don't eagerly checksum |
blob | commitdiff | diff to current |
2017-12-04 |
jfbastien@apple.com | Proxy all functions, except the $ objects |
blob | commitdiff | diff to current |
2017-12-04 |
sbarati@apple.com | We need to leave room on the top of the stack for the... |
blob | commitdiff | diff to current |
2017-12-02 |
jfbastien@apple.com | Try proxying all function arguments |
blob | commitdiff | diff to current |
2017-12-02 |
jfbastien@apple.com | JavaScriptCore: missing exception checks in Math functi... |
blob | commitdiff | diff to current |
2017-12-02 |
jfbastien@apple.com | JavaScriptCore: add test for weird class static getters |
blob | commitdiff | diff to current |
2017-12-01 |
sbarati@apple.com | Having a bad time needs to handle ArrayClass indexing... |
blob | commitdiff | diff to current |
2017-12-01 |
jfbastien@apple.com | WebAssembly: restore cached stack limit after out-call |
blob | commitdiff | diff to current |
2017-12-01 |
jfbastien@apple.com | WebAssembly: improve stack trace |
blob | commitdiff | diff to current |
2017-11-30 |
mark.lam@apple.com | jsc shell's flashHeapAccess() should not do JS work... |
blob | commitdiff | diff to current |
2017-11-30 |
utatane.tea@gmail.com | [DFG][FTL] operationHasIndexedProperty does not conside... |
blob | commitdiff | diff to current |
2017-11-29 |
jfbastien@apple.com | Strict and sloppy functions shouldn't share structure |
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 |
jfbastien@apple.com | JavaScript rest function parameter with negative index... |
blob | commitdiff | diff to current |
2017-11-28 |
sbarati@apple.com | Spread can escape when CreateRest does not |
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 | [FTL] Support DeleteById and DeleteByVal |
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-24 |
mark.lam@apple.com | Move unsafe jsc shell test functions to the $vm object. |
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-21 |
utatane.tea@gmail.com | [JSC] Allow poly proto for intrinsic getters |
blob | commitdiff | diff to current |
2017-11-21 |
guijemont@igalia.com | Skip stress/unshiftCountSlowCase-correct-postCapacity... |
blob | commitdiff | diff to current |
2017-11-17 |
jfbastien@apple.com | WebAssembly JS API: throw when a promise can't be created |
blob | commitdiff | diff to current |
2017-11-17 |
utatane.tea@gmail.com | Unreviewed, mark regress-178385.js as memory exhausting |
blob | commitdiff | diff to current |
2017-11-17 |
ryanhaddad@apple.com | Mark test262/test/language/statements/class/definition... |
blob | commitdiff | diff to current |
2017-11-16 |
rmorisset@apple.com | REGRESSION (r224592): oss-fuzz: jsc: Null-dereference... |
blob | commitdiff | diff to current |
2017-11-14 |
utatane.tea@gmail.com | [DFG][FTL] Support Array::DirectArguments with OutOfBounds |
blob | commitdiff | diff to current |
2017-11-14 |
sbarati@apple.com | We need to set topCallFrame when calling Wasm::Memory... |
blob | commitdiff | diff to current |
2017-11-13 |
mark.lam@apple.com | Add more overflow check book-keeping for MarkedArgument... |
blob | commitdiff | diff to current |
2017-11-13 |
mark.lam@apple.com | Make the jsc shell loadGetterFromGetterSetter() functio... |
blob | commitdiff | diff to current |
2017-11-12 |
mark.lam@apple.com | We should ensure that operationStrCat2 and operationStr... |
blob | commitdiff | diff to current |
2017-11-08 |
sbarati@apple.com | A JSFunction's ObjectAllocationProfile should watch... |
blob | commitdiff | diff to current |
2017-11-08 |
ryanhaddad@apple.com | Mark test262.yaml/test262/test/language/statements... |
blob | commitdiff | diff to current |
2017-11-08 |
rmorisset@apple.com | Turn recursive tail calls into loops |
blob | commitdiff | diff to current |
2017-11-07 |
mark.lam@apple.com | AccessCase::generateImpl() should exclude the result... |
blob | commitdiff | diff to current |
2017-11-06 |
utatane.tea@gmail.com | JIT call inline caches should cache calls to objects... |
blob | commitdiff | diff to current |
2017-11-05 |
pvollan@apple.com | [Win] Skip stress/regress-178385.js. |
blob | commitdiff | diff to current |
2017-11-03 |
keith_miller@apple.com | Add test for ic with side effects |
blob | commitdiff | diff to current |
2017-11-03 |
mark.lam@apple.com | CachedCall (and its clients) needs overflow checks. |
blob | commitdiff | diff to current |
2017-11-03 |
msaboff@apple.com | DFG needs to handle code motion of code in for..in... |
blob | commitdiff | diff to current |
2017-11-02 |
fpizlo@apple.com | AI does not correctly model the clobber case of ArithClz32 |
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-27 |
msaboff@apple.com | REGRESSION(r222601): We fail to properly backtrack... |
blob | commitdiff | diff to current |
2017-10-26 |
mark.lam@apple.com | JSRopeString::RopeBuilder::append() should check for... |
blob | commitdiff | diff to current |
2017-10-26 |
ryanhaddad@apple.com | Unreviewed, rolling out r223961. |
blob | commitdiff | diff to current |
2017-10-25 |
commit-queue@webki... | Unreviewed, rolling out r223691 and r223729. |
blob | commitdiff | diff to current |
2017-10-25 |
ryanhaddad@apple.com | Mark test262.yaml/test262/test/language/statements... |
blob | commitdiff | diff to current |
2017-10-24 |
utatane.tea@gmail.com | [FTL] Support NewStringObject |
blob | commitdiff | diff to current |
2017-10-24 |
utatane.tea@gmail.com | [JSC] modules can be visited more than once when resolv... |
blob | commitdiff | diff to current |
2017-10-23 |
utatane.tea@gmail.com | [JSC] Use fastJoin in Array#toString |
blob | commitdiff | diff to current |
2017-10-23 |
zandobersek@gmail.com | stress/check-string-ident.js is improperly skipped |
blob | commitdiff | diff to current |
2017-10-20 |
mark.lam@apple.com | Add a test case for r214334. |
blob | commitdiff | diff to current |
2017-10-20 |
jfbastien@apple.com | WebAssembly: no VM / JS version of everything but Instance |
blob | commitdiff | diff to current |
2017-10-20 |
mark.lam@apple.com | Stringifier::appendStringifiedValue() is missing an... |
blob | commitdiff | diff to current |
2017-10-19 |
msaboff@apple.com | Test262: RegExp/property-escapes/generated/Emoji_Compon... |
blob | commitdiff | diff to current |
2017-10-19 |
rmorisset@apple.com | Turn recursive tail calls into loops |
blob | commitdiff | diff to current |
2017-10-19 |
mark.lam@apple.com | RegExpObject::defineOwnProperty() does not need to... |
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-13 |
utatane.tea@gmail.com | WebAssembly: Wasm functions should have either JSFuncti... |
blob | commitdiff | diff to current |
2017-10-12 |
fpizlo@apple.com | Enable gigacage on iOS |
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-12 |
sbarati@apple.com | Unreviewed. Actually skip certain type profiler tests... |
blob | commitdiff | diff to current |
2017-10-11 |
commit-queue@webki... | Unreviewed, rolling out r223113 and r223121. |
blob | commitdiff | diff to current |
2017-10-11 |
msaboff@apple.com | Disable test262 named capture group tests with direct... |
blob | commitdiff | diff to current |
2017-10-11 |
ticaiolima@gmail.com | Object properties are undefined in super.call() but... |
blob | commitdiff | diff to current |
2017-10-10 |
sbarati@apple.com | The prototype cache should be aware of the Executable... |
blob | commitdiff | diff to current |
2017-10-10 |
utatane.tea@gmail.com | `async` should be able to be used as an imported bindin... |
blob | commitdiff | diff to current |
2017-10-10 |
fpizlo@apple.com | Enable gigacage on iOS |
blob | commitdiff | diff to current |
2017-10-09 |
msaboff@apple.com | Implement RegExp Unicode property escapes |
blob | commitdiff | diff to current |
2017-10-09 |
commit-queue@webki... | Unreviewed, rolling out r223015 and r223025. |
blob | commitdiff | diff to current |
2017-10-09 |
ryanhaddad@apple.com | Update expectations for test262 tests that pass after... |
blob | commitdiff | diff to current |
2017-10-09 |
ryanhaddad@apple.com | Unreviewed, rolling out r223022. |
blob | commitdiff | diff to current |
2017-10-09 |
sbarati@apple.com | 3 poly-proto JSC tests timing out on debug after r222827 |
blob | commitdiff | diff to current |
2017-10-09 |
gskachkov@gmail.com | Safari 10 /11 problem with if (!await get(something)). |
blob | commitdiff | diff to current |
2017-10-09 |
sbarati@apple.com | Unreviewed. Make some type profiler tests run for less... |
blob | commitdiff | diff to current |
2017-10-07 |
utatane.tea@gmail.com | `async` should be able to be used as an imported bindin... |
blob | commitdiff | diff to current |
2017-10-07 |
fpizlo@apple.com | Enable gigacage on iOS |
blob | commitdiff | diff to current |
2017-10-06 |
ryanhaddad@apple.com | Unreviewed, rolling out r222791 and r222873. |
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-05 |
utatane.tea@gmail.com | [JSC] Introduce import.meta |
blob | commitdiff | diff to current |
next |