2018-12-11 |
mark.lam@apple.com | PropertyAttribute needs a CustomValue bit. |
blob | commitdiff |
2018-12-10 |
ticaiolima@gmail.com | [BigInt] Add ValueMul into DFG |
blob | commitdiff | diff to current |
2018-12-06 |
keith_miller@apple.com | stress/big-wasm-memory tests failing on 32-bit JSC bot |
blob | commitdiff | diff to current |
2018-12-06 |
mark.lam@apple.com | speculationFromCell() should speculate non-Identifier... |
blob | commitdiff | diff to current |
2018-12-05 |
mark.lam@apple.com | DFG's StrengthReduction phase should not reduce Constru... |
blob | commitdiff | diff to current |
2018-12-04 |
ticaiolima@gmail.com | [ESNext][BigInt] Support logic operations |
blob | commitdiff | diff to current |
2018-12-04 |
ryanhaddad@apple.com | Unreviewed, rolling out r238833. |
blob | commitdiff | diff to current |
2018-12-04 |
ticaiolima@gmail.com | [ESNext][BigInt] Support logic operations |
blob | commitdiff | diff to current |
2018-12-02 |
ticaiolima@gmail.com | [ESNext][BigInt] Implement support for "<<" and ">>" |
blob | commitdiff | diff to current |
2018-11-30 |
dino@apple.com | Add first-class support for .mjs files in jsc binary |
blob | commitdiff | diff to current |
2018-11-30 |
ticaiolima@gmail.com | [BigInt] Implement ValueBitXor into DFG |
blob | commitdiff | diff to current |
2018-11-28 |
sbarati@apple.com | r238510 broke scopes of size zero |
blob | commitdiff | diff to current |
2018-11-27 |
mark.lam@apple.com | [Re-landing] NaNs read from Wasm code needs to be be... |
blob | commitdiff | diff to current |
2018-11-27 |
ryanhaddad@apple.com | Unreviewed, rolling out r238509. |
blob | commitdiff | diff to current |
2018-11-27 |
ticaiolima@gmail.com | Re-introduce op_bitnot |
blob | commitdiff | diff to current |
2018-11-26 |
sbarati@apple.com | InPlaceAbstractState::endBasicBlock rule for SetLocal... |
blob | commitdiff | diff to current |
2018-11-26 |
sbarati@apple.com | Object allocation sinking phase needs to iterate each... |
blob | commitdiff | diff to current |
2018-11-26 |
mark.lam@apple.com | NaNs read from Wasm code needs to be be purified. |
blob | commitdiff | diff to current |
2018-11-26 |
msaboff@apple.com | 32-bit JSC test failure: stress/regexp-compile-oom.js |
blob | commitdiff | diff to current |
2018-11-26 |
tzagallo@apple.com | ASSERTION FAILED: m_outOfLineJumpTargets.contains(bytec... |
blob | commitdiff | diff to current |
2018-11-22 |
sbarati@apple.com | DFGSpeculativeJIT should not &= exitOK with mayExit... |
blob | commitdiff | diff to current |
2018-11-22 |
sbarati@apple.com | Fix assertion in KnownCellUse inside SpeculativeJIT... |
blob | commitdiff | diff to current |
2018-11-22 |
mark.lam@apple.com | Creating a wasm memory that is bigger than the ArrayBuf... |
blob | commitdiff | diff to current |
2018-11-21 |
ticaiolima@gmail.com | [BigInt] JSBigInt::createWithLength should throw when... |
blob | commitdiff | diff to current |
2018-11-21 |
mark.lam@apple.com | Remove invalid assertion in VMTraps::SignalSender's... |
blob | commitdiff | diff to current |
2018-11-21 |
dinfuehr@igalia.com | Enable JIT on ARM/Linux |
blob | commitdiff | diff to current |
2018-11-21 |
sbarati@apple.com | Merging an IC variant may lead to the IC status contain... |
blob | commitdiff | diff to current |
2018-11-20 |
mark.lam@apple.com | globalFuncImportModule() should return a promise when... |
blob | commitdiff | diff to current |
2018-11-19 |
guijemont@igalia.com | Skip new memory-hungry tests on memory limited devices |
blob | commitdiff | diff to current |
2018-11-18 |
yusukesuzuki@slows... | Unreviewed, rolling in the rest of r237254 |
blob | commitdiff | diff to current |
2018-11-17 |
fpizlo@apple.com | All users of ArrayBuffer should agree on the same max... |
blob | commitdiff | diff to current |
2018-11-17 |
fpizlo@apple.com | Unreviewed, make some more tests not crash my computer... |
blob | commitdiff | diff to current |
2018-11-16 |
fpizlo@apple.com | Unreviewed, make some tests not crash my computer by... |
blob | commitdiff | diff to current |
2018-11-16 |
sbarati@apple.com | KnownCellUse should also have SpecCellCheck as its... |
blob | commitdiff | diff to current |
2018-11-16 |
tzagallo@apple.com | Fix assertion failure on BytecodeGenerator::recordOpcode |
blob | commitdiff | diff to current |
2018-11-16 |
mark.lam@apple.com | RegExpObject's collectMatches should not be using JSArr... |
blob | commitdiff | diff to current |
2018-11-16 |
mark.lam@apple.com | RegExp operations should not take fast patch if lastInd... |
blob | commitdiff | diff to current |
2018-11-14 |
sbarati@apple.com | TypeProfileLog::processLogEntries should stash away... |
blob | commitdiff | diff to current |
2018-11-14 |
ryanhaddad@apple.com | Unreviewed, rolling out r238132. |
blob | commitdiff | diff to current |
2018-11-13 |
mark.lam@apple.com | Add OOM detection to StringPrototype's substituteBackre... |
blob | commitdiff | diff to current |
2018-11-13 |
mark.lam@apple.com | LLIntSlowPath's llint_loop_osr and llint_replace should... |
blob | commitdiff | diff to current |
2018-11-13 |
ticaiolima@gmail.com | [BigInt] JSBigInt::createWithLength should throw when... |
blob | commitdiff | diff to current |
2018-11-08 |
ross.kirsling@sony.com | U+180E is no longer a whitespace character |
blob | commitdiff | diff to current |
2018-11-08 |
ticaiolima@gmail.com | [BigInt] Add support to BigInt into ValueAdd |
blob | commitdiff | diff to current |
2018-11-07 |
tzagallo@apple.com | REGRESSION(r237547): Test failures on 32-bit JSC since... |
blob | commitdiff | diff to current |
2018-11-06 |
msaboff@apple.com | Multiple stress/regexp-compile-oom.js tests are failing... |
blob | commitdiff | diff to current |
2018-11-05 |
msaboff@apple.com | Unreviewed build fix for linux. |
blob | commitdiff | diff to current |
2018-11-03 |
msaboff@apple.com | Rolling in r237753 with unreviewed build fix. |
blob | commitdiff | diff to current |
2018-11-02 |
ryanhaddad@apple.com | Unreviewed, rolling out r237753. |
blob | commitdiff | diff to current |
2018-11-02 |
msaboff@apple.com | Running out of stack space not properly handled in... |
blob | commitdiff | diff to current |
2018-11-01 |
guijemont@igalia.com | Skip tests on arm/mips that time out now we're running... |
blob | commitdiff | diff to current |
2018-10-31 |
tzagallo@apple.com | REGRESSION(r237547): Exception handlers should be aware... |
blob | commitdiff | diff to current |
2018-10-30 |
mark.lam@apple.com | Correctly detect string overflow when using the 'Functi... |
blob | commitdiff | diff to current |
2018-10-29 |
tzagallo@apple.com | Add support for GetStack FlushedDouble |
blob | commitdiff | diff to current |
2018-10-29 |
tzagallo@apple.com | New bytecode format for JSC |
blob | commitdiff | diff to current |
2018-10-26 |
commit-queue@webki... | Unreviewed, rolling out r237479 and r237484. |
blob | commitdiff | diff to current |
2018-10-26 |
tzagallo@apple.com | New bytecode format for JSC |
blob | commitdiff | diff to current |
2018-10-26 |
mark.lam@apple.com | Fix missing edge cases with JSGlobalObjects having... |
blob | commitdiff | diff to current |
2018-10-22 |
mark.lam@apple.com | DFGAbstractValue::m_arrayModes expects IndexingMode... |
blob | commitdiff | diff to current |
2018-10-22 |
mark.lam@apple.com | DFGAbstractValue::m_arrayModes expects IndexingMode... |
blob | commitdiff | diff to current |
2018-10-19 |
commit-queue@webki... | Unreviewed, rolling out r237254. |
blob | commitdiff | diff to current |
2018-10-19 |
sbarati@apple.com | vmCall should check if we exit before emitting an OSR... |
blob | commitdiff | diff to current |
2018-10-19 |
ticaiolima@gmail.com | [ESNext][BigInt] Implement support for "^" |
blob | commitdiff | diff to current |
2018-10-19 |
ticaiolima@gmail.com | [BigInt] Add ValueSub into DFG |
blob | commitdiff | diff to current |
2018-10-18 |
yusukesuzuki@slows... | [JSC] JSC should have "parseFunction" to optimize Funct... |
blob | commitdiff | diff to current |
2018-10-18 |
commit-queue@webki... | Unreviewed, rolling out r237242. |
blob | commitdiff | diff to current |
2018-10-18 |
keith_miller@apple.com | JSTests: |
blob | commitdiff | diff to current |
2018-10-18 |
ticaiolima@gmail.com | [BigInt] Add ValueSub into DFG |
blob | commitdiff | diff to current |
2018-10-16 |
dinfuehr@igalia.com | [JSC] stress/array-prototype-concat-of-long-spliced... |
blob | commitdiff | diff to current |
2018-10-16 |
guijemont@igalia.com | Skip stress/array-prototype-concat-of-long-spliced... |
blob | commitdiff | diff to current |
2018-10-15 |
sbarati@apple.com | Emit fjcvtzs on ARM64E on Darwin |
blob | commitdiff | diff to current |
2018-10-15 |
sbarati@apple.com | JSArray::shiftCountWithArrayStorage is wrong when an... |
blob | commitdiff | diff to current |
2018-10-15 |
commit-queue@webki... | Unreviewed, rolling out r237054. |
blob | commitdiff | diff to current |
2018-10-15 |
yusukesuzuki@slows... | [JSC] JSON.stringify can accept call-with-no-arguments |
blob | commitdiff | diff to current |
2018-10-11 |
yusukesuzuki@slows... | [JSC] JSC should have "parseFunction" to optimize Funct... |
blob | commitdiff | diff to current |
2018-10-10 |
guijemont@igalia.com | Skip JSC test stress/sampling-profiler-richards.js... |
blob | commitdiff | diff to current |
2018-10-07 |
ticaiolima@gmail.com | [ESNext][BigInt] Implement support for "|" |
blob | commitdiff | diff to current |
2018-10-05 |
commit-queue@webki... | Skip test on systems with limited memory |
blob | commitdiff | diff to current |
2018-10-04 |
sbarati@apple.com | lowXYZ in FTLLower should always filter the type of... |
blob | commitdiff | diff to current |
2018-10-03 |
mark.lam@apple.com | Make string MaxLength for all WTF and JS strings consis... |
blob | commitdiff | diff to current |
2018-10-02 |
ticaiolima@gmail.com | [BigInt] BigInt.proptotype.toString is broken when... |
blob | commitdiff | diff to current |
2018-10-02 |
mark.lam@apple.com | Function.toString() should also copy the source code... |
blob | commitdiff | diff to current |
2018-10-01 |
commit-queue@webki... | Split NaN-check into separate test |
blob | commitdiff | diff to current |
2018-10-01 |
commit-queue@webki... | Unreviewed, rolling out r236647. |
blob | commitdiff | diff to current |
2018-09-30 |
ticaiolima@gmail.com | [BigInt] BigInt.proptotype.toString is broken when... |
blob | commitdiff | diff to current |
2018-09-29 |
ticaiolima@gmail.com | [ESNext][BigInt] Implement support for "&" |
blob | commitdiff | diff to current |
2018-09-28 |
ross.kirsling@sony.com | JSC test stress/jsc-read.js doesn't support CRLF |
blob | commitdiff | diff to current |
2018-09-28 |
sbarati@apple.com | Verify the contents of AssemblerBuffer on arm64e |
blob | commitdiff | diff to current |
2018-09-27 |
commit-queue@webki... | Disable test without LLInt on ARMv7 |
blob | commitdiff | diff to current |
2018-09-26 |
keith_miller@apple.com | We should zero unused property storage when rebalancing... |
blob | commitdiff | diff to current |
2018-09-26 |
yusukesuzuki@slows... | [JSC] Optimize Array#lastIndexOf |
blob | commitdiff | diff to current |
2018-09-26 |
sbarati@apple.com | Calls to baselineCodeBlockForOriginAndBaselineCodeBlock... |
blob | commitdiff | diff to current |
2018-09-24 |
sbarati@apple.com | Array.prototype.indexOf fast path needs to ensure the... |
blob | commitdiff | diff to current |
2018-09-24 |
sbarati@apple.com | ArgumentsEliminationPhase should snip basic blocks... |
blob | commitdiff | diff to current |
2018-09-22 |
sbarati@apple.com | The sampling should not use Strong<CodeBlock> in its... |
blob | commitdiff | diff to current |
2018-09-20 |
yusukesuzuki@slows... | [JSC] Optimize Array#indexOf in C++ runtime |
blob | commitdiff | diff to current |
2018-09-19 |
sbarati@apple.com | AI rule for MultiPutByOffset executes its effects in... |
blob | commitdiff | diff to current |
2018-09-19 |
mark.lam@apple.com | Ensure that ForInContexts are invalidated if their... |
blob | commitdiff | diff to current |
2018-09-17 |
sbarati@apple.com | We must convert ProfileType to CheckStructureOrEmpty... |
blob | commitdiff | diff to current |
2018-09-14 |
sbarati@apple.com | Don't dump OSRAvailabilityData in Graph::dump because... |
blob | commitdiff | diff to current |
next |