2015-08-27 |
utatane.tea@gmail.com | Add module loader "resolve" hook for local file system... |
blob | commitdiff |
2015-08-24 |
utatane.tea@gmail.com | [ES6] Return JSInternalPromise as result of evaluateModule |
blob | commitdiff | diff to current |
2015-08-24 |
ggaren@apple.com | Some renaming to clarify CodeBlock and UnlinkedCodeBlock |
blob | commitdiff | diff to current |
2015-08-22 |
akling@apple.com | [JSC] Static hash tables should be 100% compile-time... |
blob | commitdiff | diff to current |
2015-08-21 |
utatane.tea@gmail.com | [ES6] prototyping module loader in JSC shell |
blob | commitdiff | diff to current |
2015-08-19 |
mark.lam@apple.com | Add ability to save and restore JSC options. |
blob | commitdiff | diff to current |
2015-08-17 |
commit-queue@webki... | Web Inspector: Type profiler return types aren't showing up |
blob | commitdiff | diff to current |
2015-08-12 |
ggaren@apple.com | Re-land r188339, since Alex fixed it in r188341 by... |
blob | commitdiff | diff to current |
2015-08-12 |
jhoneycutt@apple.com | Roll out r188339, which broke the build. |
blob | commitdiff | diff to current |
2015-08-12 |
ggaren@apple.com | Remove VM::releaseExecutableMemory |
blob | commitdiff | diff to current |
2015-08-04 |
utatane.tea@gmail.com | [ES6] Support Module Syntax |
blob | commitdiff | diff to current |
2015-07-31 |
commit-queue@webki... | Implement WebAssembly module parser |
blob | commitdiff | diff to current |
2015-07-29 |
commit-queue@webki... | Unreviewed, rolling out r187550. |
blob | commitdiff | diff to current |
2015-07-29 |
commit-queue@webki... | Implement WebAssembly module parser |
blob | commitdiff | diff to current |
2015-07-29 |
commit-queue@webki... | Unreviewed, rolling out r187531. |
blob | commitdiff | diff to current |
2015-07-29 |
commit-queue@webki... | Implement WebAssembly module parser |
blob | commitdiff | diff to current |
2015-07-22 |
fpizlo@apple.com | Unreviewed, fix a lot of tests. Need to initialize... |
blob | commitdiff | diff to current |
2015-07-21 |
fpizlo@apple.com | Fixed VM pool allocation should have a reserve for... |
blob | commitdiff | diff to current |
2015-07-17 |
utatane.tea@gmail.com | Integrate automatic microtask draining into JSC framewo... |
blob | commitdiff | diff to current |
2015-07-11 |
fpizlo@apple.com | It should be easy to measure total compile times. |
blob | commitdiff | diff to current |
2015-07-09 |
fpizlo@apple.com | OSR exit fuzzing should allow us to select a static... |
blob | commitdiff | diff to current |
2015-07-03 |
fpizlo@apple.com | DFG and FTL should have an OSR exit fuzzer |
blob | commitdiff | diff to current |
2015-06-27 |
darin@apple.com | Make converting JSString to StringView idiomatically... |
blob | commitdiff | diff to current |
2015-06-24 |
commit-queue@webki... | Strict Equality on objects should only check that one... |
blob | commitdiff | diff to current |
2015-06-16 |
mark.lam@apple.com | Use NakedPtr<Exception>& to return exception results. |
blob | commitdiff | diff to current |
2015-06-09 |
gyuyoung.kim@webki... | Purge PassRefPtr in JavaScriptCore |
blob | commitdiff | diff to current |
2015-06-06 |
mark.lam@apple.com | Subclasses of JSNonFinalObject with gc'able children... |
blob | commitdiff | diff to current |
2015-06-05 |
mark.lam@apple.com | finally blocks should not set the exception stack trace... |
blob | commitdiff | diff to current |
2015-05-20 |
akling@apple.com | Give StringView a utf8() API. |
blob | commitdiff | diff to current |
2015-05-14 |
basile_clement@app... | Enforce options coherency |
blob | commitdiff | diff to current |
2015-05-13 |
fpizlo@apple.com | js/dom/stack-trace.html fails with eager compilation |
blob | commitdiff | diff to current |
2015-05-08 |
fpizlo@apple.com | GC has trouble with pathologically large array allocations |
blob | commitdiff | diff to current |
2015-05-08 |
saambarati1@gmail.com | exceptionFuzz tests should explicitly initialize the... |
blob | commitdiff | diff to current |
2015-05-06 |
commit-queue@webki... | Unreviewed, rolling out r183847. |
blob | commitdiff | diff to current |
2015-05-06 |
fpizlo@apple.com | GC has trouble with pathologically large array allocations |
blob | commitdiff | diff to current |
2015-04-13 |
akling@apple.com | Don't segregate heap objects based on Structure immorta... |
blob | commitdiff | diff to current |
2015-04-06 |
utatane.tea@gmail.com | Return Optional<uint32_t> from PropertyName::asIndex |
blob | commitdiff | diff to current |
2015-04-03 |
mark.lam@apple.com | Enhance ability to dump JSC Options. |
blob | commitdiff | diff to current |
2015-03-31 |
utatane.tea@gmail.com | Clean up Identifier factories to clarify the meaning... |
blob | commitdiff | diff to current |
2015-03-26 |
fpizlo@apple.com | Use JITCompilationCanFail in more places, and make... |
blob | commitdiff | diff to current |
2015-03-24 |
fpizlo@apple.com | JSC should have a low-cost asynchronous disassembler |
blob | commitdiff | diff to current |
2015-03-10 |
commit-queue@webki... | GCC: CRASH() should be annotated with NORETURN |
blob | commitdiff | diff to current |
2015-02-25 |
benjamin@webkit.org | Make ParserError immutable by design |
blob | commitdiff | diff to current |
2015-02-24 |
utatane.tea@gmail.com | REGRESSION(r179429): Can't type comments in Facebook |
blob | commitdiff | diff to current |
2015-02-24 |
commit-queue@webki... | Unreviewed, rolling out r180547 and r180550. |
blob | commitdiff | diff to current |
2015-02-24 |
utatane.tea@gmail.com | REGRESSION(r179429): Can't type comments in Facebook |
blob | commitdiff | diff to current |
2015-02-23 |
saambarati1@gmail.com | Adjust the ranges of basic block statements in JSC... |
blob | commitdiff | diff to current |
2015-02-12 |
bfulgham@apple.com | [Win] [64-bit] Work around MSVC2013 Runtime Bug |
blob | commitdiff | diff to current |
2015-02-02 |
saambarati1@gmail.com | Create tests for JSC's Control Flow Profiler |
blob | commitdiff | diff to current |
2015-01-22 |
commit-queue@webki... | Unreviewed, rolling out r178894. |
blob | commitdiff | diff to current |
2015-01-22 |
utatane.tea@gmail.com | put_by_val_direct need to check the property is index... |
blob | commitdiff | diff to current |
2015-01-20 |
commit-queue@webki... | Unreviewed, rolling out r178751. |
blob | commitdiff | diff to current |
2015-01-20 |
utatane.tea@gmail.com | put_by_val_direct need to check the property is index... |
blob | commitdiff | diff to current |
2014-12-19 |
bfulgham@apple.com | Unreviewed build fix. |
blob | commitdiff | diff to current |
2014-12-19 |
bfulgham@apple.com | [Win] Update DumpRenderTree to more closely match Mac... |
blob | commitdiff | diff to current |
2014-12-12 |
gyuyoung.kim@samsu... | Final clean up OwnPtr in JSC - runtime, ftl, and tool... |
blob | commitdiff | diff to current |
2014-12-05 |
saambarati1@gmail.com | JavaScript Control Flow Profiler |
blob | commitdiff | diff to current |
2014-09-25 |
ossy@webkit.org | Remove WinCE port from trunk |
blob | commitdiff | diff to current |
2014-09-08 |
mjs@apple.com | Introduce COMPILER_QUIRK(CONSIDERS_UNREACHABLE_CODE... |
blob | commitdiff | diff to current |
2014-09-03 |
saambarati1@gmail.com | Create tests for type profiling |
blob | commitdiff | diff to current |
2014-08-29 |
commit-queue@webki... | JavaScriptCore: Use ASCIILiteral where possible |
blob | commitdiff | diff to current |
2014-08-27 |
bfulgham@apple.com | [Win] testapi and testRegExp need to find support libra... |
blob | commitdiff | diff to current |
2014-08-21 |
commit-queue@webki... | Rename HighFidelityTypeProfiling variables for more... |
blob | commitdiff | diff to current |
2014-08-16 |
msaboff@apple.com | Change callToJavaScript and callToNativeFunction so... |
blob | commitdiff | diff to current |
2014-08-06 |
dbatyai.u-szeged... | [ARM] Incorrect handling of Unicode characters |
blob | commitdiff | diff to current |
2014-08-06 |
fpizlo@apple.com | Merge r170564, r170571, r170604, r170628, r170672,... |
blob | commitdiff | diff to current |
2014-08-01 |
akling@apple.com | Remove the JSC::OverridesVisitChildren flag. |
blob | commitdiff | diff to current |
2014-07-31 |
akling@apple.com | Speculative Windows build fix. |
blob | commitdiff | diff to current |
2014-07-30 |
akling@apple.com | Static hash tables no longer need to be coupled with... |
blob | commitdiff | diff to current |
2014-07-27 |
fpizlo@apple.com | Merge r170090, r170092, r170129, r170141, r170161,... |
blob | commitdiff | diff to current |
2014-07-26 |
fpizlo@apple.com | Unreviewed, roll out r171641-r171644. It broke some... |
blob | commitdiff | diff to current |
2014-07-26 |
fpizlo@apple.com | Merge r170090, r170092, r170129, r170141, r170161,... |
blob | commitdiff | diff to current |
2014-07-23 |
bfulgham@apple.com | ../JavaScriptCore: [Win] Use NO_RETURN_DUE_TO_CRASH... |
blob | commitdiff | diff to current |
2014-07-23 |
bfulgham@apple.com | Build fix for non-clang compile. |
blob | commitdiff | diff to current |
2014-07-23 |
bfulgham@apple.com | Build fix for non-clang compile. |
blob | commitdiff | diff to current |
2014-07-23 |
mark.lam@apple.com | Array.concat() should work on runtime arrays too. |
blob | commitdiff | diff to current |
2014-07-23 |
bfulgham@apple.com | Fix Windows (return a value!) |
blob | commitdiff | diff to current |
2014-07-23 |
bfulgham@apple.com | Fix Windows (sleep -> Sleep) |
blob | commitdiff | diff to current |
2014-07-23 |
fpizlo@apple.com | Fix Windows. |
blob | commitdiff | diff to current |
2014-07-23 |
fpizlo@apple.com | Merge r169148, r169185, r169188, r169578, r169582,... |
blob | commitdiff | diff to current |
2014-07-18 |
fpizlo@apple.com | Fix cloop build. |
blob | commitdiff | diff to current |
2014-07-18 |
fpizlo@apple.com | Need ability to fuzz exception throwing |
blob | commitdiff | diff to current |
2014-07-15 |
fpizlo@apple.com | Allow for Int52Rep to see things other than Int32,... |
blob | commitdiff | diff to current |
2014-06-11 |
rniwa@webkit.org | Turning on DUMP_PROPERTYMAP_STATS causes a build failure |
blob | commitdiff | diff to current |
2014-05-21 |
fpizlo@apple.com | DFG prediction propagation should agree with fixup... |
blob | commitdiff | diff to current |
2014-05-09 |
mhahnenberg@apple.com | Base case for get-by-id inline cache doesn't check... |
blob | commitdiff | diff to current |
2014-05-07 |
msaboff@apple.com | Add test for deleteAllCompiledCode |
blob | commitdiff | diff to current |
2014-04-29 |
mhahnenberg@apple.com | JSProxies should be cacheable |
blob | commitdiff | diff to current |
2014-04-21 |
fpizlo@apple.com | OSR exit should know about Int52 and Double constants |
blob | commitdiff | diff to current |
2014-03-28 |
msaboff@apple.com | Unreviewed, rolling r166248 back in. |
blob | commitdiff | diff to current |
2014-03-25 |
msaboff@apple.com | Unreviewed, rolling out r166126. |
blob | commitdiff | diff to current |
2014-03-22 |
msaboff@apple.com | toThis() on a JSWorkerGlobalScope should return a JSPro... |
blob | commitdiff | diff to current |
2014-03-22 |
akling@apple.com | Cut down on JSC profiler includes in WebCore & co. |
blob | commitdiff | diff to current |
2014-03-20 |
mhahnenberg@apple.com | GC timer should intelligently choose between EdenCollec... |
blob | commitdiff | diff to current |
2014-03-20 |
commit-queue@webki... | Unreviewed, rolling out r165926. |
blob | commitdiff | diff to current |
2014-03-19 |
mhahnenberg@apple.com | GC timer should intelligently choose between EdenCollec... |
blob | commitdiff | diff to current |
2014-03-10 |
fpizlo@apple.com | jsc commandline shouldn't have a "console" because... |
blob | commitdiff | diff to current |
2014-03-05 |
fpizlo@apple.com | FTL loadStructure always generates invalid IR |
blob | commitdiff | diff to current |
2014-03-04 |
mhahnenberg@apple.com | Merge API shims and JSLock |
blob | commitdiff | diff to current |
2014-03-04 |
commit-queue@webki... | Unreviewed, rolling out r164812. |
blob | commitdiff | diff to current |
next |