platform/upstream/v8.git
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.
2015-03-19 rodolph.perfetta[arm64] serialize internal references via object visitor
2015-03-19 jarin[turbofan] Remember types for deoptimization during...
2015-03-19 yangguoAdd debug checks to catch PropertyCell::cast failures.
2015-03-19 bmeurer[turbofan] Use proper parameter representation for...
2015-03-19 dusan.milosavljevicMIPS: Tweak constants to be in favor of table switch.
2015-03-19 mstarzingerRevert of Cleanup and unify Isolate::ReportPendingMessa...
2015-03-19 bmeurer[stubs] Add missing interface descriptor for the CompareIC.
2015-03-19 titzer[turbofan] Fix GVN of projections and add verification...
2015-03-19 jacob.bramley[ARM64] [turbofan] Support uxtb/uxth for add/sub.
2015-03-19 dprankeFix a stray reference to 'build_os' in BUILD.gn.
2015-03-19 dusan.milosavljevicMIPS64: Fix bug in jump table test.
2015-03-19 mstarzinger[turbofan] Remove stale TODO from FunctionTester.
2015-03-19 svenpanneSome CompilationInfo-related cleanup.
2015-03-19 jochenClarify what APIs return Maybe and MaybeLocal values
2015-03-19 Benedikt Meurer[turbofan] Turn weaken min/max limits for typer into...
2015-03-19 rodolph.perfetta[arm64] Assembler support for internal references.
2015-03-19 Benedikt Meurer[turbofan] Remove indirection in JSToBoolean/JSUnaryNot...
2015-03-19 yangguoDo not test debug-scripts-request with TurboFan.
2015-03-19 yangguoSerializer: reorder root list items.
2015-03-19 yangguoSerializer: clean up opcodes.
2015-03-19 yangguoAdd regression test for dependency to field type tracke...
2015-03-19 yurysIntroduce explicit constant for per Context debug data...
2015-03-19 mvstantonVector ICs: Clear the vector ic slots appropriately...
2015-03-19 bmeurer[turbofan] Eliminatable JS/call nodes should not have...
2015-03-19 michael_dawsonPPC: cleanup excludes
2015-03-19 yangguoRevert of Reland of "Fix memory leak caused by field...
2015-03-19 jarin[turbofan] Support lazy deopt for truncating store...
2015-03-19 v8-autorollUpdate V8 DEPS.
2015-03-18 balazs.kilvadyMIPS: Serializer: serialize internal references via...
2015-03-18 paul.lindMIPS: Load from PropertyCells using PropertyCell::kValu...
2015-03-18 balazs.kilvadyMIPS: Disinherit PropertyCell from Cell.
2015-03-18 verwaestLoad from PropertyCells using PropertyCell::kValueOffse...
2015-03-18 ulanSkip flaky mjsunit/debug-references in gc-stress.
2015-03-18 svenpanneAdd IBM people to PPC owners.
2015-03-18 balazs.kilvadyMIPS: Remove PropertyCell space.
next