platform/upstream/v8.git
2015-05-19 jkummerowFix harmless HGraph verification failure after hoisting...
2015-05-19 svenpanneUse USE_SIMULATOR when appropriate.
2015-05-19 yangguoDo not clear stepping after DebugEvaluate.
2015-05-19 v8-autorollUpdate V8 DEPS.
2015-05-19 horo[V8] Added Script::is_opaque flag for embedders
2015-05-18 wingoReapply "Resolve references to "this" the same way...
2015-05-18 dslomov[destructuring] More tests for object literal pattern
2015-05-18 dehrenbergAdd TypedArray.from method
2015-05-18 ishellARM64: Propagate notification about aborted compilation...
2015-05-18 caitpotter88[parser] report SyntaxError if rest parameter used...
2015-05-18 ishellFixed SEGV that could happen if an exception is thrown...
2015-05-18 titzer[turbofan] Fix Node::TrimInputCount() followed by Node...
2015-05-18 machenbach[test] Refactoring: Remove code duplication in perf...
2015-05-18 machenbachUpdate change log to match roll branch.
2015-05-18 machenbachRevert of [V8] Added Script::is_opaque flag for embedde...
2015-05-18 machenbach[release-tools] Add more jobs to clusterfuzz check.
2015-05-18 arv[strong] Fix super in strong classes
2015-05-18 bradnelsonAdd --download-data-only option to run-test.py
2015-05-18 horo[V8] Added Script::is_opaque flag for embedders
2015-05-18 rossberg[strong] Object literals create strong objects
2015-05-18 verwaestRemove undefined-check from GetElementWithReceiver
2015-05-18 verwaestReland "Mark internal AccessorInfo properties as 'speci...
2015-05-18 titzer[turbofan] JSTypeFeedbackSpecializer is now an Advanced...
2015-05-18 dusan.milosavljevicMIPS: Fix bogus line in assembler test.
2015-05-18 yangguoMigrate error messages, part 12.
2015-05-18 v8-autorollUpdate V8 DEPS.
2015-05-17 machenbachRevert of Mark internal AccessorInfo properties as...
2015-05-17 machenbachRevert of Debugger: preserve stepping state after evalu...
2015-05-17 hablichUpdate version to 4.5
2015-05-17 v8-autorollUpdate V8 DEPS.
2015-05-16 v8-autorollUpdate V8 DEPS.
2015-05-15 yangguoDebugger: preserve stepping state after evaluating...
2015-05-15 mbrandyPPC: Now that vector ics are established for load,...
2015-05-15 hpayerClean-up aligned allocation logic.
2015-05-15 hpayerShrink active semi-space and uncommit other semi-space...
2015-05-15 hpayerMake sure that idle scavenges are just performed when...
2015-05-15 domenicFix V8 extras js2c pipeline
2015-05-15 arv[es6] Iterators and generators should "extend" %Iterato...
2015-05-15 erikcorryRemove release-mode assert that has out-stayed its...
2015-05-15 yangguoAdd regression test for resolving "this" in debug evaluate.
2015-05-15 yangguoMigrate error messages, part 11.
2015-05-15 mvstantonNow that vector ics are established for load, keyed...
2015-05-15 mvstantonBug: Runtime_GrowArrayElements provoked unnecessary...
2015-05-15 yangguoStore fewer arrays in the context snapshot.
2015-05-15 bmeurer[turbofan] Pass closure as node to FrameState.
2015-05-15 ishellMap::ReconfigureProperty() should mark map as unstable...
2015-05-15 dslomov[destructuring] Adapting PatternRewriter to work in...
2015-05-15 hpayerWhen context disposal rate is high and we cannot perfor...
2015-05-15 yangguoReland "Prevent stack overflow in the serializer/deseri...
2015-05-15 jochenRemove static logging of memory allocations
2015-05-15 paul.lindFix Heap::AllocateFillerObject() to use double alignmen...
2015-05-15 martyn.capewellARM64: Enable shorten-64-to-32 warning
2015-05-15 v8-autorollUpdate V8 DEPS.
2015-05-15 jochenRemove Isolate::Current() call from jsregexp
2015-05-15 dehrenbergTest that TypedArray methods don't read length
2015-05-15 jochenRemove unnecessary Isolate::Current calls from hydrogen...
2015-05-15 jochenFix deprecation declarations in headers
2015-05-15 jochenRemove unnecessary call to Isolate::Current in parser...
2015-05-14 caitpotter88[es6] support spread-calling Super-accessing properties
2015-05-14 paul.lindRevert of MIPS: Add float instructions and test coverag...
2015-05-14 machenbachRevert of Prevent stack overflow in the serializer...
2015-05-14 Djordje.PesicMIPS: Add float instructions and test coverage, part one
2015-05-14 chunyang.daiRevert "X87: Resolve references to "this" the same...
2015-05-14 v8-autorollUpdate V8 DEPS.
2015-05-13 titzer[turbofan] Treat uninitialized source positions as...
2015-05-13 titzer[turbofan] Reenable feedback for LoadNamed.
2015-05-13 wingoRely on ExpressionClassifier to match valid arrow funct...
2015-05-13 rossberg[strong] Introduce strong bit
2015-05-13 yangguoRevert "Resolve references to "this" the same way as...
2015-05-13 Ben L. Titzer[turbofan] Turn off type feedback in turbo mode until...
2015-05-13 bmeurer[turbofan] Lower more number operations to integer...
2015-05-13 titzer[turbofan] Add FrameStates before all property accesses.
2015-05-13 wingoUse ExpressionClassifier to identify valid arrow functi...
2015-05-13 chunyang.daiX87: Resolve references to "this" the same way as norma...
2015-05-13 bmeurer[turbofan] Use frame state before for shift operations...
2015-05-13 chunyang.daiX87: New hydrogen instruction to reduce cost of growing...
2015-05-13 chunyang.daiX87: [strong] Check arity of functions
2015-05-13 chunyang.daiX87: Add a MathFloor stub generated with TurboFan
2015-05-13 yangguoPrevent stack overflow in the serializer/deserializer.
2015-05-13 machenbach[test] Make perf runner able to pass extra flags to d8.
2015-05-13 bmeurer[turbofan] Add frame state before JavaScript comparisons.
2015-05-13 dehrenbergImplement %TypedArray%.{fill,find,findIndex}
2015-05-12 dehrenbergTypedArray.prototype.copyWithin method
2015-05-12 dslomovFix test formatting
2015-05-12 arv[strong] Add more function arity tests
2015-05-12 ulanMake transition to reduce memory mode more conservative...
2015-05-12 dslomovFix the behavior of 'super.foo' assignment when receive...
2015-05-12 mvstantonMake LoadFastElementStub a HandlerStub.
2015-05-12 mbrandyPPC: Fix '[strong] Disallow implicit conversions for...
2015-05-12 mbrandyPPC: Fix '[strong] Disallow implicit conversions for...
2015-05-12 hpayerGet more debugging data when crashing in Deoptimizer...
2015-05-12 mbrandyPPC: New hydrogen instruction to reduce cost of growing...
2015-05-12 yurysProvide accessor for object internal properties that...
2015-05-12 conradw[strong] Disallow implicit conversions for comparison
2015-05-12 verwaestMark internal AccessorInfo properties as "special data...
2015-05-12 yangguoFix test-heap/BootstrapperExports on no-snap builds
2015-05-12 yangguoReland "Use function wrapper argument to expose interna...
2015-05-12 yangguoMigrate error messages, part 10.
2015-05-12 yangguoRevert of Provide accessor for object internal properti...
2015-05-12 titzer[turbofan] Correctify FrameState before operations...
next