platform/upstream/v8.git
2015-06-19 wingoShip arrow functions
2015-06-19 conradwRevert relanded strong property access CL
2015-06-19 verwaestInline SetLengthWithoutNormalize into its callers
2015-06-19 arvTest262 update 2015-06-11 (Take 3)
2015-06-19 Djordje.PesicMIPS: Added data tracing to simulator
2015-06-19 mstarzingerRemove deprecated SharedFunctionInfo::dont_cache predicate.
2015-06-19 binjiRevert of Add d8 API for spawning function on a new...
2015-06-19 arvRevert of Additional HandleScopes to limit Handle consu...
2015-06-19 binjiFix cluster-fuzz bug introduced in refs/heads/master...
2015-06-19 binjiAdd d8 API for spawning function on a new thread (Secon...
2015-06-19 dusan.milosavljevicMIPS64: Fix random failures of fannkuch.js.
2015-06-19 balazs.kilvadyMIPS64: Fix 'Revert of Revert of [strong] Implement...
2015-06-19 othAdditional HandleScopes to limit Handle consumption.
2015-06-19 verwaestAdd fast path for setting array.length
2015-06-19 wingoBetter error reporting for "return();"
2015-06-19 verwaestMore cleanup related to setting array.length
2015-06-19 yangguoKeep a canonical list of shared function infos.
2015-06-19 caitpotter88[es6] ship Object.assign
2015-06-19 bmeurer[turbofan] Preserve Bounds when cloning nodes in the...
2015-06-19 conradwFix overlapping KeyedLoadIC bitfield.
2015-06-19 bmeurer[ubsan] Fix HeapObjectMatcher to avoid invalid casts.
2015-06-19 bmeurer[turbofan] Proper dead code elimination as regular...
2015-06-19 mstarzinger[turbofan] Disable failing DeoptExceptionHandlerFinally...
2015-06-19 verwaestSplit setting array length from handling new Array...
2015-06-19 Ilija.PavlovicMIPS: Implemented PC-relative instructions for R6.
2015-06-19 verwaestDon't roundtrip to JS to update the length. This is...
2015-06-19 rmcilroy[tools] Add gc-nvp-to-csv.py script.
2015-06-19 hablichRevert of [release-tools] Fix possible race condition...
2015-06-19 verwaestRemove handles from ElementsAccessor::Set and friends
2015-06-19 machenbach[android] Bump up toolchain version.
2015-06-19 hablich[release-tools] Fix possible race condition in retrieva...
2015-06-19 yangguoSerializer: do not miss outdated contexts if they are...
2015-06-19 yangguoProtect error message formatter against invalid string...
2015-06-19 yangguoSerialzier: expand string table as last step before...
2015-06-19 chunyang.daiX87: Revert of Revert of [strong] Implement strong...
2015-06-19 ulanARM: make predictable code size scope more precise...
2015-06-19 v8-autorollUpdate V8 DEPS.
2015-06-18 binjiRevert of Add d8 API for spawning function on a new...
2015-06-18 verwaestCleanup typed array setters, the property is guaranteed...
2015-06-18 balazs.kilvadyMIPS: Fix unaligned double access in cctest/test-simpli...
2015-06-18 caitpotter88[es6] fix IsConcatSpreadable() algorithm in runtime...
2015-06-18 binjiAdd d8 API for spawning function on a new thread.
2015-06-18 machenbachRevert of Ship arrow functions (patchset #1 id:1 of...
2015-06-18 caitpotter88Revert of [es6] ship Object.assign (patchset #2 id...
2015-06-18 hpayerRevert of Re-land new insertion write barrier. (patchse...
2015-06-18 conradwRevert of Revert of [strong] Implement strong mode...
2015-06-18 ulanRevert of Replace ad-hoc weakness in transition array...
2015-06-18 ulanARM64: remove stack pushes without frame in RegExpExecStub.
2015-06-18 wingoShip arrow functions
2015-06-18 caitpotter88[es6] ship Object.assign
2015-06-18 bmeurer[turbofan] Deslowify the GraphTrimmer in debug mode.
2015-06-18 verwaestCleanup INTEGER_INDEXED_EXOTIC handling a bit
2015-06-18 conradwRevert of [strong] Implement strong mode restrictions...
2015-06-18 verwaestMinor cleanup in element handling
2015-06-18 verwaestReturn void from array setters since the return value...
2015-06-18 machenbach[test] Extend clusterfuzz check with more jobs.
2015-06-18 verwaestMore cleanly separate adding from setting elements
2015-06-18 jochenExtend find-anywhere so it also works while debugging...
2015-06-18 conradw[strong] Implement strong mode restrictions on property...
2015-06-18 conradw[es6] Fix completion values of for loops with lexical...
2015-06-18 machenbachReland [turbofan] Disable select matching due to bug...
2015-06-18 ulanDampen the old generation allocation limit only after...
2015-06-18 bmeurer[turbofan] Improve interplay of ControlReducer and...
2015-06-18 mstarzinger[turbofan] Introduce DeadValue and DeadEffect operators.
2015-06-18 machenbachRevert of [turbofan] Disable select matching due to...
2015-06-18 bmeurer[turbofan] Remove another premature optimization from...
2015-06-18 machenbach[test] Unskip layout tests after fixing bot.
2015-06-18 balazs.kilvadyMIPS: Fix unaligned memory access.
2015-06-18 machenbachRevert of Update V8 DEPS. (patchset #1 id:1 of https...
2015-06-18 mstarzinger[turbofan] Add test to keep generic pipeline on life...
2015-06-18 v8-autorollUpdate V8 DEPS.
2015-06-17 sheyangAdd signcla verifier for v8.
2015-06-17 verwaestMake sure to flatten names before lookup. Lookup using...
2015-06-17 ulanAdd option to compute average scavenge speed w.r.t...
2015-06-17 yangguo--print-scopes should ignore native code, even ones...
2015-06-17 mstarzingerReenable some cctest tests that no longer fail.
2015-06-17 jkummerow[test] Fix gc-stress failures of regress-crbug-500497.js
2015-06-17 verwaestUse output parameter to distinguish error from absent...
2015-06-17 bmeurer[turbofan] Remove another ineffective optimization...
2015-06-17 mstarzinger[turbofan] Remove obsolete 'incomplete' flag from Graph...
2015-06-17 ulanFix --trace-gc output after 084d1f.
2015-06-17 bmeurer[turbofan] Fix life time and use of the Typer.
2015-06-17 machenbachRevert of Added constructor call on object in Instantia...
2015-06-17 ulanAdd V8 platform API to call delayed task.
2015-06-17 ulanReplace ad-hoc weakness in transition array with WeakCell.
2015-06-17 jkummerowClean up JSConstructStub
2015-06-17 mstarzinger[turbofan] Remove hack for dead nodes from JSGenericLow...
2015-06-17 verwaestSupport CreateDataProperty on JSObject in the runtime
2015-06-17 jkummerowHydrogen object literals: always initialize in-object...
2015-06-17 dusan.milosavljevicReland "MIPS64: Fix lithium arithmetic operations for...
2015-06-17 bmeurer[turbofan] Move graph trimming functionality to dedicat...
2015-06-17 dtalleyAdded constructor call on object in InstantiateObject...
2015-06-17 verwaestOnly walk the hidden prototype chain for private nonexi...
2015-06-17 verwaestRely on the map being a dictionary map rather than...
2015-06-17 Michael AchenbachWhitespace change to test infra.
2015-06-17 ulanDampen old generation allocation limit after scavenge...
2015-06-17 svenpanneReplace OFFSET_OF with offsetof as far as possible.
2015-06-17 machenbachRevert of Add %TypedArray% to proto chain (patchset...
2015-06-17 mstarzinger[turbofan] Fix overzealous reserving of lazy deopt...
2015-06-17 erikcorryRegExp: Remove bogus assumptions about case independenc...
next