platform/upstream/v8.git
2015-05-19 wingoReapply "Resolve references to "this" the same way...
2015-05-19 Michael AchenbachWhitespace change to test new test suite.
2015-05-19 dslomov[destructuring] Implement initializers in patterns.
2015-05-19 sergiybRemoved project_bases_legacy_from_git_repo_url from V8
2015-05-19 ishellAnother regression test for resolving references to...
2015-05-19 machenbach[test] Make test as flaky
2015-05-19 brettwMake the snapshot a public dependency of v8.
2015-05-19 jkummerowFix has_pending_exception logic in API's Array::CloneEl...
2015-05-19 erikcorryAdjust benchmark framework to avoid spending 50% of...
2015-05-19 jkummerowUpdate safe_math_impl.h
2015-05-19 ssidAdding api to get last gc object statistics for chrome...
2015-05-19 wingoRevert of Reapply "Resolve references to "this" the...
2015-05-19 Djordje.PesicReland "MIPS: Add float instructions and test coverage...
2015-05-19 balazs.kilvadyMIPS: [turbofan] Support Float[32|64]Min and Float...
2015-05-19 bradnelsonAdding ecmascript simd tests.
2015-05-19 chunyang.daiX87: Reapply "Resolve references to "this" the same...
2015-05-19 mstarzinger[turbofan] Turn JSTypedLowering into an AdvancedReducer.
2015-05-19 chunyang.daiX87: Now that vector ics are established for load,...
2015-05-19 bmeurer[turbofan] Carefully update frame states during inlining.
2015-05-19 titzer[turbofan] Support vector IC feedback in the JSTypeFeed...
2015-05-19 machenbachRevert of [strong] Object literals create strong object...
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.
next