For Micro-benchmarks for 'with'
[platform/upstream/v8.git] / src /
2015-06-01 mstarzinger[turbofan] New operator for loads of DYNAMIC_[GLOBAL...
2015-06-01 jochenAlso expose DefineOwnProperty
2015-06-01 bmeurer[turbofan] First step towards sanitizing for-in and...
2015-06-01 michael_dawsonFix compile failure for AIX
2015-06-01 jacob.bramley[arm] Fix detection of architecture versions.
2015-05-31 erikcorryRemove spurious prints from GC logging
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 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-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 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 jochenUpdate all callsites of the TryCatch ctor to pass an...
2015-05-28 bmeurer[turbofan] Record SharedFunctionInfo of inlined functions.
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-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 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 machenbachRevert of Use CLOCK_REALTIME_COARSE when available...
2015-05-27 conradw[strong] fix strong array, object prototypes
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 bmeurer[turbofan] Optimize strict equality of unique values.
2015-05-26 arv[es6] Support super.property in eval and arrow functions
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 mbrandyPPC: Move hash code from hidden string to a private...
2015-05-26 mbrandyPPC: Move work to omit unnecessary ObjectLiteral stores...
2015-05-26 yangguoCorrectly hook up materialized receiver into the evalua...
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 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
2015-05-25 chunyang.daiX87: Vector ICs: Introduce Store and KeyedStore IC...
2015-05-22 jochenUpdate UTF-8 decoder to detect more special cases.
2015-05-22 jochenIntroduce a maybe-version of Function::New
2015-05-22 mstarzinger[turbofan] Simplify handling of spreads in array literals.
2015-05-22 mvstantonVector ICs: Introduce Store and KeyedStore IC code...
2015-05-22 mvstantonRemove unnecessary TypeFeedbackIds, saves memory and...
2015-05-22 Djordje.PesicMIPS: Add float instructions and test coverage, part two
2015-05-22 binjiImplement SharedArrayBuffer.
2015-05-22 hpayerIdle old generation limit is used when allocation rate...
2015-05-22 conradwMake delete API consistent for String objects
2015-05-22 jochenRemove v8::Private
2015-05-22 yangguoRevert of Implement SharedArrayBuffer (patchset #7...
2015-05-22 binjiImplement SharedArrayBuffer.
2015-05-22 bbudgeGeneralize alignment in heap GC functions.
2015-05-22 yangguoUse conservative hash table capacity growth during...
2015-05-22 hpayerUncommit and shrink semi-spaces only on low allocation...
2015-05-22 machenbachRevert of Hook up more import/exports in natives. ...
2015-05-22 titzer[turbofan] Rework Node guts to save space.
next