platform/upstream/v8.git
2015-05-30 v8-autorollUpdate V8 DEPS.
2015-05-29 erikcorryEven without --trace-gc dump the last few GC messages...
2015-05-29 titzer[turbofan] Clean up cctest "framework" for dealing...
2015-05-29 bbudgeClean up aligned allocation code in preparation for...
2015-05-29 yangguoDebugger: PreservePositionScope should clear positions...
2015-05-29 vogelheimFix free-after-free bug in ExternalStreamingStream...
2015-05-29 ishellReland "Fixed a couple of failing DCHECK(has_pending_ex...
2015-05-29 conradw[strong] Implement per-object restrictions behaviour...
2015-05-29 jarinRemove the experimental perf jit support until the...
2015-05-29 yangguoDebugger: consider try-finally scopes not catching...
2015-05-29 mstarzinger[turbofan] Enforce stricter constraints on Throw nodes.
2015-05-29 erikcorrygrokdump.py - some support for on-stack HeapStats
2015-05-29 hpayerTreat links that organize weak objects weakly.
2015-05-29 bmeurer[x64] Fix useless deopt in for-in.
2015-05-29 rodolph.perfetta[arm] Fix vmov immediate for ARMv6.
2015-05-29 v8-autorollUpdate V8 DEPS.
2015-05-28 arvCleanup ast numbering for super.prop in arrows
2015-05-28 bbudgeRevert of Clean up aligned allocation code in preparati...
2015-05-28 bbudgeClean up aligned allocation code in preparation for...
2015-05-28 mbrandyPPC: Make KeyedStores from a sloppy arguments array...
2015-05-28 mbrandyPPC: Fix '[crankshaft] Record inlined shared function...
2015-05-28 sergiybConverted V8 CQ config to proto-format
2015-05-28 mvstantonMake KeyedStores from a sloppy arguments array use...
2015-05-28 bmeurer[turbofan] Simplify graph construction for for-in.
2015-05-28 mstarzinger[turbofan] Introduce prediction for exception handlers.
2015-05-28 erikcorrygrokdump.py: work around int size limits on xrange
2015-05-28 machenbach[test] Fix assert for predictable mode in test runner.
2015-05-28 jochenUpdate all callsites of the TryCatch ctor to pass an...
2015-05-28 bmeurer[turbofan] Record SharedFunctionInfo of inlined functions.
2015-05-28 machenbach[test] Use instrumented libc++ for asan and tsan builds.
2015-05-28 bmeurer[deoptimizer] Materialize double values as smis wheneve...
2015-05-28 bmeurer[turbofan] Remove the JSGraph dependency from the Contr...
2015-05-28 bmeurer[turbofan] Remove the useless SimplifiedOperatorReducer.
2015-05-28 bmeurer[crankshaft] Record inlined shared function infos inste...
2015-05-28 yangguoThrow illegal exception when formatting with invalid...
2015-05-28 yangguoDo not eagerly convert exception to string when creatin...
2015-05-28 bmeurer[turbofan] Remove frame state TODOs from VisitForInBody.
2015-05-28 v8-autorollUpdate V8 DEPS.
2015-05-27 akos.palfiSkip simdjs/shell_test_runner on big-endian platforms.
2015-05-27 mbrandyPPC: VectorICs: allocating slots for store ics in ast...
2015-05-27 mbrandyPPC: [es6] Support super.property in eval and arrow...
2015-05-27 conradw[strong] Implement per-object restrictions behaviour...
2015-05-27 machenbach[test] Add sanitizer coverage to gyp configs.
2015-05-27 ulanFix cctest/test-unboxed-doubles/IncrementalWriteBarrier...
2015-05-27 vogelheimFix DCHECK on SetBookmark.
2015-05-27 jochenIntroduce v8::Object::CreateDataProperty
2015-05-27 mvstantonVectorICs: allocating slots for store ics in ast nodes.
2015-05-27 hpayerTreat weak references in context weakly in write barrier.
2015-05-27 v8-autorollUpdate V8 DEPS.
2015-05-27 machenbachRevert of Use CLOCK_REALTIME_COARSE when available...
2015-05-27 conradw[strong] fix strong array, object prototypes
2015-05-27 machenbach[test] Remove default for zero test cases.
2015-05-27 vegorovgdb-v8-support.py: add FindAnywhere helper.
2015-05-27 hpayerScale old generation growing strategy based on allocati...
2015-05-27 ulanNew algorithm for selecting evacuation candidates
2015-05-27 jkummerow[turbofan] Fix type feedback for JSStoreNamed
2015-05-27 bmeurer[turbofan] Use Start as sentinel for frame states.
2015-05-27 bmeurer[turbofan] Optimize && and || in test context.
2015-05-27 vogelheimMark class as exported to fix win build.
2015-05-27 bmeurer[turbofan] Optimize strict equality of unique values.
2015-05-27 v8-autorollUpdate V8 DEPS.
2015-05-26 arv[es6] Support super.property in eval and arrow functions
2015-05-26 machenbach[test] Verbose test runner output on windows.
2015-05-26 adamkAdd {Map,Set}::FromArray to the API
2015-05-26 mike[es6] Define generator prototype as writable prop
2015-05-26 adamkAdd {Map,Set}::AsArray to the API
2015-05-26 benUse CLOCK_REALTIME_COARSE when available.
2015-05-26 hpayerFix overflow in allocation throughput calculation.
2015-05-26 adamkAdd basic API support for Map & Set
2015-05-26 mbrandyPPC: Vector ICs: Introduce Store and KeyedStore IC...
2015-05-26 ulanFix windows builder after fe9a16b6.
2015-05-26 mbrandyPPC: Move hash code from hidden string to a private...
2015-05-26 mbrandyPPC: Move work to omit unnecessary ObjectLiteral stores...
2015-05-26 ulanFix test-heap/OldSpaceAllocationCounter.
2015-05-26 machenbach[test] Sync in *san configurations from chromium.
2015-05-26 ulanTemporary fix for test-heap/OldSpaceAllocationCounter.
2015-05-26 machenbach[test] Correctly merge expected test outcomes.
2015-05-26 yangguoCorrectly hook up materialized receiver into the evalua...
2015-05-26 hablichTemporary auto-CC'ing hablich to x87 changes
2015-05-26 Michael AchenbachWhite space change after infra breakage.
2015-05-26 bmeurer[turbofan] Connect loops to end via Terminate during...
2015-05-26 mstarzinger[turbofan] Verify uses of Deoptimize and Return in...
2015-05-26 ulanAdd old generation allocation throughput computation.
2015-05-26 erikcorryMove hash code from hidden string to a private symbol
2015-05-26 bmeurer[turbofan] Properly kill Terminate nodes when removing...
2015-05-26 bmeurer[turbofan] Change End to take a variable number of...
2015-05-26 ishellRevert of Fixed a couple of failing DCHECK(has_pending_...
2015-05-26 hpayerDon't shrink new space based on allocation rate in...
2015-05-26 ishellFixed a couple of failing DCHECK(has_pending_exception()).
2015-05-26 jochenFix lookup iterator checks in GetRealNamedProperty...
2015-05-26 mvstantonMove work to omit unnecessary ObjectLiteral stores...
2015-05-26 jarinExclude non-optimizable functions from OptimizeFunction...
2015-05-26 mstarzinger[turbofan] Fix known issue about computed property...
2015-05-26 yangguoDo not leak message object beyond try-catch.
2015-05-26 machenbach[test] Mark slow tests on msan.
2015-05-26 vogelheimImplement bookmarks for ExternalStreamingStream.
2015-05-26 yangguoFix harmony-sharedarraybuffer implementation.
2015-05-26 yangguoRevert of Revert of Hook up more import/exports in...
2015-05-26 yangguoDo not patch IC in deoptimized code.
2015-05-25 chunyang.daiX87: [es6] Spread in array literals
next