2016-10-11 |
sbarati@apple.com | ValueAdd should be constant folded if the operands... |
tree | commitdiff |
2016-10-10 |
sbarati@apple.com | compileCheckStringIdent in the FTL is wrong |
tree | commitdiff |
2016-10-08 |
mark.lam@apple.com | Object.freeze() and seal() should throw if [[PreventExt... |
tree | commitdiff |
2016-10-06 |
utatane.tea@gmail.com | [DOMJIT] Add initial CheckDOM and CallDOM implementations |
tree | commitdiff |
2016-10-05 |
sbarati@apple.com | String.prototype.toLowerCase should be a DFG/FTL intrinsic |
tree | commitdiff |
2016-10-04 |
jfbastien@apple.com | WebAssembly: handle a few corner cases |
tree | commitdiff |
2016-10-03 |
jfbastien@apple.com | Auto-generate WASMOps.h, share with testing JSON file |
tree | commitdiff |
2016-10-03 |
sbarati@apple.com | MapHash should speculate on the type of its child node |
tree | commitdiff |
2016-10-03 |
utatane.tea@gmail.com | [ES6] GeneratorFunction (a.k.a. GeneratorWrapperFunctio... |
tree | commitdiff |
2016-10-01 |
utatane.tea@gmail.com | [ES6] Align attributes of Generator related properties... |
tree | commitdiff |
2016-10-01 |
utatane.tea@gmail.com | [ES6] GeneratorFunction constructor should instantiate... |
tree | commitdiff |
2016-09-30 |
sbarati@apple.com | Arrow functions should not allow duplicate parameter... |
tree | commitdiff |
2016-09-30 |
sbarati@apple.com | Make some microbenchmarks run for less time. |
tree | commitdiff |
2016-09-29 |
joepeck@webkit.org | Arrow functions do not infer name from computed propert... |
tree | commitdiff |
2016-09-29 |
mark.lam@apple.com | Break some slow running tests into smaller bits so... |
tree | commitdiff |
2016-09-29 |
commit-queue@webki... | test262: class and function names should be inferred... |
tree | commitdiff |
2016-09-29 |
sbarati@apple.com | We don't properly propagate non-simple-parameter-list... |
tree | commitdiff |
2016-09-29 |
sbarati@apple.com | stringProtoFuncRepeatCharacter will return `null` when... |
tree | commitdiff |
2016-09-27 |
fpizlo@apple.com | B3::lowerMacros forgets to before->updatePredecessorsAf... |
tree | commitdiff |
2016-09-26 |
commit-queue@webki... | Skip stress/string-joining-long-strings-should-not... |
tree | commitdiff |
2016-09-24 |
caitp@igalia.com | [JSTests] fix test262 expectations following r206333 |
tree | commitdiff |
2016-09-23 |
caitp@igalia.com | [JSC] add //@ skip line for JSTests/stress/async-await... |
tree | commitdiff |
2016-09-23 |
caitp@igalia.com | [JSC] Implement parsing of Async Functions |
tree | commitdiff |
2016-09-23 |
ryanhaddad@apple.com | Unreviewed, rolling out r206317. |
tree | commitdiff |
2016-09-23 |
ossy@webkit.org | Skip mozilla-tests.yaml/js1_5/Array/regress-157652... |
tree | commitdiff |
2016-09-23 |
ossy@webkit.org | Skip stress/string-joining-long-strings-should-not... |
tree | commitdiff |
2016-09-23 |
commit-queue@webki... | [JSC] Use an inline cache to generate op_negate |
tree | commitdiff |
2016-09-22 |
mark.lam@apple.com | Array.prototype.join should do overflow checks on strin... |
tree | commitdiff |
2016-09-22 |
commit-queue@webki... | test262: Function length should be number of parameters... |
tree | commitdiff |
2016-09-20 |
commit-queue@webki... | [JSC] Do not use EagerRun on tests counting recompilation |
tree | commitdiff |
2016-09-20 |
fpizlo@apple.com | Make MarkedBlock state tracking support overlapped... |
tree | commitdiff |
2016-09-20 |
sbarati@apple.com | JSTests: |
tree | commitdiff |
2016-09-20 |
utatane.tea@gmail.com | [JSC] Add `typeof value === "symbol"` handling to bytec... |
tree | commitdiff |
2016-09-20 |
sbarati@apple.com | Make HasOwnProperty faster |
tree | commitdiff |
2016-09-20 |
commit-queue@webki... | [JSC] Make the rounding-related nodes support any type |
tree | commitdiff |
2016-09-18 |
utatane.tea@gmail.com | [JSC] Do not need to use defineProperty to define metho... |
tree | commitdiff |
2016-09-17 |
utatane.tea@gmail.com | [DFG] Introduce IsCellWithType node and unify IsJSArray... |
tree | commitdiff |
2016-09-17 |
utatane.tea@gmail.com | Unreviewed, gardening test262 results |
tree | commitdiff |
2016-09-16 |
commit-queue@webki... | test262: Various Constructors length properties should... |
tree | commitdiff |
2016-09-15 |
commit-queue@webki... | Unreviewed, rolling out r205931. |
tree | commitdiff |
2016-09-15 |
commit-queue@webki... | test262: Should be a SyntaxError for duplicate paramete... |
tree | commitdiff |
2016-09-15 |
commit-queue@webki... | ASSERT_NOT_REACHED when using spread inside an array... |
tree | commitdiff |
2016-09-14 |
msaboff@apple.com | YARR doesn't check for invalid flags for literal regula... |
tree | commitdiff |
2016-09-14 |
commit-queue@webki... | test262: TypedArray constructors length should be 3... |
tree | commitdiff |
2016-09-14 |
commit-queue@webki... | [JSC] Make the rounding-related nodes support any type |
tree | commitdiff |
2016-09-14 |
commit-queue@webki... | TaggedTemplateString function calls should emit tail... |
tree | commitdiff |
2016-09-14 |
commit-queue@webki... | test262: Array.prototype.slice should always set length |
tree | commitdiff |
2016-09-13 |
jfbastien@apple.com | Support jsc shell builtin `read` |
tree | commitdiff |
2016-09-13 |
gskachkov@gmail.com | ES6: Classes: Should be allowed to create a static... |
tree | commitdiff |
2016-09-13 |
sbarati@apple.com | Speed up Function.prototype.bind a bit by making it... |
tree | commitdiff |
2016-09-13 |
sbarati@apple.com | HashMapImpl should take into account m_deleteCount... |
tree | commitdiff |
2016-09-12 |
utatane.tea@gmail.com | Unreviewed, fix tests for different libm environments |
tree | commitdiff |
2016-09-12 |
commit-queue@webki... | [JSC] Use GetArrayLength for JSArray.length even when... |
tree | commitdiff |
2016-09-12 |
utatane.tea@gmail.com | [DFG][FTL] Add ArithTan |
tree | commitdiff |
2016-09-12 |
sbarati@apple.com | MapHash should do constant folding when it has a consta... |
tree | commitdiff |
2016-09-12 |
msaboff@apple.com | JSC test timeout: ChakraCore.yaml/ChakraCore/test/Bugs... |
tree | commitdiff |
2016-09-10 |
msaboff@apple.com | Unreviewed, rolling r205759 back in with a fix. |
tree | commitdiff |
2016-09-09 |
msaboff@apple.com | Disable three flakey Chakra Tests |
tree | commitdiff |
2016-09-08 |
sbarati@apple.com | We should inline operationConvertJSValueToBoolean into... |
tree | commitdiff |
2016-09-08 |
mark.lam@apple.com | REGRESSION (r205569?): 32-bit JSC test timeout: stress... |
tree | commitdiff |
2016-09-08 |
commit-queue@webki... | Delete older WebAssembly tests |
tree | commitdiff |
2016-09-08 |
pvollan@apple.com | [Win] Exception fuzz tests fail |
tree | commitdiff |
2016-09-07 |
sbarati@apple.com | ProxyObject's structure should not have ObjectPrototype... |
tree | commitdiff |
2016-09-06 |
sbarati@apple.com | Make JSMap and JSSet faster |
tree | commitdiff |
2016-09-06 |
commit-queue@webki... | [JSC] Make ArithClz32 work with Cell arguments |
tree | commitdiff |
2016-09-06 |
ryanhaddad@apple.com | Unreviewed, rolling out r205504. |
tree | commitdiff |
2016-09-06 |
sbarati@apple.com | Make JSMap and JSSet faster |
tree | commitdiff |
2016-09-06 |
fpizlo@apple.com | Butterflies should be allocated in Auxiliary MarkedSpac... |
tree | commitdiff |
2016-09-03 |
msaboff@apple.com | Unreviewed fix after importing Chakra test |
tree | commitdiff |
2016-09-03 |
msaboff@apple.com | Import Chakra tests to JSC |
tree | commitdiff |
2016-09-01 |
commit-queue@webki... | GetByIdWithThis/GetByValWithThis should have ValueProfi... |
tree | commitdiff |
2016-09-01 |
benjamin@webkit.org | arith-abs-on-various-types.js is flaky |
tree | commitdiff |
2016-09-01 |
fpizlo@apple.com | ObjectAllocationSinkingPhase::insertOSRHintsForUpdate... |
tree | commitdiff |
2016-08-31 |
utatane.tea@gmail.com | stress/random-53bit.js.ftl-no-cjit-no-inline-validate... |
tree | commitdiff |
2016-08-29 |
commit-queue@webki... | [JSC] Improve ArithAbs with polymorphic input |
tree | commitdiff |
2016-08-27 |
benjamin@webkit.org | [JSC] Implement CompareStrictEq(String, Untyped) in FTL |
tree | commitdiff |
2016-08-26 |
utatane.tea@gmail.com | [ES6] newPromiseCapabilities should check the given... |
tree | commitdiff |
2016-08-26 |
keith_miller@apple.com | toString called on proxies returns incorrect tag |
tree | commitdiff |
2016-08-25 |
commit-queue@webki... | [JSC] Clean up the abstract interpreter for cos/sin... |
tree | commitdiff |
2016-08-25 |
utatane.tea@gmail.com | [DFG][FTL] Implement ES6 Generators in DFG / FTL |
tree | commitdiff |
2016-08-25 |
commit-queue@webki... | TryGetById should have a ValueProfile so that it can... |
tree | commitdiff |
2016-08-25 |
commit-queue@webki... | NewRegexp should not prevent inlining |
tree | commitdiff |
2016-08-25 |
benjamin@webkit.org | [JSC] Make FRound work with any type |
tree | commitdiff |
2016-08-24 |
fpizlo@apple.com | Unreviewed, roll out r204901, r204897, r204866, r204856... |
tree | commitdiff |
2016-08-24 |
gskachkov@gmail.com | 2016] Allow assignment in for-in head in not-strict... |
tree | commitdiff |
2016-08-24 |
benjamin@webkit.org | [JSC] Make ArithLog works with any type |
tree | commitdiff |
2016-08-23 |
sbarati@apple.com | JSC should have a "microbenchmarks" directory instead... |
tree | commitdiff |
2016-08-23 |
keith_miller@apple.com | %TypedArray%.prototype.slice needs to check that the... |
tree | commitdiff |
2016-08-23 |
fpizlo@apple.com | Butterflies should be allocated in Auxiliary MarkedSpac... |
tree | commitdiff |
2016-08-23 |
keith_miller@apple.com | Update/add new test262 tests |
tree | commitdiff |
2016-08-23 |
commit-queue@webki... | [JSC] Make Math.cos() and Math.sin() work with any... |
tree | commitdiff |
2016-08-23 |
utatane.tea@gmail.com | [ES6] Module namespace object's Symbol.iterator method... |
tree | commitdiff |
2016-08-23 |
utatane.tea@gmail.com | [ES6] Modules' `export default function/class` should... |
tree | commitdiff |
2016-08-22 |
utatane.tea@gmail.com | [ES6] Module should not allow HTML comments |
tree | commitdiff |
2016-08-22 |
utatane.tea@gmail.com | [DFG] Should not fixup AnyIntUse in 32_64 |
tree | commitdiff |
2016-08-21 |
utatane.tea@gmail.com | Unreviewed, rolling out r204697 |
tree | commitdiff |
2016-08-21 |
utatane.tea@gmail.com | [DFG] Should not fixup AnyIntUse in 32_64 |
tree | commitdiff |
2016-08-20 |
commit-queue@webki... | [JSC] ArithSqrt should work with any argument type |
tree | commitdiff |
2016-08-19 |
commit-queue@webki... | Make custom Error properties (line, column, sourceURL... |
tree | commitdiff |
2016-08-18 |
mark.lam@apple.com | ScopedArguments is using the wrong owner object for... |
tree | commitdiff |
next |