2017-02-23 |
jfbastien@apple.com | WebAssembly: clear out insignificant i32 bits when... |
blob | commitdiff |
2017-02-23 |
keith_miller@apple.com | Remove the demand executable allocator |
blob | commitdiff | diff to current |
2017-02-22 |
sbarati@apple.com | Add biased coloring to Briggs and IRC |
blob | commitdiff | diff to current |
2017-02-22 |
utatane.tea@gmail.com | JSModuleNamespace object should have IC |
blob | commitdiff | diff to current |
2017-02-22 |
sbarati@apple.com | Unreviewed. Rename AirGraphColoring.* files to AirAlloc... |
blob | commitdiff | diff to current |
2017-02-22 |
achristensen@apple.com | [WebRTC][Mac] Activate libwebrtc |
blob | commitdiff | diff to current |
2017-02-22 |
sbarati@apple.com | Add the Briggs optimistic allocator to run on ARM64 |
blob | commitdiff | diff to current |
2017-02-22 |
mark.lam@apple.com | Add more missing exception checks detected by running... |
blob | commitdiff | diff to current |
2017-02-22 |
jfbastien@apple.com | FullCodeOrigin for CodeBlock+CodeOrigin printing |
blob | commitdiff | diff to current |
2017-02-22 |
fpizlo@apple.com | Unreviewed, fix cloop. I managed to have my local patch... |
blob | commitdiff | diff to current |
2017-02-22 |
mark.lam@apple.com | Add missing exception checks detected by running marath... |
blob | commitdiff | diff to current |
2017-02-22 |
fpizlo@apple.com | The collector thread should only start when the mutator... |
blob | commitdiff | diff to current |
2017-02-21 |
sbarati@apple.com | Air should have a disassembly mode that dumps IR and... |
blob | commitdiff | diff to current |
2017-02-21 |
ryanhaddad@apple.com | Unreviewed, rolling out r212712. |
blob | commitdiff | diff to current |
2017-02-21 |
utatane.tea@gmail.com | JSModuleNamespace object should have IC |
blob | commitdiff | diff to current |
2017-02-21 |
utatane.tea@gmail.com | ASSERTION FAILED: "!scope.exception()" with Object... |
blob | commitdiff | diff to current |
2017-02-21 |
mark.lam@apple.com | [Re-landing] CachedCall should let GC know to keep... |
blob | commitdiff | diff to current |
2017-02-20 |
commit-queue@webki... | Unreviewed, rolling out r212618. |
blob | commitdiff | diff to current |
2017-02-20 |
mark.lam@apple.com | BytecodeGenerator should not iterate its m_controlFlowS... |
blob | commitdiff | diff to current |
2017-02-20 |
rego@igalia.com | [css-grid] Remove compilation flag ENABLE_CSS_GRID_LAYOUT |
blob | commitdiff | diff to current |
2017-02-20 |
commit-queue@webki... | Unreviewed, rolling out r212472. |
blob | commitdiff | diff to current |
2017-02-20 |
mark.lam@apple.com | functionTestWasmModuleFunctions() should use a MarkedAr... |
blob | commitdiff | diff to current |
2017-02-20 |
mark.lam@apple.com | CachedCall should let GC know to keep its arguments... |
blob | commitdiff | diff to current |
2017-02-19 |
commit-queue@webki... | Unreviewed, rolling out r212466. |
blob | commitdiff | diff to current |
2017-02-17 |
msaboff@apple.com | Improve ARM64 disassembler handling of pseudo ops,... |
blob | commitdiff | diff to current |
2017-02-17 |
zandobersek@gmail.com | [GLib] GCActivityCallback::scheduleTimer() keeps pushin... |
blob | commitdiff | diff to current |
2017-02-17 |
utatane.tea@gmail.com | [JSC] Drop PassRefPtr from ArrayBuffer |
blob | commitdiff | diff to current |
2017-02-17 |
keith_miller@apple.com | ASSERTION FAILED: vm.heap.mutatorState() == MutatorStat... |
blob | commitdiff | diff to current |
2017-02-16 |
fpizlo@apple.com | Unreviewed, fix cloop build. |
blob | commitdiff | diff to current |
2017-02-16 |
fpizlo@apple.com | The collector thread should only start when the mutator... |
blob | commitdiff | diff to current |
2017-02-16 |
andersca@apple.com | Remove EFL from JavaScriptCore |
blob | commitdiff | diff to current |
2017-02-16 |
bburg@apple.com | [Cocoa] Web Inspector: Inspector::fromProtocolString... |
blob | commitdiff | diff to current |
2017-02-16 |
keith_miller@apple.com | ASSERTION FAILED: vm.heap.mutatorState() == MutatorStat... |
blob | commitdiff | diff to current |
2017-02-16 |
keith_miller@apple.com | Refactor AccessCase to be more like B3Value |
blob | commitdiff | diff to current |
2017-02-16 |
fpizlo@apple.com | JSONParseTest needs to hold the lock when the VM is... |
blob | commitdiff | diff to current |
2017-02-16 |
utatane.tea@gmail.com | [JSC] Drop PassRefPtr in inspector/ |
blob | commitdiff | diff to current |
2017-02-16 |
keith_miller@apple.com | Weak should not use jsCast in its accessors |
blob | commitdiff | diff to current |
2017-02-16 |
utatane.tea@gmail.com | Web Inspector: allow import() inside the inspector |
blob | commitdiff | diff to current |
2017-02-16 |
utatane.tea@gmail.com | [JSC] Update module namespace object according to the... |
blob | commitdiff | diff to current |
2017-02-16 |
carlosgc@webkit.org | Unreviewed. Fix the build after r212424. |
blob | commitdiff | diff to current |
2017-02-16 |
utatane.tea@gmail.com | [JSC] Drop PassRefPtr in bytecompiler/ |
blob | commitdiff | diff to current |
2017-02-16 |
achristensen@apple.com | Unreviewed, rolling out r212394. |
blob | commitdiff | diff to current |
2017-02-16 |
commit-queue@webki... | MIPS: add missing implementations of load8SignedExtendT... |
blob | commitdiff | diff to current |
2017-02-15 |
achristensen@apple.com | Unreviewed, rolling out r212169. |
blob | commitdiff | diff to current |
2017-02-15 |
cdumez@apple.com | Expose Symbol.toPrimitive / valueOf on Location instances |
blob | commitdiff | diff to current |
2017-02-15 |
utatane.tea@gmail.com | [JSC] Drop PassRefPtr |
blob | commitdiff | diff to current |
2017-02-15 |
ossy@webkit.org | [Mac][cmake] Unreviewed trivial buildfix after r212169. |
blob | commitdiff | diff to current |
2017-02-14 |
mark.lam@apple.com | Add JSC_sweepSynchronously and fix JSC_useZombieMode... |
blob | commitdiff | diff to current |
2017-02-14 |
msaboff@apple.com | asyncDisassembly crashes on iOS |
blob | commitdiff | diff to current |
2017-02-13 |
rniwa@webkit.org | C loop build fix attempt after r212207. |
blob | commitdiff | diff to current |
2017-02-12 |
weinig@apple.com | Remove the remaining functions out of JSDOMBinding |
blob | commitdiff | diff to current |
2017-02-11 |
utatane.tea@gmail.com | [JSC] Implement (Shared)ArrayBuffer.prototype.byteLength |
blob | commitdiff | diff to current |
2017-02-11 |
sbarati@apple.com | Object allocation sinking phase doesn't properly handle... |
blob | commitdiff | diff to current |
2017-02-11 |
bburg@apple.com | WebInspector: refactor RemoteInspector to move cocoa... |
blob | commitdiff | diff to current |
2017-02-10 |
bburg@apple.com | [Cocoa] Web Inspector: payload initializers for ObjC... |
blob | commitdiff | diff to current |
2017-02-10 |
mark.lam@apple.com | StructureStubInfo::considerCaching() should write barri... |
blob | commitdiff | diff to current |
2017-02-10 |
bburg@apple.com | [Cocoa] Web Inspector: generate an NS_ENUM containing... |
blob | commitdiff | diff to current |
2017-02-10 |
fpizlo@apple.com | SharedArrayBuffer does not need to be in the transfer... |
blob | commitdiff | diff to current |
2017-02-10 |
bfulgham@apple.com | B3::Procedure::deleteOrphans() should neutralize upsilo... |
blob | commitdiff | diff to current |
2017-02-10 |
bfulgham@apple.com | Sloppy mode: We don't properly hoist functions names... |
blob | commitdiff | diff to current |
2017-02-10 |
bfulgham@apple.com | Fix max length check in ArrayPrototype.js' concatSlowPa... |
blob | commitdiff | diff to current |
2017-02-10 |
bfulgham@apple.com | Constructed object's global object should be the global... |
blob | commitdiff | diff to current |
2017-02-10 |
bfulgham@apple.com | We should not allow Function.caller to be used on nativ... |
blob | commitdiff | diff to current |
2017-02-09 |
keith_miller@apple.com | [JSC] op_in should have ArrayProfile |
blob | commitdiff | diff to current |
2017-02-08 |
sbarati@apple.com | Air IRC might spill a terminal that produces a value... |
blob | commitdiff | diff to current |
2017-02-07 |
mark.lam@apple.com | SigillCrashAnalyzer::analyze() should use a do-while... |
blob | commitdiff | diff to current |
2017-02-07 |
mark.lam@apple.com | The SigillCrashAnalyzer should play nicer with client... |
blob | commitdiff | diff to current |
2017-02-07 |
utatane.tea@gmail.com | Unreviewed, manual roll out of r211777 |
blob | commitdiff | diff to current |
2017-02-07 |
utatane.tea@gmail.com | Web Inspector: allow import() inside the inspector |
blob | commitdiff | diff to current |
2017-02-07 |
commit-queue@webki... | Web Inspector: Do not use RunLoop when dispatching... |
blob | commitdiff | diff to current |
2017-02-06 |
commit-queue@webki... | Static Analyzer: JSContext.mm: Incorrect decrement... |
blob | commitdiff | diff to current |
2017-02-05 |
mark.lam@apple.com | The VMInspector should use an RAII Locker. |
blob | commitdiff | diff to current |
2017-02-05 |
commit-queue@webki... | Static Analyzer: Value stored to 'recordedMachineThread... |
blob | commitdiff | diff to current |
2017-02-05 |
commit-queue@webki... | Static Analyzer: Value stored to 'prev' is never read |
blob | commitdiff | diff to current |
2017-02-04 |
utatane.tea@gmail.com | [JSC] Add operationToInt32SensibleSlow to optimize... |
blob | commitdiff | diff to current |
2017-02-04 |
joepeck@webkit.org | Unreviewed rollout of r211486, r211629. |
blob | commitdiff | diff to current |
2017-02-04 |
jfbastien@apple.com | OSR entry: delay outer-loop compilation when at inner... |
blob | commitdiff | diff to current |
2017-02-03 |
sbarati@apple.com | When OSR entering to the baseline JIT from the LLInt... |
blob | commitdiff | diff to current |
2017-02-03 |
ossy@webkit.org | Unreviewed typo fix after r211630. |
blob | commitdiff | diff to current |
2017-02-03 |
carlosgc@webkit.org | [GTK] Add initial implementation of resource usage... |
blob | commitdiff | diff to current |
2017-02-03 |
ossy@webkit.org | [cmake] Unreviewed AArch64 buildfix after r211603. |
blob | commitdiff | diff to current |
2017-02-03 |
akling@apple.com | [Mac] In-process memory pressure monitor for WebContent... |
blob | commitdiff | diff to current |
2017-02-03 |
mark.lam@apple.com | Add a SIGILL crash analyzer to make debugging SIGILLs... |
blob | commitdiff | diff to current |
2017-02-02 |
mark.lam@apple.com | Add a SIGILL crash analyzer to make debugging SIGILLs... |
blob | commitdiff | diff to current |
2017-02-02 |
cdumez@apple.com | {}.toString.call(crossOriginWindow) should return ... |
blob | commitdiff | diff to current |
2017-02-02 |
commit-queue@webki... | Unreviewed, rolling out r211571 and r211582. |
blob | commitdiff | diff to current |
2017-02-02 |
akling@apple.com | Source/JavaScriptCore: |
blob | commitdiff | diff to current |
2017-02-02 |
commit-queue@webki... | Removed unused m_errorHandlingModeReentry from Interpreter |
blob | commitdiff | diff to current |
2017-02-02 |
commit-queue@webki... | Unreviewed, rolling out r211461. |
blob | commitdiff | diff to current |
2017-02-02 |
keith_miller@apple.com | Unreviewed, fix unintended change. |
blob | commitdiff | diff to current |
2017-02-02 |
keith_miller@apple.com | The sampling profile should have an option to sample... |
blob | commitdiff | diff to current |
2017-02-01 |
commit-queue@webki... | Web Inspector: Use guaranteed RunLoop instead of RunLoo... |
blob | commitdiff | diff to current |
2017-02-01 |
utatane.tea@gmail.com | ArityFixup should adjust SP first |
blob | commitdiff | diff to current |
2017-02-01 |
fpizlo@apple.com | Make verifyEdge a RELEASE_ASSERT |
blob | commitdiff | diff to current |
2017-02-01 |
jfbastien@apple.com | OSR entry: delay outer-loop compilation when at inner... |
blob | commitdiff | diff to current |
2017-01-31 |
fpizlo@apple.com | The mutator should be able to perform increments of... |
blob | commitdiff | diff to current |
2017-01-31 |
tpopela@redhat.com | Compilation error in JSArrayBufferView.h |
blob | commitdiff | diff to current |
2017-01-31 |
utatane.tea@gmail.com | [JSC] Do not reject WebAssembly.compile() with Exception |
blob | commitdiff | diff to current |
2017-01-31 |
joepeck@webkit.org | Implement PerformanceObserver |
blob | commitdiff | diff to current |
2017-01-30 |
mattbaker@apple.com | Web Inspector: Need some limit on Async Call Stacks... |
blob | commitdiff | diff to current |
next |