platform/upstream/v8.git
2015-06-22 benUse optparse in js2c.py for python compatibility
2015-06-22 bmeurer[turbofan] Revive the VectorSlotPair and also put feedb...
2015-06-22 dslomov[destructuring] Implement parameter pattern matching.
2015-06-22 machenbach[android] Add toolchain path logic to gyp config.
2015-06-22 verwaestMove SetFastDoubleElementsCapacity into GrowCapacityAnd...
2015-06-22 verwaestRemove broken optimization unwrapping number wrappers...
2015-06-22 verwaestGet rid of JSArray::Expand and friends
2015-06-22 yangguoDo not look for existing shared function info when...
2015-06-22 bmeurer[turbofan] Some cleanup to the Typer.
2015-06-22 mstarzingerFix terrible interaction with code flushing.
2015-06-22 Benedikt Meurer[turbofan] Run context specialization, inlining and...
2015-06-22 mvstantonBuilt-in apply() performance benefits from an uninitial...
2015-06-22 bmeurer[turbofan] Run DeadCodeElimination as part of the gener...
2015-06-21 mvstantonVector ICs: Turbofan vector store ic support
2015-06-20 v8-autorollUpdate V8 DEPS.
2015-06-20 machenbachRevert of Ship Harmony Array/TypedArray methods (patchs...
2015-06-20 littledanShip Harmony Array/TypedArray methods
2015-06-19 caitpotter88[es6] throw TypeError when setting cyclic prototype...
2015-06-19 arv[es6] Ship spread
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.
next