platform/upstream/v8.git
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.
2015-03-20 jochenDon't DCHECK that the weak closure wasn't yet overappro...
2015-03-20 ulanCheck for GC interrupt in JSON parser.
2015-03-20 bmeurer[turbofan] Work-around untagged result of CompareIC...
2015-03-20 chunyang.daiX87: Fix exception for assignment to uninitialised...
2015-03-20 jarin[turbofan] Add explicit set for nodes with weakened...
2015-03-20 Benedikt Meurer[turbofan] Improve typing for string::length property.
2015-03-20 Benedikt Meurer[turbofan] Turn Math.clz32 into an inlinable builtin.
2015-03-20 Benedikt Meurer[turbofan] Fix unit test coverage for JSIntrinsicLowering.
2015-03-20 v8-autorollUpdate V8 DEPS.
2015-03-20 akos.palfiMIPS: [es6] implement Reflect.apply() & Reflect.construct()
2015-03-20 aperezParser: Fix crash on stack overflow when lazy-parsing...
2015-03-19 verwaestCannot use Handle<T>::cast in Unique<T>::cast since...
2015-03-19 hpayerRevert "Merge old data and pointer space."
2015-03-19 ulan[turbofan] Emit constant pool before blocking it in...
2015-03-19 hpayerRename kMaxFrameRenderingIdleTime to kMaxActiveIdleTime...
2015-03-19 rossberg[strong] Check constructor returns
2015-03-19 titzer[turbofan] Remove last_use_ field from Node.
2015-03-19 jochenUse libdl to get symbols for backtraces
2015-03-19 hpayerRemove early bail-out in VisitWeakList to investigate...
2015-03-19 caitpotter88[es6] implement Reflect.apply() & Reflect.construct()
2015-03-19 weiliang.lin[x86] Atom check includes AMT
2015-03-19 ulanAdd debug checks to catch crashes with WeakCell::cast().
2015-03-19 dslomovAdd a counter for legacy const.
2015-03-19 yangguoSerializer: another small reorder of root objects.
next