platform/upstream/v8.git
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
2015-05-25 chunyang.daiX87: Vector ICs: Introduce Store and KeyedStore IC...
2015-05-23 machenbach[release-tools] Fix auto-roller after depot tools change.
2015-05-22 machenbachWhitespace change to test CQ.
2015-05-22 sergiybUse OAuth for accessing Rietveld
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 machenbach[test] Fix no-exceptions cc flag.
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 yangguoFix build.
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.
2015-05-22 erikcorryDon't UnshiftGrey any black objects
2015-05-22 svenpanneJavaScript stubs have access to their calling conventio...
2015-05-22 verwaestFix ToNameArray
2015-05-22 rossberg[strong] cache strong object literal maps
2015-05-22 yangguoHook up more import/exports in natives.
2015-05-22 mstarzingerRemove obsolete JSFunction::IsOptimizable predicate.
2015-05-22 mvstantonVectorICs: Create a StoreICState to more easily create...
2015-05-22 bmeurer[turbofan] Don't mix up name/property accesses.
2015-05-22 machenbachRevert of Hook up more import/exports in natives. ...
2015-05-22 yangguoHook up more import/exports in natives.
2015-05-22 svenpanneUnbreak %DebugPrint output.
2015-05-22 jing.baoAndroid IA32: enable PIE
2015-05-22 danno[turbofan] Pick word representation for phis with Type...
2015-05-22 machenbachRevert of Revert of Pass GC flags to incremental marker...
2015-05-21 machenbachRevert of Pass GC flags to incremental marker and start...
2015-05-21 ulanPass GC flags to incremental marker and start increment...
2015-05-21 ssidFixing Heap::Available() to return total of all spaces.
2015-05-21 dslomov[destructuring] Grand for statement parsing unification.
2015-05-21 verwaestPrepare GetProperty(Attributes)WithInterceptor to suppo...
2015-05-21 hansSet V8_HAS_DECLSPEC_SELECTANY for clang-cl
2015-05-21 ulanReland "Avoid excessive GCs in small heaps."
2015-05-21 machenbach[test] Apply more detailed origin tracking in MSAN...
2015-05-21 mbrandyPPC: [es6] Spread in array literals
2015-05-21 verwaestAdjust GetPropertyWithFailedAccessCheck to support...
2015-05-21 ulanRevert of Avoid excessive GCs in small heaps. (patchset...
2015-05-21 machenbach[test] Raise timeout for js-perf-tests.
2015-05-21 verwaestSimplify GetProperty helpers to ease element support
2015-05-21 svenpanneAdd a TurboFan skeleton for StringAddStub.
2015-05-21 mstarzingerRevert of Remove obsolete JSFunction::IsOptimizable...
2015-05-21 jochenFix typo in standalone.gypi
2015-05-21 hpayerReduce new space size during idle times only in memory...
2015-05-21 mstarzingerRemove obsolete JSFunction::IsOptimizable predicate.
2015-05-21 bmeurer[turbofan] Fix UnifyReturn magic in the inliner.
2015-05-21 ulanAvoid excessive GCs in small heaps.
2015-05-21 bradnelsonDropping iterations and speedup from perf results.
2015-05-21 dslomov[destructuring] Implement pattern matching in lexcal...
2015-05-21 verwaestStart adding support for elements to the LookupIterator
2015-05-21 mstarzinger[turbofan] Ship TF for "with" and "for-of" constructs.
2015-05-21 mstarzinger[turbofan] Prepare mechanism to enable TF on language...
2015-05-21 bmeurer[turbofan] Enable deoptimization for non-asm.js TurboFa...
2015-05-21 jochenCheck in hello world example so it stays up to date
2015-05-21 bbudgeGeneralize HeapObject alignment requirements.
2015-05-21 titzer[turbofan] Add bounds check to Node::InputAt(index...
2015-05-21 yangguoDebugger: use weak cells to implement ScriptCache.
2015-05-21 jochenIntroduce a new gyp flag to warn about to be deprecated...
2015-05-21 ulanMake new space allocation throughput estimation more...
2015-05-21 jarin[turbofan] Fix variable liveness control structure...
2015-05-21 Benedikt Meurer[turbofan] --turbo should not imply --turbo-type-feedback.
2015-05-21 arv[es6] Spread in array literals
2015-05-21 yangguoUse shared container to manage imports/exports.
2015-05-21 chunyang.daiX87: Cleanup interface descriptors to reflect that...
2015-05-21 chunyang.daiX87: [strong] Function arity check should be based...
2015-05-21 v8-autorollUpdate V8 DEPS.
2015-05-21 dehrenbergRe-land %TypedArray%.prototype.{map,filter,some}
2015-05-20 machenbach[test] Fix simdjs perf tests.
2015-05-20 bradnelsonSkip presubmits when doing --download-data-only.
2015-05-20 verwaestFix for-in for large indexes and indexes on proxies
2015-05-20 mbrandyPPC: Cleanup interface descriptors to reflect that...
2015-05-20 bmeurer[turbofan] Pass deoptimization mode to type feedback...
2015-05-20 jkummerowRevert of Use shared container to manage imports/export...
2015-05-20 dslomov[destructuring] Implement spread binding patterns.
2015-05-20 yangguoUse shared container to manage imports/exports.
2015-05-20 mstarzingerRemove obsolete Code::optimizable flag.
2015-05-20 dannoAdd constants for FrameState input parameters
2015-05-20 ishellFixed DCHECK in StoreIC::CompileHandler().
2015-05-20 mbrandyPPC: Fix '[strong] Function arity check should be based...
2015-05-20 mvstantonCleanup interface descriptors to reflect that vectors...
next