platform/upstream/v8.git
2015-06-25 Benedikt Meurer[turbofan] Properly type %_IsDate intrinsic.
2015-06-25 yangguoReland "Keep a canonical list of shared function infos."
2015-06-25 Michael Stanton[ic] Record call counts for monomorphic calls made...
2015-06-25 Michael StantonVector ICs: Like megamorphic keyed koads, use a dummy...
2015-06-25 Benedikt Meurer[turbofan] Add basic support for calling to (a subset...
2015-06-25 Michael StarzingerSimplify interface to optimized code map lookup.
2015-06-25 bmeurer[turbofan] Revive the useful parts of the SimplifiedOpe...
2015-06-25 bbudgeMake helper functions compatible with larger ToBooleanS...
2015-06-25 mstarzingerMake sure bound functions never make it into optimized...
2015-06-25 v8-autorollUpdate V8 DEPS.
2015-06-25 arvJSON.stringify should handle the replacer before the...
2015-06-24 arvFix evaluation order of Object.prototype.hasOwnProperty
2015-06-24 arvjsmin.py: Fix issue with escaping of back ticks
2015-06-24 arvJSON.stringify should use toString of replacer and...
2015-06-24 dstencePPC: Debug check fix for test SMI optimization.
2015-06-24 arvi18n.js was not using original functions
2015-06-24 machenbachRevert of Fix receiver when calling eval() bound by...
2015-06-24 machenbachRevert of Extend big-disjunction optimization to case...
2015-06-24 binjiFix cluster-fuzz regression with Workers and recursive...
2015-06-24 erikcorryExtend big-disjunction optimization to case-independent...
2015-06-24 binjiFix cluster-fuzz regression with Workers when serializi...
2015-06-24 wingoFix unexpected token messages in expression classifier
2015-06-24 binjiFix cluster-fuzz regression with Workers on mips.debug
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.
next