2016-05-18 |
fpizlo@apple.com | JSC should detect the right default locale even when... |
blob | commitdiff |
2016-05-17 |
dino@apple.com | Remove ES6_GENERATORS flag |
blob | commitdiff | diff to current |
2016-05-17 |
keith_miller@apple.com | Rollout r200426 since it causes PLT regressions. |
blob | commitdiff | diff to current |
2016-05-17 |
keith_miller@apple.com | Add test262 harness support code |
blob | commitdiff | diff to current |
2016-05-17 |
fpizlo@apple.com | WTF should know about Language |
blob | commitdiff | diff to current |
2016-05-17 |
joepeck@webkit.org | console namespace breaks putting properties on console... |
blob | commitdiff | diff to current |
2016-05-17 |
utatane.tea@gmail.com | Unreviewed, dump more information when math-pow-stable... |
blob | commitdiff | diff to current |
2016-05-17 |
sbarati@apple.com | ShadowChicken crashes when reading a scope from the... |
blob | commitdiff | diff to current |
2016-05-17 |
utatane.tea@gmail.com | REGRESSION(r200208): It made 2 JSC stress tests fail... |
blob | commitdiff | diff to current |
2016-05-17 |
commit-queue@webki... | [JSC] "return this" in a constructor does not need... |
blob | commitdiff | diff to current |
2016-05-17 |
commit-queue@webki... | [JSC] Remove the index check from op_get_by_val/op_put_... |
blob | commitdiff | diff to current |
2016-05-17 |
commit-queue@webki... | [JSC][DFG] Fill spilled Int32 as Int32 instead of JSInt32 |
blob | commitdiff | diff to current |
2016-05-17 |
sbarati@apple.com | Unreviewed Cloop build fix. |
blob | commitdiff | diff to current |
2016-05-16 |
sbarati@apple.com | Hook up ShadowChicken to the debugger to show tail... |
blob | commitdiff | diff to current |
2016-05-16 |
sbarati@apple.com | TypeSet/StructureShape have a flawed sense of JS protot... |
blob | commitdiff | diff to current |
2016-05-16 |
joepeck@webkit.org | Unreviewed rollout r200924. Caused js/regress/string... |
blob | commitdiff | diff to current |
2016-05-16 |
annulen@yandex.ru | Unreviewed, fixed typo in a comment. |
blob | commitdiff | diff to current |
2016-05-16 |
fpizlo@apple.com | FixupPhase should be more eager to demote bit math... |
blob | commitdiff | diff to current |
2016-05-16 |
msaboff@apple.com | RegExp /y flag incorrect handling of mixed-length alter... |
blob | commitdiff | diff to current |
2016-05-15 |
fpizlo@apple.com | DFG::Plan shouldn't read from its VM once it's been... |
blob | commitdiff | diff to current |
2016-05-15 |
utatane.tea@gmail.com | Modernize Intl constructors; using InternalFunction... |
blob | commitdiff | diff to current |
2016-05-14 |
commit-queue@webki... | Remove LegacyProfiler |
blob | commitdiff | diff to current |
2016-05-14 |
commit-queue@webki... | jsc: samplingProfilerStackTraces() without starting... |
blob | commitdiff | diff to current |
2016-05-14 |
sbarati@apple.com | DFG/FTL have a few bugs in their reasoning about the... |
blob | commitdiff | diff to current |
2016-05-13 |
benjamin@webkit.org | [JSC] SetLocal without exit do not need phantoms |
blob | commitdiff | diff to current |
2016-05-13 |
benjamin@webkit.org | [JSC] Move the CheckTierUp function calls out of the... |
blob | commitdiff | diff to current |
2016-05-13 |
benjamin@webkit.org | [JSC] Emit the loads of emitLoadWithStructureCheck... |
blob | commitdiff | diff to current |
2016-05-13 |
joepeck@webkit.org | Web Inspector: Inform augmenting client when inspector... |
blob | commitdiff | diff to current |
2016-05-13 |
ggaren@apple.com | Runaway malloc memory usage in this simple JSC program |
blob | commitdiff | diff to current |
2016-05-13 |
mark.lam@apple.com | We should have one calleeSaveRegistersBuffer per VMEntr... |
blob | commitdiff | diff to current |
2016-05-13 |
bdakin@apple.com | Source/JavaScriptCore: |
blob | commitdiff | diff to current |
2016-05-13 |
utatane.tea@gmail.com | Assertion failure for direct eval in non-class method |
blob | commitdiff | diff to current |
2016-05-13 |
gskachkov@gmail.com | Assertion failure for super() call in arrow function... |
blob | commitdiff | diff to current |
2016-05-12 |
mark.lam@apple.com | Baseline and DFG's JSC_report...CompileTimes needs... |
blob | commitdiff | diff to current |
2016-05-12 |
ossy@webkit.org | Remove ENABLE(ES6_ARROWFUNCTION_SYNTAX) guards |
blob | commitdiff | diff to current |
2016-05-12 |
commit-queue@webki... | Web Inspector: CRASH getting internal properties of... |
blob | commitdiff | diff to current |
2016-05-12 |
commit-queue@webki... | [JSC] Make sure StringRange is passed to Vector by... |
blob | commitdiff | diff to current |
2016-05-12 |
commit-queue@webki... | ARMv7Assembler: suppress a -Wnarrowing warning when... |
blob | commitdiff | diff to current |
2016-05-12 |
commit-queue@webki... | Web Inspector: `this` in Scope Chain Sidebar does not... |
blob | commitdiff | diff to current |
2016-05-11 |
keith_miller@apple.com | Unreviewed, correct the title of the ChangeLog for... |
blob | commitdiff | diff to current |
2016-05-11 |
joepeck@webkit.org | JSC test stress/reflect-set.js failing after 200694 |
blob | commitdiff | diff to current |
2016-05-11 |
fpizlo@apple.com | Beef up JSC profiler event log |
blob | commitdiff | diff to current |
2016-05-11 |
sbarati@apple.com | Air may decide to put the result register of an arithme... |
blob | commitdiff | diff to current |
2016-05-11 |
commit-queue@webki... | Improve error messages for accessing arguments.callee... |
blob | commitdiff | diff to current |
2016-05-11 |
commit-queue@webki... | Unreviewed, rolling out r200481. |
blob | commitdiff | diff to current |
2016-05-11 |
keith_miller@apple.com | TypedArray.prototype.slice should use the byteLength... |
blob | commitdiff | diff to current |
2016-05-11 |
msaboff@apple.com | REGRESSION(r200447): Unable to build C_LOOP with clang... |
blob | commitdiff | diff to current |
2016-05-11 |
fpizlo@apple.com | Internal JSC profiler should have a timestamped log... |
blob | commitdiff | diff to current |
2016-05-10 |
commit-queue@webki... | Web Inspector: Backend should initiate timeline recordi... |
blob | commitdiff | diff to current |
2016-05-10 |
commit-queue@webki... | Make the different evaluateWithScopeExtension implement... |
blob | commitdiff | diff to current |
2016-05-10 |
commit-queue@webki... | [JSC] FTL can produce GetByVal nodes without proper... |
blob | commitdiff | diff to current |
2016-05-10 |
joepeck@webkit.org | Web Inspector: Eliminate the crazy code for evaluateOnC... |
blob | commitdiff | diff to current |
2016-05-10 |
sbarati@apple.com | Make super-property-access.js test run for less time... |
blob | commitdiff | diff to current |
2016-05-10 |
ossy@webkit.org | [JSC] Fix the !ENABLE(DFG_JIT) build |
blob | commitdiff | diff to current |
2016-05-10 |
commit-queue@webki... | Web Inspector: CRASH under JSC::DebuggerCallFrame:... |
blob | commitdiff | diff to current |
2016-05-10 |
fpizlo@apple.com | Unreviewed, fix cloop. |
blob | commitdiff | diff to current |
2016-05-10 |
msaboff@apple.com | Crash beneath ObjCCallbackFunctionImpl::call |
blob | commitdiff | diff to current |
2016-05-10 |
fpizlo@apple.com | Polymorphic operands in operators coerces downstream... |
blob | commitdiff | diff to current |
2016-05-09 |
keith_miller@apple.com | CallObjectConstructor should not call operationToThis... |
blob | commitdiff | diff to current |
2016-05-09 |
sbarati@apple.com | Getter and setter on super are called with wrong "this... |
blob | commitdiff | diff to current |
2016-05-09 |
cdumez@apple.com | [COCOA] Disable HAVE_DTRACE at build time |
blob | commitdiff | diff to current |
2016-05-07 |
mark.lam@apple.com | Add JSC options bytecodeRangeToJITCompile and jitWhitelist. |
blob | commitdiff | diff to current |
2016-05-07 |
commit-queue@webki... | [JSC][32bit] stress/tagged-templates-template-object... |
blob | commitdiff | diff to current |
2016-05-07 |
joepeck@webkit.org | Web Inspector: Misc CommandLineAPI cleanup |
blob | commitdiff | diff to current |
2016-05-07 |
commit-queue@webki... | Web Inspector: Improve console.count() |
blob | commitdiff | diff to current |
2016-05-07 |
simon.fraser@apple.com | Enable IOS_TEXT_AUTOSIZING on Mac and make it testable |
blob | commitdiff | diff to current |
2016-05-06 |
commit-queue@webki... | Web Inspector: Console: Variables defined with let... |
blob | commitdiff | diff to current |
2016-05-06 |
mark.lam@apple.com | Add JSC options reportBaselineCompileTimes and reportDF... |
blob | commitdiff | diff to current |
2016-05-06 |
commit-queue@webki... | [JSC] Get rid of NonNegZeroDouble, it is broken |
blob | commitdiff | diff to current |
2016-05-06 |
commit-queue@webki... | REGRESSION(r200422): Web Inspector: Make new Array... |
blob | commitdiff | diff to current |
2016-05-06 |
commit-queue@webki... | [JSC] In DFG, an OSR Exit on SetLocal can trash its... |
blob | commitdiff | diff to current |
2016-05-05 |
oliver@apple.com | Enable separated heap by default on ios |
blob | commitdiff | diff to current |
2016-05-05 |
commit-queue@webki... | JSContext Inspector: Better CommandLineAPI in JSContext... |
blob | commitdiff | diff to current |
2016-05-05 |
fpizlo@apple.com | Reduce maximum JIT pool size on X86_64. |
blob | commitdiff | diff to current |
2016-05-05 |
fpizlo@apple.com | Reduce thresholds that control the maximum IC stub... |
blob | commitdiff | diff to current |
2016-05-05 |
fpizlo@apple.com | We shouldn't crash if DFG AI proved that something... |
blob | commitdiff | diff to current |
2016-05-05 |
commit-queue@webki... | Crash if you type "debugger" in the console and continue |
blob | commitdiff | diff to current |
2016-05-05 |
keith_miller@apple.com | Add support for delete by value to the DFG |
blob | commitdiff | diff to current |
2016-05-05 |
msaboff@apple.com | Unreviewed build fix after change set r200447. |
blob | commitdiff | diff to current |
2016-05-05 |
commit-queue@webki... | Create console object lazily |
blob | commitdiff | diff to current |
2016-05-05 |
msaboff@apple.com | Enable Dwarf2 debug information in offline assembler... |
blob | commitdiff | diff to current |
2016-05-04 |
keith_miller@apple.com | Unreviewed, fix test for new ArrayIteratorPrototype... |
blob | commitdiff | diff to current |
2016-05-04 |
fpizlo@apple.com | Speed up JSGlobalObject initialization by making some... |
blob | commitdiff | diff to current |
2016-05-04 |
commit-queue@webki... | Improve the grammar of some error messages 'a argument... |
blob | commitdiff | diff to current |
2016-05-04 |
keith_miller@apple.com | Corrections to r200422 |
blob | commitdiff | diff to current |
2016-05-04 |
keith_miller@apple.com | Unreviewed, reland r200149 since the rollout had inconc... |
blob | commitdiff | diff to current |
2016-05-04 |
mark.lam@apple.com | ES6 Function.name inferred from property names of liter... |
blob | commitdiff | diff to current |
2016-05-04 |
keith_miller@apple.com | Speedup array iterators |
blob | commitdiff | diff to current |
2016-05-04 |
utatane.tea@gmail.com | [JSC] Object constructor need to be aware of new.target |
blob | commitdiff | diff to current |
2016-05-04 |
cdumez@apple.com | Unreviewed, rolling out r200383 and r200406. |
blob | commitdiff | diff to current |
2016-05-04 |
utatane.tea@gmail.com | Assertion failure for super() call in direct eval in... |
blob | commitdiff | diff to current |
2016-05-04 |
fpizlo@apple.com | REGRESSION(r200383): Setting lazily initialized propert... |
blob | commitdiff | diff to current |
2016-05-04 |
fpizlo@apple.com | References from code to Structures should be stronger... |
blob | commitdiff | diff to current |
2016-05-04 |
commit-queue@webki... | Web Inspector: Simplify console.clear |
blob | commitdiff | diff to current |
2016-05-04 |
utatane.tea@gmail.com | Improve Symbol() to string coercion error message |
blob | commitdiff | diff to current |
2016-05-04 |
commit-queue@webki... | Web Inspector: Give console.time/timeEnd a default... |
blob | commitdiff | diff to current |
2016-05-04 |
commit-queue@webki... | Fix the ENABLE(WEBASSEMBLY) build |
blob | commitdiff | diff to current |
2016-05-04 |
commit-queue@webki... | Web Inspector: Remove unused parameter of ScriptArgumen... |
blob | commitdiff | diff to current |
2016-05-03 |
msaboff@apple.com | Crash: Array.prototype.slice() and .splice() can call... |
blob | commitdiff | diff to current |
2016-05-03 |
joepeck@webkit.org | Eliminate PassRefPtr conversion from ConsoleObject |
blob | commitdiff | diff to current |
next |