platform/upstream/v8.git
2014-12-15 dslomovShip ES6 classes.
2014-12-15 arvRevert of ES6 computed property names (patchset #9...
2014-12-15 balazs.kilvadyMIPS: [turbofan] Remove the no-context hack for JSToNumber.
2014-12-15 jkummerowAdd fast path for array indices to Runtime_HasOwnProperty
2014-12-15 jkummerowInternalize strings being stored into uninitialized...
2014-12-15 arvES6 computed property names
2014-12-15 jochenTake the build level into account for the version hash
2014-12-15 hpayerReland Call DisableInlineAllocation() in heap setup...
2014-12-15 Benedikt Meurer[turbofan] Relax effects and context for JSToNumber...
2014-12-15 fedor.indutnyHydrogen: fix keyed loads with string keys
2014-12-15 ishellLayoutDescriptorHelper is now able to calculate the...
2014-12-15 hpayerRevert of Call DisableInlineAllocation() in heap setup...
2014-12-15 bmeurer[turbofan] Remove the no-context hack for JSToNumber.
2014-12-15 hpayerCall DisableInlineAllocation() in heap setup when flag...
2014-12-15 Benedikt Meurer[turbofan] Correctify TruncateFloat64ToInt32 reduction...
2014-12-15 Benedikt Meurer[turbofan] Remove obsolete contains_js_nodes_ field.
2014-12-15 adamkUse C++11 nullptr in Hydrogen to replace static_cast...
2014-12-13 mathiasbMake `RegExp.prototype.flags` getter configurable
2014-12-12 caitpotter88Implement ES6 @@isConcatSpreadable / Array.prototype...
2014-12-12 danno[turbofan]: Fix x64 regression during ia32 lea port
2014-12-12 adamkStop sending Object.observe notifications for API acces...
2014-12-12 rmcilroyFix OS::GetCurrentThreadId to work when building Androi...
2014-12-12 Daniel VogelheimWhitespace change to trigger bots.
2014-12-12 ishellStoreMode enum values renamed.
2014-12-12 ishellUsing PropertyKind in transitions instead of PropertyType.
2014-12-12 dcarneyRevert of revert r25736 (patchset #2 id:20001 of https...
2014-12-12 Michael StantonHydrogen code stubs for vector-based ICs.
2014-12-12 v8-autorollUpdate V8 DEPS.
2014-12-12 ishellPropertyType is divided into PropertyKind and PropertyS...
2014-12-12 ishellMap and Descriptor printing enhanced a bit.
2014-12-12 svenpanneFixed an ordering issue found by UBSan_vptr.
2014-12-12 dcarneyrevert r25736
2014-12-12 dcarney[turbofan] improve register allocator testing framework
2014-12-12 Benedikt Meurer[turbofan] Quickfix for invalid number truncation of...
2014-12-12 svenpanneConsistently use only one of virtual/OVERRIDE/FINAL.
2014-12-12 machenbachRemove legacy python deps.
2014-12-12 Benedikt Meurer[turbofan] Various cleanups.
2014-12-12 caitpotter88Perf tests for Template Literals
2014-12-11 jochenTemporarily remove warning about inconsistent overrides
2014-12-11 baptiste.afsa[turbofan] Second round of optimisation for unordered...
2014-12-11 jarinReland of "Avoid number range holes in bitset types."
2014-12-11 caitpotter88Implement Array.from()
2014-12-11 vogelheimFix builds w/ component=="shared_library" and v8_use_ex...
2014-12-11 dslomovUpdate tests in preparation for shipping classes.
2014-12-11 caitpotter88Add materialized literals for tagged templates in preparser
2014-12-11 mostynbmove v8_use_external_startup_data to standalone.gypi
2014-12-11 jochenWhen reading the map from a live object, use a barrier...
2014-12-11 v8-autorollUpdate V8 DEPS.
2014-12-11 aandreyAdd a missing DebugPromiseEvent in promise.js
2014-12-11 dcarney[turbofan] update SpillRange to use ZoneVector
2014-12-11 rossbergIntroduce unsigned representation types
2014-12-11 baptiste.afsa[turbofan] Avoid some redundant checks of unordered...
2014-12-11 jochenDisable generating of code cache if the debugger is...
2014-12-11 baptiste.afsa[turbofan] Mark arm64 cbz/cbnz tbz/tbnz instructions...
2014-12-11 dcarney[turbofan] commit allocated registers early
2014-12-11 danno[turbofan]: Port lea changes to ia32
2014-12-11 jochenremove Isolate::debugger_initialized_
2014-12-11 jochenDisable invalid DCHECK_EQ in serializer.cc
2014-12-11 yangguoImplement Math.log2 via ported extract from fdlibm.
2014-12-11 kozyatinskiy[V8] Report v8::AfterCompile and v8::CompileError to...
2014-12-11 machenbachSwitch icu repo to icu.git in v8 DEPS.
2014-12-11 Benedikt Meurer[turbofan] Fix typing of typed array loads/stores.
2014-12-11 vchigrinFix crash in V8 during serializing objects requiring...
2014-12-10 adamkCreate optimized versions of the Map/Set clear method
2014-12-10 mathiasbImplement the `RegExp.prototype.flags` getter
2014-12-10 dslomovShip ES6 block scoping.
2014-12-10 dslomovUpdate strict mode function declaration tests before...
2014-12-10 adamkOptimize Object.seal and Object.preventExtensions
2014-12-10 adamkCreate optimized inline versions of Map and Set initial...
2014-12-10 Adam KleinEnsure class prototype objects have the right Map:...
2014-12-10 jarinRevert of Avoid number range holes in bitset types...
2014-12-10 ulanSkip slow webkit/array-iterate-backwards in arm64.debug...
2014-12-10 jarinAvoid number range holes in bitset types.
2014-12-10 vogelheimMake d8 default to standard location for external snaps...
2014-12-10 vogelheimFix mirror-script and debug-script tests when using...
2014-12-10 mstarzingerMake loop assignment analysis a separate phase.
2014-12-10 ishellReland of "TransitionArray now uses <is_data_property...
2014-12-10 yangguoDisallow object/function templates when creating snapshots.
2014-12-10 yangguoConsistently use "use strict" where possible.
2014-12-10 yangguoExtract non-IO part of mksnapshot into an API method.
2014-12-10 balazs.kilvadyMIPS: Fix after 'Reland remaining parts of 'Use weak...
2014-12-10 hpayerUse nobarrier load in store buffer duplicate removal...
2014-12-10 dcarneyfix gcmole warning after r25737
2014-12-10 Benedikt Meurer[turbofan] Fix cycles introduced by pushing ToNumbers...
2014-12-10 dcarney[turbofan] update register allocator with auto, nullptr...
2014-12-10 yangguoReland "Use same blob format for internal and external...
2014-12-10 titzerReland "[turbofan] Fix control reducer bug with NTLs."
2014-12-10 ulanReland remaining parts of 'Use weak cells in map checks...
2014-12-10 ulanReland 'Do not embed constant functions in StoreTransit...
2014-12-10 dcarneyExecutableAccessorInfo::clear_setter should set a null...
2014-12-10 dcarney[turbofan] delay inserting spill slots for parent ranges.
2014-12-10 dAdd Array.prototype.includes
2014-12-10 caitpotter88Rename shadowing `pos` variable in ParseTemplateLiteral()
2014-12-10 dslomovPass --noharmony-scoping to tests validating that we...
2014-12-10 dslomovFix messages tests.
2014-12-10 Benedikt Meurer[x64] Fix optimization for certain checked load/stores.
2014-12-09 Ben L. TitzerRevert "[turbofan] Fix control reducer bug with NTLs."
2014-12-09 machenbachRevert of Use same blob format for internal and externa...
2014-12-09 yangguoRevert of Do not embed constant functions in StoreTrans...
2014-12-09 yangguoUse same blob format for internal and external snapshots.
next