platform/upstream/v8.git
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.
2015-08-24 littledanAdd a separate scope for switch
2015-08-24 domenicShip --harmony_array_includes
2015-08-24 rossberg[es6] Fix default parameters in arrow functions
2015-08-24 littledanTranslate AST to Hydrogen missing position
2015-08-24 bradnelsonAdding visitors to regurgitate expression types or...
2015-08-24 hpayerRe-land "Concurrently unmap free pages."
2015-08-24 mstarzingerMake Simulator respect C stack limits as well.
2015-08-24 mstarzingerMove StackGuard::InterruptRequested into StackLimitCheck.
2015-08-24 rossbergUnship arrow functions
2015-08-24 yangguoDeserializer: flush code cache while code pointers...
2015-08-24 yangguoMessage formatting: handle unexpected case of failing...
2015-08-24 mlippautzRevert "Make sure that memory reducer makes progress...
2015-08-24 yangguoDebugger: use correct position for for-next expression...
2015-08-24 mlippautz[heap] Enforce coding style decl order in {Heap} round #1.
2015-08-24 cbruni- remove the Backing-Store specific code from builtins...
2015-08-24 rmcilroy[Interpreter] Pass context to interpreter bytecode...
2015-08-24 rmcilroyAdd CompileInfo::GetDebugName()
2015-08-24 hablichRevert of [simd.js] Update to spec version 0.8.2. ...
2015-08-24 bbudge[simd.js] Update to spec version 0.8.2.
2015-08-24 chunyang.daiX87: Disable test case for X87 because of double regist...
2015-08-24 mstarzingerSimplify macro-assembler.h include dance.
2015-08-24 yangguoNative context: alpha sort slots and remove boilerplate.
2015-08-24 yangguoRevert of Parse arrow functions at proper precedence...
2015-08-24 mstarzingerGet rid of CompilationInfo::GenerateCodeStub method.
2015-08-22 littledanRevert of Add a separate scope for switch (patchset...
2015-08-22 littledanFix function scoping issue
2015-08-21 littledanAdd a separate scope for switch
2015-08-21 bradnelsonDon't allocate AstTyper with the zone allocator.
2015-08-21 mstarzingerRename FullCodeGenerator::function to literal.
2015-08-21 binjiSignal a blocked futex if the isolate is interrupted...
2015-08-21 vogelheimRevert of Concurrently unmap free pages. (patchset...
2015-08-21 mstarzingerDeprecate useless CompilationInfo::IsOptimizable predicate.
2015-08-21 mstarzingerDeprecate semi-correct CompilationInfo::flags predicate.
2015-08-21 rmcilroy[turbofan] Add control and effect inputs to RawMachineA...
2015-08-21 hpayerConcurrently unmap free pages.
2015-08-21 yangguoSmall MessageLocation related refactoring.
2015-08-21 mstarzinger[heap] Move StoreBufferRebuilder into the correct header.
2015-08-21 mlippautz[heap] Disable moving object starts aka left trimming
2015-08-21 Michael HablichUpdate version to 4.7
2015-08-21 mlippautz[heap,cctest] Get rid of protected-for-sake-of-testing...
2015-08-21 mstarzinger[heap] Move RegExpResultCache out of the heap.
2015-08-21 hpayerRecord slots in large objects.
2015-08-21 wingoParse arrow functions at proper precedence level
2015-08-21 chunyang.daiX87: VectorICs: New interface descriptor for vector...
2015-08-21 chunyang.daiX87: Cleanup: Remove unncessary leave_frame parameter...
2015-08-21 rossberg[es6] Parameter scopes for sloppy eval
2015-08-21 rossberg[simd] Introduce SIMD types (as classes)
2015-08-21 chunyang.daiX87: [turbofan] Fix stack->stack double moves for pushi...
2015-08-21 chunyang.daiX87: [turbofan] Unify referencing of stack slots
2015-08-21 mstarzingerRemove code.h header and move ParameterCount class.
2015-08-21 chunyang.daiX87: [turbofan] Support unboxed float and double stack...
2015-08-21 chunyang.daiX87: [interpreter]: Changes to interpreter builtins...
2015-08-21 chunyang.daiX87: [simd.js] Single SIMD128_VALUE_TYPE for all Simd12...
2015-08-21 mlippautz[heap] Thread through GC flags in memory reducer and...
2015-08-21 wingoFix parsing of arrow function formal parameters
2015-08-21 yangguoDo not use js builtins object to determine whether...
2015-08-21 mvstantonVectorICs: New interface descriptor for vector transiti...
2015-08-21 yangguoIntroduce SharedFunctionInfo::Iterator and Script:...
2015-08-21 mstarzingerRemove obsolete static methods from V8 class.
2015-08-21 mlippautz[heap] Cleanup and fix GC flags
2015-08-21 yangguoUnify symbols sharing across native scripts and runtime.
2015-08-21 v8-autorollUpdate V8 DEPS.
2015-08-20 yangguoFix bug in Code::VerifyRecompiledCode.
2015-08-20 mstarzinger[heap] Hide MemoryReducer inside the heap component.
2015-08-20 mstarzinger[heap] Hide GCTracer inside the heap component.
2015-08-20 hpayerDon't filter store buffer after sweeping.
2015-08-20 mvstantonSimplify KeyedAccessStoreMode.
2015-08-20 hpayerLarge objects do not require special handling anymore...
2015-08-20 mstarzinger[heap] Move {hidden_string} into the root list.
2015-08-20 cbruniRevert of Moving ArraySplice Builtin to ElementsAccesso...
2015-08-20 mstarzingerMake snapshot.h usable without objects-inl.h header.
next