platform/upstream/v8.git
2015-06-24 dslomovUse C runtime functions for ThrowNewXXError desugarings.
2015-06-24 wingoFix receiver when calling eval() bound by with scope
2015-06-24 hpayerRe-land new insertion write barrier.
2015-06-24 mbrandyPPC: Use big-boy Types to annotate interface descriptor...
2015-06-24 ishellEnsure there is some space on JS stack available for...
2015-06-24 yangguoSerializer: clear next link in weak cells.
2015-06-24 mbrandyPPC: Do not add extra argument for new.target
2015-06-24 wingoFix -Werror=sign-compare error with GCC
2015-06-24 machenbach[android] Set platform to 16 for 32 bit builds.
2015-06-24 bmeurer[turbofan] Make TyperCache global and thread safe.
2015-06-24 bmeurer[x64] Fix instruction selection for Word64Equal(Word64A...
2015-06-24 jacob.bramleyReland r21101: "ARM64: use jssp for stack slots"
2015-06-24 dannoUse big-boy Types to annotate interface descriptor...
2015-06-24 bbudgeExpand ToBoolean stub so it can handle more types.
2015-06-24 binjiFix ReferenceError of Worker in regress-crbug-503578
2015-06-24 machenbach[android] Completly move path logic to gyp config.
2015-06-24 binjiFix cluster-fuzz found regression in d8 when deserializ...
2015-06-24 mstarzinger[turbofan] Remove stale control-reducer.cc file.
2015-06-23 arvDate() should not depend on Date.prototype.toString
2015-06-23 adamkRevert "Keep a canonical list of shared function infos."
2015-06-23 mathiasAvoid built-ins in `Date.prototype.toISOString`
2015-06-23 titzerAdd mjsunit tests for optimization of float min/max.
2015-06-23 dslomovDo not add extra argument for new.target
2015-06-23 adamkExpose Map/Set methods through the API
2015-06-23 ishellFixed exception handling in Realm.create().
2015-06-23 jochenLet GC select the collector when the external memory...
2015-06-23 mbrandyPPC: [turbofan] Fix implementation of Float64Min.
2015-06-23 verwaestDon't insert elements transitions into normalized maps
2015-06-23 verwaestCleanup adding elements and in particular dictionary...
2015-06-23 mstarzinger[turbofan] Make global variable loads and stores explicit.
2015-06-23 bmeurer[turbofan] NaN is never truish.
2015-06-23 jacob.bramley[arm64][turbofan] Fix implementation of Float64Min.
2015-06-23 verwaestFix regexp perf: Only increase array size if needed
2015-06-23 verwaestMerge AddFastElement and AddFastDoubleElement
2015-06-23 ishellMap::ReconfigureProperty() should mark map as unstable...
2015-06-23 Benedikt Meurer[turbofan] Run DeadCodeElimination together with the...
2015-06-23 ishellGlobal handle leak in Realm.create() fixed.
2015-06-23 titzer[turbofan] Make an OptionalOperator for MachineOperator...
2015-06-23 verwaestMove SetFastElementsCapacity into GrowCapacityAndConvert
2015-06-23 jochen[test] Teach test runner about whether novfp3 is on...
2015-06-23 bmeurerRevert of [turbofan] Run DeadCodeElimination together...
2015-06-23 mvstantonVector ICs: Additional Turbofan support
2015-06-23 hpayerFix wrong DCHECK in Heap::FindAllocationMemento where...
2015-06-23 bmeurer[turbofan] Run DeadCodeElimination together with the...
2015-06-23 mstarzinger[turbofan] Avoid embedding type feedback vector into...
2015-06-23 verwaestAlso check for access checks and indexed interceptors...
2015-06-23 jarin[turbofan] Factor out the function specific part from...
2015-06-23 chunyang.daiX87: Built-in apply() performance benefits from an...
2015-06-23 chunyang.daiX87: Vector ICs: Turbofan vector store ic support
2015-06-23 bmeurer[date] Use explicit control flow to replace %_ThrowIfNo...
2015-06-23 v8-autorollUpdate V8 DEPS.
2015-06-23 littledanRe-ship Harmony Array/TypedArray methods
2015-06-22 arvRemove usage of S.p.charCodeAt from uri.js
2015-06-22 littledanDisable a flaky test
2015-06-22 arvFix HTML string methods to not depend on replace method
2015-06-22 Adam KleinAdd an informative comment on regress-1132 ASAN suppression
2015-06-22 verwaestRemove duplicate isolate
2015-06-22 adamkUse CHECK_LT in CheckHandleCountVisitor for better...
2015-06-22 arvFix string HTML methods to call ToString
2015-06-22 littledanDisable regress-1132 on ASAN runs
2015-06-22 arv[Test262-es6] Update to use FAIL_SLOPPY everywhere
2015-06-22 binjiAtomic operations on Uint8ClampedArray
2015-06-22 mbrandyPPC: Vector ICs: Turbofan vector store ic support
2015-06-22 mbrandyPPC: Clean up JSConstructStub
2015-06-22 mbrandyPPC: Built-in apply() performance benefits from an...
2015-06-22 binjiAdd d8 API for spawning function on a new thread (Third...
2015-06-22 arvTest262-es6 test runner should handle sloppy fail better
2015-06-22 arv[es6] Bound function names
2015-06-22 dslomov[destructuring] Implement parameter pattern matching.
2015-06-22 caitpotter88[es6] ship Rest Parameters
2015-06-22 jochenKeep track of ArrayBuffers based on collector type...
2015-06-22 machenbach[android] Merge gyp configurations.
2015-06-22 machenbachRevert of [destructuring] Implement parameter pattern...
2015-06-22 mstarzinger[turbofan] Add CodeFactory::Instanceof helper.
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...
next