platform/upstream/v8.git
2015-03-25 mvstantonVectorICs: Address test-heap TODOS
2015-03-25 fedorpostmortem: fixup after 33994b4
2015-03-25 ulanReland "Filter invalid slots out from the SlotsBuffer...
2015-03-25 yangguoRevert of [turbofan] Enable --turbo-osr. (patchset...
2015-03-25 Ben L. Titzer[turbofan] Enable --turbo-osr.
2015-03-25 michael_dawsonPPC: VectorICs: keyed element loads were kicking out...
2015-03-25 chunyang.daiX87: [turbofan] Turn Math.clz32 into an inlinable...
2015-03-25 michael_dawsonPPC: Fix 'PPC: Serializer: serialize internal reference...
2015-03-24 machenbachRevert of Track how many pages trigger fallback strateg...
2015-03-24 machenbachRevert of Filter invalid slots out from the SlotsBuffer...
2015-03-24 titzerSet test expectations prior to enabling --turbo-osr.
2015-03-24 dslomovDo not assign positions to parser-generated desugarings.
2015-03-24 ishellFilter invalid slots out from the SlotsBuffer after...
2015-03-24 marja[strong] Check strong mode free variables against the...
2015-03-24 erikcorryTrack how many pages trigger fallback strategies in GC
2015-03-24 dcarneyfix attribute lookup for all can read indexed interceptors
2015-03-24 aandreyMake debugger step into bound callbacks passed to Array...
2015-03-24 titzer[turbofan] Macro-ify the tracing code in RegisterAllocator.
2015-03-24 mvstantonPrevent leaks of cross context maps in the Oracle.
2015-03-24 Michael AchenbachMove entire CQ config to the V8 repository
2015-03-24 svenpanneAdded %_HeapObjectGetMap and %_MapGetInstanceType intri...
2015-03-24 erikcorryFix OOM bug 3976.
2015-03-24 titzer[turbofan] Address minor TODOs in simplified lowering.
2015-03-24 ulanReload length of retained_maps array after GC.
2015-03-24 mstarzingerRemove CompilationInfoWithZone from public API.
2015-03-24 titzer[turbofan] Address minor TODOs in instruction selector.
2015-03-24 titzer[turbofan] Remove Instruction::IsControl() and Instruct...
2015-03-24 dcarneyrun phantom handle callbacks first
2015-03-24 dcarneyfix disposal of phantom handles in GlobalValueMap
2015-03-24 jarinTest for wrong arguments object materialization.
2015-03-24 titzer[turbofan] Add RegisterAllocator::NewLiveRange() utilit...
2015-03-24 aperezCleanups needed for this-scoping in arrow functions
2015-03-24 loisloCpuProfiler: push the collected information about deopt...
2015-03-24 caitpotter88[es6] call ToString() on template substitutions
2015-03-24 titzer[turbofan] Rename Node::RemoveAllInputs() to Node:...
2015-03-24 erikcorryFix out of date assert after PropertyCell enterbung
2015-03-24 verwaestIf CallNew targets a constant global, set its state...
2015-03-24 machenbachRevert of [V8] Removed SourceLocationRestrict (patchset...
2015-03-24 chunyang.daiX87: [stubs] Add missing interface descriptor for the...
2015-03-24 chunyang.daiX87: Serializer: serialize internal references via...
2015-03-24 chunyang.daiX87: Remove PropertyCell space
2015-03-24 chunyang.daiX87: Use platform specific stubs for vector-based Load...
2015-03-24 jacob.bramleyRevert "ARM64: use jssp for stack slots"
2015-03-24 michael_dawsonPPC: [es6] implement Reflect.apply() & Reflect.construct()
2015-03-24 michael_dawsonPPC: [turbofan] Turn Math.clz32 into an inlinable builtin.
2015-03-24 michael_dawsonPPC: [es6] generate rest parameters correctly for subcl...
2015-03-24 yangguoRevert of [es6] Object.getPrototypeOf should work with...
2015-03-24 michael_dawsonPPC: Serializer: serialize internal references via...
2015-03-24 michael_dawsonPPC: Load from PropertyCells using PropertyCell::kValue...
2015-03-24 jochenRemove calls to IdleNotification()
2015-03-24 chunyang.daiX87: Remove kind field from StackHandler.
2015-03-24 yurysSave heap object tracking data in heap snapshot
2015-03-23 akos.palfiMIPS64: VectorICs: keyed element loads were kicking...
2015-03-23 michael_dawsonPPC: Disinherit PropertyCell from Cell
2015-03-23 michael_dawsonPPC: Remove kind field from StackHandler.
2015-03-23 michael_dawsonPPC: Remove PropertyCell space
2015-03-23 verwaestProperly handle non-JSFunction constructors in CanRetai...
2015-03-23 mstarzingerMove CompilationInfo::this_has_uses to HGraph::this_has...
2015-03-23 mvstantonVectorICs: keyed element loads were kicking out non...
2015-03-23 mstarzingerRemove dangerous constructor from CompilationInfoWithZone.
2015-03-23 ulanAcquire a lock before checking for GC interrupt in...
2015-03-23 kozyatinskiy[V8] Removed SourceLocationRestrict
2015-03-23 dcarney[turbofan] add non fixed slot constraint to register...
2015-03-23 caitpotter88[es5] call ToString() on argument in String.prototype...
2015-03-23 verwaestRemove reference to PropertyCellSpace from include...
2015-03-23 kozyatinskiy[V8] Added debug-sourceinfo.js with LF endings back
2015-03-23 titzerMove this_has_uses from ParseInfo back into Compilation...
2015-03-23 kozyatinskiy[V8] Removed debug-sourceinfo.js with CRLF line endings
2015-03-23 mstarzingerMake compiler more acceptive wrt Isolate::use_crankshaft.
2015-03-23 titzer[turbofan] Fix control reducer bug with walking non...
2015-03-23 michael_dawsonPPC: Use platform specific stubs for vector-based Load...
2015-03-23 ulanRespect old space allocation limit in PagedSpace::Alloc...
2015-03-23 aperezFix unintentional typo in Parser::ParseLazy() comments
2015-03-23 ulanReland "Fix memory leak caused by field type in descrip...
2015-03-23 jacob.bramley[ARM64] [turbofan] Support Float64Min and Float64Max.
2015-03-23 chunyang.daiX87: Simplify pending message object handling.
2015-03-23 chunyang.daiRemove the check for turbofan unsupported platform.
2015-03-23 cdai2X87: Simplify pending message script handling.
2015-03-23 chunyang.daiX87: Remove frame pointer from StackHandler.
2015-03-23 chunyang.daiX87: [es6] Throw TypeError for computed static prototy...
2015-03-23 arvUse TO_OBJECT_INLINE a bit more
2015-03-23 arv[es6] Object.getPrototypeOf should work with values
2015-03-23 cdai2X87: Remove code object from StackHandler.
2015-03-23 caitpotter88[es6] remove --harmony-templates flag
2015-03-23 balazs.kilvadyMIPS: Fix 'MIPS: Serializer: serialize internal referen...
2015-03-23 v8-autorollUpdate V8 DEPS.
2015-03-23 balazs.kilvadyMIPS: [es6] generate rest parameters correctly for...
2015-03-23 johanMAP_NORESERVE was never implemented in FreeBSD as has...
2015-03-20 akos.palfiMIPS: Fix 'MIPS: [es6] implement Reflect.apply() &...
2015-03-20 Toon VerwaestEnsure we don't overflow in BCE
2015-03-20 ishellRevert of Allow compaction when incremental marking...
2015-03-20 caitpotter88[es6] generate rest parameters correctly for subclass...
2015-03-20 balazs.kilvadyMIPS: [turbofan] Turn Math.clz32 into an inlinable...
2015-03-20 chunyang.daiX87: [turbofan] Implement throwing exceptions into...
2015-03-20 bmeurer[turbofan] Fix lowering of Math.max for integral inputs.
2015-03-20 yangguoSerializer: cache hashmaps on the isolate.
2015-03-20 rossberg[harmony] Move some regression tests to the right place
2015-03-20 rossberg[strong] Less pleading error messages
2015-03-20 dslomovRemove harmony-strings flag.
2015-03-20 bmeurer[turbofan] More inlinable Math builtins.
next