2017-03-23 |
mark.lam@apple.com | Clients of JSArray::tryCreateForInitializationPrivate... |
blob | commitdiff |
2017-02-10 |
bfulgham@apple.com | Fix max length check in ArrayPrototype.js' concatSlowPa... |
blob | commitdiff | diff to current |
2017-01-24 |
msaboff@apple.com | JSArray::tryCreateUninitialized should be called JSArra... |
blob | commitdiff | diff to current |
2017-01-19 |
fpizlo@apple.com | The mutator needs to fire a barrier after memmoving... |
blob | commitdiff | diff to current |
2017-01-18 |
fpizlo@apple.com | Make opaque root scanning truly constraint-based |
blob | commitdiff | diff to current |
2017-01-10 |
fpizlo@apple.com | JSArray has some object scanning races |
blob | commitdiff | diff to current |
2016-12-08 |
fpizlo@apple.com | PerformanceTests: |
blob | commitdiff | diff to current |
2016-11-28 |
mark.lam@apple.com | Fix exception scope verification failures in JSArray... |
blob | commitdiff | diff to current |
2016-11-27 |
utatane.tea@gmail.com | [WTF] Import std::optional reference implementation... |
blob | commitdiff | diff to current |
2016-11-15 |
fpizlo@apple.com | The GC should be optionally concurrent and disabled... |
blob | commitdiff | diff to current |
2016-10-28 |
ggaren@apple.com | One file per class for Executable.h/.cpp |
blob | commitdiff | diff to current |
2016-10-26 |
mark.lam@apple.com | Rename the reject() helper function to something more... |
blob | commitdiff | diff to current |
2016-10-17 |
mark.lam@apple.com | Use the reject() helper function for conditionally... |
blob | commitdiff | diff to current |
2016-10-10 |
mark.lam@apple.com | Rename the StrictModeReadonlyPropertyWriteError string... |
blob | commitdiff | diff to current |
2016-09-28 |
fpizlo@apple.com | The write barrier should be down with TSO |
blob | commitdiff | diff to current |
2016-09-26 |
mark.lam@apple.com | Added RETURN_IF_EXCEPTION() macro and use it for except... |
blob | commitdiff | diff to current |
2016-09-08 |
fpizlo@apple.com | Remove CopiedSpace and use MarkedSpace instead |
blob | commitdiff | diff to current |
2016-09-07 |
mark.lam@apple.com | Add CatchScope and force all exception checks to be... |
blob | commitdiff | diff to current |
2016-09-06 |
fpizlo@apple.com | Butterflies should be allocated in Auxiliary MarkedSpac... |
blob | commitdiff | diff to current |
2016-09-01 |
mark.lam@apple.com | Move some JSObject and JSArray inline functions to... |
blob | commitdiff | diff to current |
2016-08-30 |
mark.lam@apple.com | Introduce the ThrowScope and force every throw site... |
blob | commitdiff | diff to current |
2016-08-24 |
fpizlo@apple.com | Unreviewed, roll out r204901, r204897, r204866, r204856... |
blob | commitdiff | diff to current |
2016-08-23 |
fpizlo@apple.com | Butterflies should be allocated in Auxiliary MarkedSpac... |
blob | commitdiff | diff to current |
2016-07-31 |
mark.lam@apple.com | Assertion failure while setting the length of an ArrayC... |
blob | commitdiff | diff to current |
2016-07-06 |
mark.lam@apple.com | Remove some unneeded #include "CachedCall.h". |
blob | commitdiff | diff to current |
2016-06-16 |
keith_miller@apple.com | Add support for Symbol.isConcatSpreadable (round 2) |
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-04 |
keith_miller@apple.com | Unreviewed, reland r200149 since the rollout had inconc... |
blob | commitdiff | diff to current |
2016-04-27 |
keith_miller@apple.com | Unreviewed, Revert r199397 due to PLT regressions |
blob | commitdiff | diff to current |
2016-04-13 |
keith_miller@apple.com | [ES6] Add support for Symbol.isConcatSpreadable. |
blob | commitdiff | diff to current |
2016-04-07 |
commit-queue@webki... | Unreviewed, rolling out r199128 and r199141. |
blob | commitdiff | diff to current |
2016-04-07 |
keith_miller@apple.com | [ES6] Add support for Symbol.isConcatSpreadable. |
blob | commitdiff | diff to current |
2016-03-30 |
keith_miller@apple.com | Unreviewed, rollout r198808. The patch causes crashes... |
blob | commitdiff | diff to current |
2016-03-29 |
keith_miller@apple.com | [ES6] Add support for Symbol.isConcatSpreadable. |
blob | commitdiff | diff to current |
2016-03-25 |
keith_miller@apple.com | putByIndexBeyondVectorLengthWithoutAttributes should... |
blob | commitdiff | diff to current |
2016-03-16 |
utatane.tea@gmail.com | [ES6] Reflect.set with receiver |
blob | commitdiff | diff to current |
2016-03-15 |
fpizlo@apple.com | Remove the Baker barrier from JSC |
blob | commitdiff | diff to current |
2016-03-11 |
utatane.tea@gmail.com | [ES6] Implement Reflect.set without receiver support |
blob | commitdiff | diff to current |
2015-10-12 |
fpizlo@apple.com | GC should have a Baker barrier for concurrent copying |
blob | commitdiff | diff to current |
2015-10-04 |
fpizlo@apple.com | CodeBlock.h shouldn't be included from everywhere |
blob | commitdiff | diff to current |
2015-07-06 |
achristensen@apple.com | Unreviewed debug build fix after r186358. |
blob | commitdiff | diff to current |
2015-07-06 |
rniwa@webkit.org | Array.concat should be fast for integer or double arrays |
blob | commitdiff | diff to current |
2015-06-24 |
darin@apple.com | 2015-06-24 Darin Adler <darin@apple.com> |
blob | commitdiff | diff to current |
2015-06-19 |
mark.lam@apple.com | Gardening: fix build for EWS bots. |
blob | commitdiff | diff to current |
2015-06-19 |
mark.lam@apple.com | Employ explicit operator bool() instead of using the... |
blob | commitdiff | diff to current |
2015-05-22 |
akling@apple.com | [JSC] Speed up new array construction in Array.prototyp... |
blob | commitdiff | diff to current |
2015-05-15 |
mark.lam@apple.com | JSArray::setLength() should reallocate instead of zero... |
blob | commitdiff | diff to current |
2015-05-12 |
rniwa@webkit.org | Array.slice should have a fast path like Array.splice |
blob | commitdiff | diff to current |
2015-04-29 |
ggaren@apple.com | It shouldn't take 1846 lines of code and 5 FIXMEs to... |
blob | commitdiff | diff to current |
2015-04-25 |
commit-queue@webki... | Unreviewed, rolling out r183288. |
blob | commitdiff | diff to current |
2015-04-24 |
ggaren@apple.com | It shouldn't take 1846 lines of code and 5 FIXMEs to... |
blob | commitdiff | diff to current |
2015-04-08 |
fpizlo@apple.com | JSArray::sortNumeric should handle ArrayWithUndecided |
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-02 |
utatane.tea@gmail.com | Clean up EnumerationMode to easily extend |
blob | commitdiff | diff to current |
2015-02-10 |
fpizlo@apple.com | op_call_varargs should only load the length once |
blob | commitdiff | diff to current |
2015-02-10 |
fpizlo@apple.com | Varargs frame set-up should be factored out for use... |
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-15 |
commit-queue@webki... | Unreviewed, rolling out r177284. |
blob | commitdiff | diff to current |
2014-12-15 |
oliver@apple.com | Make sure range based iteration of Vector<> still recei... |
blob | commitdiff | diff to current |
2014-12-12 |
mmirman@apple.com | shiftCountWithArrayStorage should exit to slow path... |
blob | commitdiff | diff to current |
2014-12-11 |
gyuyoung.kim@samsu... | Use std::unique_ptr instead of OwnPtr in JSC - heap... |
blob | commitdiff | diff to current |
2014-12-03 |
mark.lam@apple.com | Rolling out r176592, r176603, r176616, and r176705... |
blob | commitdiff | diff to current |
2014-12-01 |
oliver@apple.com | Make sure range based iteration of Vector<> still recei... |
blob | commitdiff | diff to current |
2014-09-08 |
mjs@apple.com | Introduce COMPILER_QUIRK(CONSIDERS_UNREACHABLE_CODE... |
blob | commitdiff | diff to current |
2014-09-06 |
darin@apple.com | Make updates suggested by new version of Xcode |
blob | commitdiff | diff to current |
2014-08-29 |
commit-queue@webki... | JavaScriptCore: Use ASCIILiteral where possible |
blob | commitdiff | diff to current |
2014-08-06 |
fpizlo@apple.com | Merge r171389, r171495, r171508, r171510, r171605,... |
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-05-20 |
mhahnenberg@apple.com | JSArray::shiftCountWith* could be more efficient |
blob | commitdiff | diff to current |
2014-04-16 |
fpizlo@apple.com | Discern between NaNs that would be safe to tag and... |
blob | commitdiff | diff to current |
2014-03-26 |
dbatyai.u-szeged... | Rename hasFastArrayStorage to be more appropriate |
blob | commitdiff | diff to current |
2014-02-27 |
mhahnenberg@apple.com | Make JSCells have 32-bit Structure pointers |
blob | commitdiff | diff to current |
2014-02-25 |
oliver@apple.com | Spread operator has a bad time when applied to call... |
blob | commitdiff | diff to current |
2014-02-11 |
fpizlo@apple.com | Rename Operations.h to JSCInlines.h |
blob | commitdiff | diff to current |
2014-02-01 |
oliver@apple.com | 2014-01-31 Oliver Hunt <oliver@apple.com> |
blob | commitdiff | diff to current |
2014-01-31 |
oliver@apple.com | Make it possible to implement JS builtins in JS |
blob | commitdiff | diff to current |
2014-01-28 |
joepeck@webkit.org | JavaScriptCore: Enable -Wimplicit-fallthrough and add... |
blob | commitdiff | diff to current |
2014-01-02 |
mhahnenberg@apple.com | Storing new CopiedSpace memory into a JSObject should... |
blob | commitdiff | diff to current |
2013-12-05 |
mark.lam@apple.com | Make the C Loop LLINT work with callToJavaScript. |
blob | commitdiff | diff to current |
2013-12-04 |
msaboff@apple.com | Move the setting up of callee's callFrame from pushFram... |
blob | commitdiff | diff to current |
2013-09-21 |
mhahnenberg@apple.com | (un)shiftCountWithAnyIndexingType will start over in... |
blob | commitdiff | diff to current |
2013-09-09 |
mhahnenberg@apple.com | JSArray::shiftCountWithArrayStorage doesn't change... |
blob | commitdiff | diff to current |
2013-09-05 |
andersca@apple.com | GCAssertions.h should use STL type traits and static_assert |
blob | commitdiff | diff to current |
2013-08-29 |
commit-queue@webki... | Source/JavaScriptCore: https://bugs.webkit.org/show_bug... |
blob | commitdiff | diff to current |
2013-08-23 |
mhahnenberg@apple.com | JSObject and JSArray code shouldn't have to tiptoe... |
blob | commitdiff | diff to current |
2013-08-21 |
barraclough@apple.com | https://bugs.webkit.org/show_bug.cgi?id=120139 |
blob | commitdiff | diff to current |
2013-08-20 |
barraclough@apple.com | https://bugs.webkit.org/show_bug.cgi?id=120093 |
blob | commitdiff | diff to current |
2013-08-19 |
barraclough@apple.com | https://bugs.webkit.org/show_bug.cgi?id=119995 |
blob | commitdiff | diff to current |
2013-08-18 |
barraclough@apple.com | https://bugs.webkit.org/show_bug.cgi?id=119972 |
blob | commitdiff | diff to current |
2013-08-15 |
barraclough@apple.com | https://bugs.webkit.org/show_bug.cgi?id=119843 |
blob | commitdiff | diff to current |
2013-07-31 |
barraclough@apple.com | Some cleanup in JSValue::get |
blob | commitdiff | diff to current |
2013-07-25 |
oliver@apple.com | fourthTier: It should be possible to record heap operat... |
blob | commitdiff | diff to current |
2013-04-18 |
ggaren@apple.com | Renamed JSGlobalData to VM |
blob | commitdiff | diff to current |
2013-04-08 |
oliver@apple.com | Add bounds checking for WTF::Vector::operator[] |
blob | commitdiff | diff to current |
2013-04-08 |
benjamin@webkit.org | Use Vector::reserveInitialCapacity() when possible... |
blob | commitdiff | diff to current |
2013-01-29 |
oliver@apple.com | Force debug builds to do bounds checks on contiguous... |
blob | commitdiff | diff to current |
2013-01-29 |
oliver@apple.com | Add more assertions to the property storage use in... |
blob | commitdiff | diff to current |
next |