platform/upstream/v8.git
2015-08-28 chunyang.daiX87: [Interpreter] Add support for parameter variables.
2015-08-28 titzerUse ShouldEnsureSpaceForLazyDeopt more.
2015-08-28 yangguoNative context: do not put public symbols and flags...
2015-08-28 Benedikt Meurer[test] Fix wrong mjsunit.status line.
2015-08-28 Benedikt Meurer[test] Properly disable test that doesn't work in GC...
2015-08-28 bmeurer[es6] Implement spec compliant ToName (actually ToPrope...
2015-08-28 bmeurer[es6] Implement spec compliant ToPrimitive in the runtime.
2015-08-28 titzerReduce the number of entrypoints to the compiler pipeli...
2015-08-28 mvstantonVector ICs: Make the Oracle gather feedback for vector...
2015-08-28 wingoDisallow yield in default parameter initializers
2015-08-28 mbrandy[turbofan] Fix unified stack slots for embedded constan...
2015-08-27 gdeepti[simd.js] Add SIMD store functions for Phase 1.
2015-08-27 mlippautz[heap] Make compaction space accept external memory.
2015-08-27 titzerRemove CompilationInfo::MayUseThis() and replace it...
2015-08-27 kozyatinskiy[V8] Report JSON parser script to DevTools
2015-08-27 mtrofin[turbofan] LiveRange splintering optimizations.
2015-08-27 mbrandyPPC: [Interpreter] Add support for parameter variables.
2015-08-27 hpayerSynchronize on concurrent slot buffer entries during...
2015-08-27 gdeepti[simd.js] Add SIMD load functions for Phase 1.
2015-08-27 sergiybUse committer list from chrome-infra-auth group project...
2015-08-27 mbrandyPPC: Fix "Correctify instanceof and make it optimizable."
2015-08-27 mbrandyPPC: Correctify instanceof and make it optimizable.
2015-08-27 mlippautz[heap] Get rid of dead code in HeapIterator.
2015-08-27 yangguo[turbofan] Remove obsolete BuildLoadBuiltinsObject.
2015-08-27 titzer[wasm] Move the (conditional) installation of the WASM...
2015-08-27 hpayerClear SMI and non-evacuation candidate entries when...
2015-08-27 mbrandyPPC: [interpreter]: Changes to interpreter builtins...
2015-08-27 mbrandyPPC: Make Simulator respect C stack limits as well.
2015-08-27 mstarzinger[heap] Remove raw unchecked root set accessors.
2015-08-27 hpayerWait for concurrent unmapping tasks in GC prologue.
2015-08-27 cbruniAdding ElementsAccessor Splice
2015-08-27 mstarzingerMove runtime helper for ToName conversion onto Object.
2015-08-27 mstarzinger[heap] Limit friendship of the Heap class to essentials.
2015-08-27 mlippautz[heap] Add compaction space.
2015-08-27 rmcilroy[interpreter] Fix gcmole error after r30404.
2015-08-27 yangguoRemove builtin/runtime name clash presubmit check.
2015-08-27 rmcilroy[interpreter] Add constant_pool() to BytecodeArray.
2015-08-27 rmcilroy[Interpreter] Add support for parameter variables.
2015-08-27 yangguoMove (uppercase) JS builtins from js builtins object...
2015-08-27 mvstantonVector ICs: Stop iterating the heap to clear keyed...
2015-08-27 mtrofin[turbofan] LiveRange splinter merging optimizations.
2015-08-27 mtrofin[turbofan] Ensure stackcheck flags do something.
2015-08-26 bradnelsonSpliting out TyperCache into ZoneTypeCache to share...
2015-08-26 mbrandyPPC: Fix InterpreterEntryTrampoline().
2015-08-26 mbrandyPPC: [turbofan] Unify referencing of stack slots
2015-08-26 mbrandyPPC: Fix "[turbofan] Support unboxed float and double...
2015-08-26 mbrandyPPC: Cleanup: Remove unncessary leave_frame parameter...
2015-08-26 mbrandyPPC: VectorICs: New interface descriptor for vector...
2015-08-26 mbrandyPPC: [simd.js] Single SIMD128_VALUE_TYPE for all Simd12...
2015-08-26 mbrandyPPC: Fix "Move regexp implementation into its own folder."
2015-08-26 mbrandyPPC: [compiler] Remove broken support for undetectable...
2015-08-26 mstarzingerRemove named load from builtin in default super call.
2015-08-26 conradw[parser] disallow language mode directive in body of...
2015-08-26 mstarzingerMove runtime helper for JSArrayBuffer onto objects.
2015-08-26 conradw[es6] Make harmony_destructuring imply harmony_default_...
2015-08-26 mstarzingerMove runtime helper for JSWeakCollection onto objects.
2015-08-26 mstarzingerMove runtime helper for JSSet and JSMap onto objects.
2015-08-26 hpayerSynchronize on concurrent store buffer entries.
2015-08-26 yangguoInstall js intrinsic fallbacks for array functions...
2015-08-26 wingoIn generators, "yield" cannot be an arrow formal parame...
2015-08-26 bmeurer[runtime] Remove the redundant %_IsObject intrinsic.
2015-08-26 yangguoCall JS functions via native context instead of js...
2015-08-26 mvstantonVector ICs: Ensure KeyedAccessStore mode is encoded...
2015-08-26 mstarzinger[heap] User safer root set accessor when possible.
2015-08-26 chunyang.daiX87: Correctify instanceof and make it optimizable.
2015-08-26 mstarzinger[turbofan] Fix broken dynamic TDZ check for let and...
2015-08-26 ishellDo not inline array resize operations for outdated...
2015-08-26 wingoParse arrow functions at proper precedence level
2015-08-26 mstarzinger[heap] Prevent direct access to ExternalStringTable.
2015-08-26 Hannes PayerDon't explicitly tear down code range in cctest/test...
2015-08-26 mtrofin[turbofan] Separate LiveRange and TopLevelLiveRange...
2015-08-26 v8-autorollUpdate V8 DEPS.
2015-08-26 chunyang.daiX87: [Interpreter] Pass context to interpreter bytecode...
2015-08-26 bradnelsonVisit additional AST nodes as expressions in AstExpress...
2015-08-26 bbudge[simd.js] Clean up bad merge in messages.js
2015-08-26 littledanTest262 roll to the 2015-8-25 version
2015-08-26 littledan--harmony-sloppy-function depends on --harmony-sloppy
2015-08-25 rossberg[es6] Remaining cases of parameter scopes for sloppy...
2015-08-25 adamk[es6] Fix computed property names in nested literals
2015-08-25 rossberg[es6] Correct length for functions with default parameters
2015-08-25 bradnelsonFix AstExpressionVisitor to correctly handle switch...
2015-08-25 hpayerAdd basic support for parallel compaction and flag.
2015-08-25 mstarzinger[heap] Enforce coding style decl order in {Heap} round #3.
2015-08-25 mtrofin[turbofan] Deferred blocks splintering.
2015-08-25 hpayerAllow more scavenges during idle times by pushing down...
2015-08-25 mstarzinger[heap] Prevent direct access to StoreBuffer.
2015-08-25 rmcilroy[interpreter] Allow verification and trace-turbo for...
2015-08-25 bbudge[simd.js] Update to spec version 0.8.2.
2015-08-25 rmcilroy[Interpreter] Add implementations of arithmetic binary...
2015-08-25 hablichRevert of Moving ArraySplice Builtin to ElementsAccesso...
2015-08-25 cbruniRevert of Array.prototype.unshift builtin improvements...
2015-08-25 mlippautz[heap] Make the current GCCallbackFlags are part of...
2015-08-25 titzerAdd a PLACEHOLDER code kind.
2015-08-25 cbruniArray.prototype.unshift builtin improvements
2015-08-25 rossbergReship arrow functions
2015-08-25 mlippautz[heap] Report proper GC type in prologue/eplilogue...
2015-08-25 mlippautz[heap] Enforce coding style decl order in {Heap} round #2.
2015-08-25 bmeurer[crankshaft] DCE must not eliminate (observable) math...
2015-08-25 bmeurerCorrectify instanceof and make it optimizable.
2015-08-24 bbudge[simd.js] Set --harmony-simd flag in test config.
next