2019-08-01 |
keith_miller@apple.com | Fix bug in testMulImm32SignExtend |
blob | commitdiff |
2019-08-01 |
mark.lam@apple.com | Rename DOMJIT safe/unsafeFunction to functionWithTypeCh... |
blob | commitdiff | diff to current |
2019-08-01 |
commit-queue@webki... | Begin organizing b3 tests |
blob | commitdiff | diff to current |
2019-08-01 |
drousso@apple.com | Web Inspector: Debugger: support emulateUserGesture... |
blob | commitdiff | diff to current |
2019-08-01 |
achristensen@apple.com | Split testb3 into multiple files |
blob | commitdiff | diff to current |
2019-07-31 |
ysuzuki@apple.com | [JSC] Emit write barrier after storing instead of befor... |
blob | commitdiff | diff to current |
2019-07-31 |
ysuzuki@apple.com | [JSC] Make StructureChain less-tricky by using Auxiliar... |
blob | commitdiff | diff to current |
2019-07-29 |
ysuzuki@apple.com | [JSC] Increment bytecode age only when SlotVisitor... |
blob | commitdiff | diff to current |
2019-07-29 |
commit-queue@webki... | Unreviewed, rolling out r247886. |
blob | commitdiff | diff to current |
2019-07-27 |
justin_michaud@app... | [X86] Emit BT instruction for shift + mask in B3 |
blob | commitdiff | diff to current |
2019-07-27 |
ysuzuki@apple.com | [JSC] Potential GC fix for JSPropertyNameEnumerator |
blob | commitdiff | diff to current |
2019-07-27 |
mark.lam@apple.com | Add crash diagnostics for debugging unexpected zapped... |
blob | commitdiff | diff to current |
2019-07-26 |
ysuzuki@apple.com | [JSC] Use unalignedLoad for JSRopeString fiber accesses |
blob | commitdiff | diff to current |
2019-07-25 |
ross.kirsling@sony.com | Legacy numeric literals should not permit separators... |
blob | commitdiff | diff to current |
2019-07-25 |
ysuzuki@apple.com | Unreviewed, build fix due to C++17's std::invoke_result_t |
blob | commitdiff | diff to current |
2019-07-25 |
ysuzuki@apple.com | [JSC] Ensure PackedCellPtr only takes non-large-allocat... |
blob | commitdiff | diff to current |
2019-07-25 |
ysuzuki@apple.com | [JSC] Make visitChildren implementation more idiomatic |
blob | commitdiff | diff to current |
2019-07-25 |
ross.kirsling@sony.com | [ESNext] Implement nullish coalescing |
blob | commitdiff | diff to current |
2019-07-25 |
commit-queue@webki... | Three checks are missing in Proxy internal methods |
blob | commitdiff | diff to current |
2019-07-25 |
mark.lam@apple.com | Remove some unused code. |
blob | commitdiff | diff to current |
2019-07-24 |
mark.lam@apple.com | performJITMemcpy should be PACed with a non-zero divers... |
blob | commitdiff | diff to current |
2019-07-24 |
drousso@apple.com | Web Inspector: print the target of `console.screenshot... |
blob | commitdiff | diff to current |
2019-07-23 |
justin_michaud@app... | Sometimes we miss removable CheckInBounds |
blob | commitdiff | diff to current |
2019-07-23 |
ysuzuki@apple.com | [bmalloc] Each IsoPage gets 1MB VA because VMHeap:... |
blob | commitdiff | diff to current |
2019-07-23 |
sbarati@apple.com | Turn off Wasm fast memory on iOS |
blob | commitdiff | diff to current |
2019-07-22 |
ross.kirsling@sony.com | Unreviewed non-unified build fix. |
blob | commitdiff | diff to current |
2019-07-22 |
ysuzuki@apple.com | [JSC] Make DFG Local CSE and AI conservative for huge... |
blob | commitdiff | diff to current |
2019-07-22 |
commit-queue@webki... | Need to skip test cache directory data vault for non... |
blob | commitdiff | diff to current |
2019-07-17 |
graouts@webkit.org | Disable Pointer Events prior to watchOS 6 |
blob | commitdiff | diff to current |
2019-07-17 |
keith_miller@apple.com | Force useLLInt to true on arm64_32 |
blob | commitdiff | diff to current |
2019-07-17 |
chris.reid@sony.com | Bytecode cache should use FileSystem |
blob | commitdiff | diff to current |
2019-07-17 |
mark.lam@apple.com | ArgumentsEliminationPhase should insert KillStack nodes... |
blob | commitdiff | diff to current |
2019-07-17 |
commit-queue@webki... | Unreviewed, rolling out r247505. |
blob | commitdiff | diff to current |
2019-07-17 |
chris.reid@sony.com | Bytecode cache should use FileSystem |
blob | commitdiff | diff to current |
2019-07-16 |
commit-queue@webki... | [GTK] Fix a build warning in JavaScriptCore/API/tests... |
blob | commitdiff | diff to current |
2019-07-16 |
keith_miller@apple.com | JSGlobalObject type macros should support feature flags... |
blob | commitdiff | diff to current |
2019-07-16 |
keith_miller@apple.com | A Possible Issue of Object.create method |
blob | commitdiff | diff to current |
2019-07-16 |
commit-queue@webki... | Keyword lookup can use memcmp to get around unaligned... |
blob | commitdiff | diff to current |
2019-07-15 |
ysuzuki@apple.com | [JSC] Improve wasm wpt test results by fixing miscellan... |
blob | commitdiff | diff to current |
2019-07-15 |
mcatanzaro@igalia.com | Unreviewed, rolling out r247440. |
blob | commitdiff | diff to current |
2019-07-15 |
ysuzuki@apple.com | [JSC] Improve wasm wpt test results by fixing miscellan... |
blob | commitdiff | diff to current |
2019-07-15 |
youenn@apple.com | Enable a debug WebRTC mode without any encryption |
blob | commitdiff | diff to current |
2019-07-15 |
ryanhaddad@apple.com | Unreviewed, attempt to fix production builds after... |
blob | commitdiff | diff to current |
2019-07-15 |
tzagallo@apple.com | Concurrent GC should not rely on current phase to deter... |
blob | commitdiff | diff to current |
2019-07-12 |
keith_miller@apple.com | Add API to get all the dependencies of a given JSScript |
blob | commitdiff | diff to current |
2019-07-12 |
justin_michaud@app... | B3 should reduce (integer) Sub(Neg(x), y) to Neg(Add... |
blob | commitdiff | diff to current |
2019-07-12 |
ticaiolima@gmail.com | [BigInt] Add ValueBitLShift into DFG |
blob | commitdiff | diff to current |
2019-07-12 |
keith_miller@apple.com | getIndexQuickly should be const |
blob | commitdiff | diff to current |
2019-07-11 |
justin_michaud@app... | Add b3 macro lowering for CheckMul on arm64 |
blob | commitdiff | diff to current |
2019-07-11 |
ysuzuki@apple.com | Unreviewed, revert r243617. |
blob | commitdiff | diff to current |
2019-07-10 |
tzagallo@apple.com | Optimize join of large empty arrays |
blob | commitdiff | diff to current |
2019-07-09 |
keith_miller@apple.com | Enable Intl.PluralRules and Intl.NumberFormatToParts... |
blob | commitdiff | diff to current |
2019-07-08 |
graouts@webkit.org | [Pointer Events] Enable only on the most recent version... |
blob | commitdiff | diff to current |
2019-07-06 |
msaboff@apple.com | switch(String) needs to check for exceptions when resol... |
blob | commitdiff | diff to current |
2019-07-05 |
mark.lam@apple.com | ArgumentsEliminationPhase::eliminateCandidatesThatInter... |
blob | commitdiff | diff to current |
2019-07-05 |
ysuzuki@apple.com | Unreviewed, fix build failure on ARM64_32 |
blob | commitdiff | diff to current |
2019-07-05 |
commit-queue@webki... | [JSC] Clean up ArraySpeciesCreate |
blob | commitdiff | diff to current |
2019-07-05 |
tzagallo@apple.com | Unreviewed, change the value used to scribble Heap... |
blob | commitdiff | diff to current |
2019-07-05 |
ryanhaddad@apple.com | Unreviewed, rolling out r247115. |
blob | commitdiff | diff to current |
2019-07-05 |
tzagallo@apple.com | Scribble Heap::m_worldState on destructor |
blob | commitdiff | diff to current |
2019-07-03 |
weinig@apple.com | Adopt simple structured bindings in more places |
blob | commitdiff | diff to current |
2019-07-03 |
keith_miller@apple.com | PACCage should first cage leaving PAC bits intact then... |
blob | commitdiff | diff to current |
2019-07-03 |
commit-queue@webki... | Refactoring of architectural Register Information |
blob | commitdiff | diff to current |
2019-07-03 |
msaboff@apple.com | JSTests: |
blob | commitdiff | diff to current |
2019-07-02 |
commit-queue@webki... | Unreviewed, rolling out r247041. |
blob | commitdiff | diff to current |
2019-07-02 |
keith_miller@apple.com | Frozen Arrays length assignment should throw in strict... |
blob | commitdiff | diff to current |
2019-07-02 |
commit-queue@webki... | Fix typo in if/else block and remove dead assignment |
blob | commitdiff | diff to current |
2019-07-02 |
keith_miller@apple.com | PACCage should first cage leaving PAC bits intact then... |
blob | commitdiff | diff to current |
2019-07-02 |
justin_michaud@app... | [Wasm-References] Disable references by default |
blob | commitdiff | diff to current |
2019-07-01 |
ryanhaddad@apple.com | Unreviewed, rolling out r246946. |
blob | commitdiff | diff to current |
2019-06-28 |
justin_michaud@app... | Add b3 macro lowering for CheckMul on arm64 |
blob | commitdiff | diff to current |
2019-06-28 |
annulen@yandex.ru | Remove traces of ENABLE_ICONDATABASE remaining after... |
blob | commitdiff | diff to current |
2019-06-28 |
mark.lam@apple.com | FTL keepAlive()'s patchpoint should also declare that... |
blob | commitdiff | diff to current |
2019-06-27 |
bdakin@apple.com | Upstream use of MACCATALYST |
blob | commitdiff | diff to current |
2019-06-27 |
sbarati@apple.com | Make WEBGPU enabled only on Mojave and later. |
blob | commitdiff | diff to current |
2019-06-27 |
don.olmstead@sony.com | [FTW] Build JavaScriptCore |
blob | commitdiff | diff to current |
2019-06-27 |
annulen@yandex.ru | Use JSC_GLIB_API_ENABLED instead of USE(GLIB) as a... |
blob | commitdiff | diff to current |
2019-06-27 |
drousso@apple.com | Web Inspector: throw an error if console.count/console... |
blob | commitdiff | diff to current |
2019-06-27 |
Hironori.Fujii@son... | [CMake] Bump cmake_minimum_required version to 3.10 |
blob | commitdiff | diff to current |
2019-06-27 |
Basuke.Suzuki@sony.com | [RemoteInspector] Add address argument to listen for... |
blob | commitdiff | diff to current |
2019-06-26 |
keith_miller@apple.com | speciesConstruct needs to throw if the result is a... |
blob | commitdiff | diff to current |
2019-06-26 |
pecoraro@apple.com | Web Inspector: Implement console.countReset |
blob | commitdiff | diff to current |
2019-06-26 |
keith_miller@apple.com | remove unneeded didBecomePrototype() calls |
blob | commitdiff | diff to current |
2019-06-25 |
keith_miller@apple.com | Structure::create should call didBecomePrototype() |
blob | commitdiff | diff to current |
2019-06-25 |
pecoraro@apple.com | Web Inspector: Implement console.timeLog |
blob | commitdiff | diff to current |
2019-06-25 |
mcatanzaro@igalia.com | REGRESSION(r245586): static assertion failed: Match... |
blob | commitdiff | diff to current |
2019-06-25 |
commit-queue@webki... | Unreviewed, rolling out r246714. |
blob | commitdiff | diff to current |
2019-06-24 |
commit-queue@webki... | Add Array.prototype.{flat,flatMap} to unscopables |
blob | commitdiff | diff to current |
2019-06-24 |
mark.lam@apple.com | ArraySlice needs to keep the source array alive. |
blob | commitdiff | diff to current |
2019-06-22 |
ysuzuki@apple.com | All prototypes should call didBecomePrototype() |
blob | commitdiff | diff to current |
2019-06-22 |
ysuzuki@apple.com | [JSC] Strict, Sloppy and Arrow functions should have... |
blob | commitdiff | diff to current |
2019-06-22 |
ysuzuki@apple.com | [JSC] ClassExpr should not store result in the middle... |
blob | commitdiff | diff to current |
2019-06-22 |
sihui_liu@apple.com | openDatabase should return an empty object when WebSQL... |
blob | commitdiff | diff to current |
2019-06-21 |
commit-queue@webki... | Remove extra check in RegExp @matchSlow |
blob | commitdiff | diff to current |
2019-06-20 |
justin_michaud@app... | [WASM-References] Add extra tests for Wasm references... |
blob | commitdiff | diff to current |
2019-06-20 |
darin@apple.com | Tidy up the remaining bits of the AtomicString to AtomS... |
blob | commitdiff | diff to current |
2019-06-20 |
commit-queue@webki... | Optimize `resolve` method lookup in Promise static... |
blob | commitdiff | diff to current |
2019-06-19 |
tzagallo@apple.com | Some of the ASSERTs in CachedTypes.cpp should be RELEAS... |
blob | commitdiff | diff to current |
2019-06-19 |
aperez@igalia.com | [WPE][GTK] Fix build with unified sources disabled |
blob | commitdiff | diff to current |
2019-06-19 |
justin_michaud@app... | [WASM-References] Rename anyfunc to funcref |
blob | commitdiff | diff to current |
next |